|
yuyi0215
初级用户
 
积分 35
发帖 10
注册 2007-1-29
状态 离线
|
『楼 主』:
隐藏盘符的p处理
使用 LLM 解释/回答一下
隐藏F盘
@echo off
mountvol f: /l >装载点.txt
mountvol f: /d
恢复F盘
@echo
set /p name=<装载点.txt
mountvol f: %name%
注意:执行文件不要放在你准备隐藏的盘里。
Hide F drive
@echo off
mountvol f: /l >MountPoint.txt
mountvol f: /d
Restore F drive
@echo
set /p name=<MountPoint.txt
mountvol f: %name%
Note: Do not place the executable file in the drive you are going to hide.
|
|
2007-2-5 02:22 |
|
|
utem999
初级用户
 
积分 135
发帖 54
注册 2006-9-10
状态 离线
|
|
2007-2-5 05:50 |
|
|
gaomushan
初级用户
 
积分 24
发帖 9
注册 2006-12-27
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我也是前不久才看到的这个,
属于恶作剧,
解决办法很多。
I just saw this not long ago,
It belongs to a prank,
There are many solutions.
|
|
2007-2-5 06:06 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
不知道c盘可以不可以/d
I don't know if the C drive is okay /d
|
|
2007-2-5 07:21 |
|
|
zjindong
初级用户
 
积分 64
发帖 26
注册 2006-1-10
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
这个参数主要是做什么的呢?
What is the main function of this parameter?
|
|
2007-2-7 12:06 |
|
|
oilio
高级用户
    前进者
积分 641
发帖 303
注册 2007-1-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
这个命令以前没见过啊,谢谢了,不过还是不大知道怎么用,不敢乱用。
I've never seen this command before. Thanks, but I still don't really know how to use it and don't dare to use it randomly.
|

我相信总有一天,总会遇到一个人可以相濡以沫、相吻以湿! |
|
2007-2-8 01:20 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
这个也可以做来列出当前的所有盘符哦
This can also be used to list all current drive letters.
|
|
2007-2-8 01:41 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
用这个命令,如果把c盘/d,会怎么样?
What will happen if you use this command to format the C drive with /d?
|
|
2007-2-8 01:52 |
|
|
junyee
中级用户
  
积分 253
发帖 112
注册 2006-5-31
状态 离线
|
|
2007-2-8 01:52 |
|
|
junyee
中级用户
  
积分 253
发帖 112
注册 2006-5-31
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
用在C盘里会导致系统错误,
如
桌面图标消失。不能打开应用程序~
会严重影响系统操作~
Using it in the C drive will cause system errors, such as desktop icons disappearing. Applications cannot be opened~ It will seriously affect system operations~
|
|
2007-2-8 02:05 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
|
2007-2-8 22:06 |
|
|
yjhyxing
初级用户
  ☆流星雨◇帅气冲天狂
积分 24
发帖 21
注册 2007-3-9 来自 广东
状态 离线
|
 『第 12 楼』:
使用 LLM 解释/回答一下
看贴回贴养成好习惯
Develop the good habit of reading posts and replying to posts
|
|
2007-3-12 09:50 |
|
|
htysm
高级用户
   
积分 866
发帖 415
注册 2005-12-4
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Mountvol创建、删除或列出卷的装入点。Mountvol 是一种不需要驱动器号而连接卷的方式。
语法
mountvol [Drive:]Path VolumeName
mountvol [Drive:]Path /d
mountvol [Drive:]Path /L
mountvol Drive:/s
参数
[drive:]path
指定装入点将驻留其中的现有 NTFS 目录文件夹。
VolumeName
指定安装位置目标卷的卷名。卷名的一般形式为 \\?\Volume{GUID}\ ,其中,{GUID} 是 全球单一标识符 (GUID)(例如,\\?\Volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\)。
/d
从指定文件夹中删除卷装入点。
L
列出指定文件夹装入的卷名。
/s
仅仅基于 Itanium 计算机。装入指定驱动器上的 EFI 系统分区。
/?
在命令提示符显示帮助。
注释
如果用完了可用的驱动器号,则装入无驱动器号的本地卷。
如果要不重新格式化或更换硬盘而扩展卷空间,可向另一卷中添加装入路径。
如果使用一个具有多条装入路径的卷,其好处是可以使用单个驱动器号(如 C:)访问所有的本地卷。虽然用户可以装入本地卷并且对它们指定驱动器号,但是不需要记住哪个卷对应哪个驱动器号。
Mountvol creates, deletes, or lists volume mount points. Mountvol is a way to connect volumes without a drive letter.
Syntax
mountvol Path VolumeName
mountvol Path /d
mountvol Path /L
mountvol Drive:/s
Parameters
path
Specifies the existing NTFS directory folder where the mount point will reside.
VolumeName
Specifies the volume name of the target volume for the mount location. The general form of the volume name is \\?\Volume{GUID}\, where {GUID} is a Globally Unique Identifier (GUID) (for example, \\?\Volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\).
/d
Deletes the volume mount point from the specified folder.
L
Lists the volume name mounted by the specified folder.
/s
Only for Itanium-based computers. Mounts the EFI system partition on the specified drive.
/?
Displays help at the command prompt.
Remarks
If all available drive letters are used up, mount a local volume without a drive letter.
If you want to extend volume space without reformatting or replacing the hard drive, you can add mount paths to another volume.
If you use a volume with multiple mount paths, the advantage is that you can access all local volumes using a single drive letter (such as C:). Although users can mount local volumes and assign drive letters to them, they don't need to remember which volume corresponds to which drive letter.
|
|
2007-3-12 23:26 |
|
|
nzisisco
初级用户
 
积分 107
发帖 47
注册 2007-3-3
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
修改注册表也可以撒
@echo off
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDrives /t REG_DWORD /d 4294967295 /f
隐藏所有盘符````
Modifying the registry can also do it
@echo off
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDrives /t REG_DWORD /d 4294967295 /f
Hide all drive letters
|
|
2007-3-12 23:44 |
|
|
andysky
初级用户
 
积分 50
发帖 21
注册 2007-3-13
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
楼主啊,我将"装载点"那个文件删除了,现在无法恢复我的光驱盘符了.
LZ, I deleted the "mount point" file, and now I can't restore my CD drive letter.
|
|
2007-3-14 04:19 |
|