本帖最后由 yhcfsr 于 2020-11-5 19:34 编辑
| @echo off | | %1 start "" mshta vbscript:createobject("shell.application").shellexecute("""%~0""","::",,"runas",1)(window.close)&exit | | | | reg add HKEY_USERS\S-1-5-21-210385433-1441970752-1775599064-1001\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v DisallowCpl /t REG_DWORD /d 0x00000001 /f | | reg add HKEY_USERS\S-1-5-21-210385433-1441970752-1775599064-1001\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl /v 1 /t REG_SZ /d Microsoft.Fonts | | gpupdate /forceCOPY |
|