Tag: Start Menu
Windows 7 God mode?
by jeremy on Mar.12, 2010, under Cool Stuff, Technology
Well, gotcha, it’s not really GOD mode, but it’s a folder packed with shortcuts to just about every settings change and administrative function in Windows 7. Everything you’ll find in the Action Center, Backup and Restore, Autorun, Desktop Gadgets, Devices and Printers — it’s all there. All dumped in one central location for easy access.
- Create a new folder anywhere
- Rename the folder and paste in the following text: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
That’s it! You’ve now got your new, handy folder. But remember all of these can already be accessed simply by typing a few letters into the search box on your start menu. I’ve read that if this is done on a Windows 7 64-bit system, then it’ll crash your system.
Want some more folder tricks, secrets?
Location Settings
{00C6D95F-329C-409a-81D7-C46C66EA7F33}
Biometric Settings
{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
Power Settings
{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
Icons And Notifications
{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
Credentials and Logins
{1206F5F1-0569-412C-8FEC-3204630DFB70}
Programs and Features
{15eae92e-f17a-4431-9f28-805e482dafd4}
Default Programs
{17cd9488-1228-4b2f-88ce-4298e93e0966}
All NET Frameworks and COM Libraries
{1D2680C9-0E2A-469d-B787-065558BC7D43}
All Networks For Current Connection
{1FA9085F-25A2-489B-85D4-86326EEDCD87}
Network
{208D2C60-3AEA-1069-A2D7-08002B30309D}
My Computer
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Printers
{2227A280-3AEA-1069-A2DE-08002B30309D}
Application Connections
{241D7C96-F8BF-4F85-B01F-E2B043341A4B}
Firewall and Security
{4026492F-2F69-46B8-B9BF-5654FC07E423}
Performance
{78F3955E-3B90-4184-BD14-5397C15F1EFC}
Can I modify Windows 7 Boot Loader?
by jeremy on Sep.17, 2009, under Cool Stuff, Technology
Yes, you can.
Yesterday, I installed Windows 7 Pro on my 5 year old Dell M70 laptop. It currently had only Windows Xp pro. I at first had to change and create a partition on my hard drive to install Windows 7 I gave it at least 20 gigs of free space. I used a Live Linux Cd called GParted ( I will link to that later). So no
w, I set up XP/ Windows 7 dualboot. The Windows 7 installer set the default boot choice to Windows 7 and renamed the XP as “Previous version of Windows”, also a timeout of 30sec set.
If you try to modify the boot options the old-fashioned with boot.ini file, you get the following warnings:
!!Warning: Boot.ini is use d on Windows XP and earlier operating systems!!
!!Warning: Use BCDEDIT.exe to modify Windows Vista boot options!!
If you examine, Windows 7 doesn’t have NTFS write permissions on XP system partition, even though it creates a "boot sector" inside it, cause it is the first one in line on the system disk, which is shared half on half by both systems.
So I booted into Windows 7, and run the following commands:
- By default Vista/Windows 7 open command prompt in user mode, so we need to change the permission. To do so, just execute this command:
Start Menu > All Programs > Accessories > (right-click & "Run as administrator") Command prompt - bcdedit /set {legacy} Description "Windows XP Pro" (Changes the text description of the "Legacy" OS line in the boot menu. he quotation marks must be included in the command)
- bcdedit /default {legacy} ( Sets the legacy (Windows XP) OS as {default} boot item)
- Running bcdedit /? (shows all commands one is able to use)
Also, if you go into the system properties (right click my computer,properties, Advanced System Settings, Click the advanced tab, under start up and Recovery, setting,) You can change the Default as well as the time to display it.