Install Master Control Panel (GodMode)

Posted on

Windows Vista, as well as Windows 7, has included a “Master Control Panel”. Problem is that it’s not enabled by default. Here is how to gain access to all your Control Panel items, and their child options, and put the icon on your desktop or your Start Menu.

First, create a new folder on your desktop by right clicking on an empty spot on your desktop. Go to New Folder. And the left click.

This will create a new folder on your desktop. Rename the folder with the name:

Master Control.{ED7BA470-8E54-465E-825C-99712043E01C}

You will notice that the icon changes to something different:

You can then access the Master Control Panel and all it’s goodness.

You can move it to anywhere on your hard drive (a separate folder on your drive, your Documents folder, etc.), make a shortcut and drag the shortcut to your Start Menu for easier access. If you are going to make a shortcut on your desktop, it may be counter productive as the Master Control is just a single icon anyway.

Microsoft Addresses Zeus Malware in Latest Update

Posted on

Microsoft has updated their Malicious Software Removal Tool to include the new Zeus malware. This comes two weeks after law enforcement officials busted up the gang responsible for the malware infection.

On Tuesday, Microsoft started detecting Zeus with its Malicious Software Removal Tool (MSRT) — a widely used virus removal program that’s free for Windows users. That should make it harder for the many criminals who use Zeus to keep running their software on computers that don’t have antivirus software installed — often an easy target up until now.

Hide Computer in Network Browser

Posted on

Sometimes, you are on a local area network, and want to hide your computer from prying eyes to others on the LAN. Here is a quick command line tip to do just that.

1. Open a command prompt (Start, type CMD and press enter).

2. To hide your computer from the Network Neighborhood or Network browser, type net config server /hidden:yes.

3. To un-hide your computer, just type net config server /hidden:no

How to Disable Enforced Driver Signing

Posted on

For those having issues installing drivers that are not digitally signed, but still want to use the driver: here’s a way to disable enforced driver signing.

1. Go to Start | Run | Type gpedit.msc, and click OK

2. Go to User Configuration | Administrative Templates | System | Driver Installation

3. Select Code signing for device drivers | Properties | Enable | Ignore

Reboot, and you should be able to install those drivers with no more problems

How to Disable UAC

Posted on

User Account Control is a feature of Windows Vista that is a bit controversial. Mostly, as it pop’s up quite often asking for permission to do simple things. It can get quite annoying. Here are a couple ways to disable it.

Turn off UAC

User Account Control is a feature of Windows Vista that is a bit controversial. Mostly, as it pop’s up quite often asking for permission to do simple things. It can get quite annoying. Here are a couple ways to disable it.

First, is the easy way:

Click the Start Orb | Go to All Programs | Accessories | Run. In the run box, type “MSCONFIG” without the quotes.

Next, click on the “Tools” tab. Scroll down until you see “Diable UAC”. Select that option and press the “Launch” button.

Close the black command prompt box that opened and you are finished.

Second, the right way:

First, Go to Start | Control Panel | User Accounts

Next, click the “Turn user account control on or off” option. Click continue on the UAC box.

Now, uncheck the box next to “Use user account control (UAC) to help protect my computer” and click OK.

Restart your computer, and UAC is now disabled. To turn it back on, just do the same, but check the “Use user account control (UAC) to help protect my computer” box and click OK

Why Do I keep Getting a 0x80240029 Error with Windows Defender

Posted on

A Windows Defender 0x80240029 error says that “Windows Defender cannot download updates”. Here is a solution that may work for you:

1. Open Windows Updates by going to Start | All Programs | Windows Updates

2. In the left hand pane click on “Change Settings”.

3. Turn off Automatic Updates and uncheck “Check for Updates”.

4. Now, click “Check for Updates”. It should find some updates, as well as the Windows Defender update.

Disable Option To Install Updates on Shutdown

Posted on

Windows updates are a necessity and need to be done to keep a stable a secure system. But, there are times when you want to shut your computer down quickly, not having to “Install Updates and then shut down computer”. There are times when you don’t care, and do want to update. So, why doesn’t Windows give you the choice? Well, follow these steps and it will finally give you the choice.

1. Open regedit (Start > type regedit and press enter).

2. Browse to HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsWindowsUpdateAU. If it doesn’t exist, you can right click and create a new key (I had to create both the WindowsUpdate and the AU key).

3. Create a new DWORD (32-Bit), with the name NoAUAsDefaultShutdownOption and modify its value to “1“.

4. Now you will have the regular Shutdown button as well as the Install Updates and Shut Down button. Some users like to have this control over their PC, and this gives it to you.

Set up a dialup connection in Windows

Posted on

To setup a Vista dialup connection is very similar to XP. But, to find where to get started is different. Also, the command “inetwiz” has been removed from the OS.

First, you can go into the Control Panel, then Network and Sharing Center. On the left side panel, select “Setup a Connection or Network”.

Select “Setup a dial-up connection” and click “Next”

Enter the local telephone number to dial into your ISP. Then, enter your user name and password. If you think you made a mistake on the password, you can click “Show characters” to see the password in plain text. If you don’t want to type the password everytime you want to connect, check “Remember this password”. You can name the connection if you want, as well.

Finally, if you have multiple accounts on the machine, you can select “Allow other people to use this connection”. Click “Create”

The next window will show that your internet connection is ready to use!

Completely Remove Printer Drivers

Posted on

Many times, you will buy a printer and need to update the drivers. Or you go somewhere and need to install a printer temporarily. Well, after you are done using that printer, the old driver sticks around, or pieces of the older driver are still there. Even when you delete the printer from the Device Manager, the driver still remains.

To remove the driver completely, you can follow these few steps using a built in Microsoft utility called MMC (Microsoft Management Console).

1. Go to the Start Menu and type MMC. You will see the MMC icon at the top of the search results. Click that to start the MMC.

2. Select File, then click Add/Remove Snap-in…

3. In the left pane, select “Print Management” and click Add.

4. Select “Add the Local Server”, click finish, then Ok.

5. Navigate to Print Servers, your computer name, Drivers. On the center pane, you should see the printers that were installed. Right click the printer driver you don’t want anymore, and select “Remove Driver Package”.

6. Reboot your machine and the driver is completely gone. This has also been know to solve some OS crashes in some situations.