bat- @echo off
- %1 start "" mshta vbscript:createobject("shell.application").shellexecute("""%~0""","REM",,"runas",1)(window.close)&exit
- reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "IconSize" /t REG_DWORD /d "0x00000030" /f
- taskkill /im explorer.exe /f
- start explorer
- pause&exit
复制代码
|