I guess a new thread for Windows 7 scripts is long overdue?
So, without further delay, let's get things rolling with this relatively simply script to create the rather well known Windows 7 tweak.
Attach script simply created a new folder on currently logged user's desktop but due to the special file name, this folder is actually a shortcut to a highly modified version of the Windows Control Panel.
All entries are expanded and shown in a list format.
Here is the script:
@echo off
cd "%userprofile%\desktop"
md "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
exit
Or you could just download, extract and run the attached.
Feel start a new thread in regards to this if you have any comments or questions.
~TL![]()




