Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Echo On
- Title Classic System Properties on This PC by IT Groceries & Color 1A
- cd %systemroot%\system32
- call :IsAdmin
- Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Classic System Properties" /v "Icon" /t REG_SZ /d "sysdm.cpl" /f
- Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Classic System Properties" /v "Position" /t REG_SZ /d "bottom" /f
- Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Classic System Properties\command" /ve /t REG_SZ /d "explorer shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}" /f
- Exit
- :IsAdmin
- Reg.exe query "HKU\S-1-5-19\Environment"
- If Not %ERRORLEVEL% EQU 0 (
- Cls & Echo You must have administrator rights to continue ...
- Pause & Exit
- )
- Cls
- goto:eof
Add Comment
Please, Sign In to add comment