Results 1 to 3 of 3

Thread: Windows 7 Tweaks & Tools

Threaded View

  1. #1
    Join Date
    Aug 2006
    Location
    255.255.255.666
    Posts
    2,056

    Lightbulb Windows 7 Tweaks & Tools

    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
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •