自己的写了个当时有效.但在新装的系统上无效
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
::保存为*.bat文件运行::
@echo off
echo Windows Registry Editor Version 5.00>>tmp.reg
echo.>>tmp.reg
echo >>tmp.reg
echo.>>tmp.reg
echo "~reserved~"=hex:18,00,00,00,01,00,01,00,d7,07,03,00,03,00,1c,00,16,00,20,00,05,00,38,01>>tmp.reg
echo.>>tmp.reg
start /wait regedit /s tmp.reg
del /q tmp.reg
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew /v ~reserved~ /t REG_BINARY /d 1800000001000100d707030003001c001600200005003801