Tag: reboot

Hack User Account Control for vista

July 14, 2007 by Jason

Windows Vista’s User Account Control (UAC) is the new operating system’s most universally reviled feature. Sure, it helps protect you, but it also annoys you to no end.

If UAC drives you around the bend, you can turn it off. There are several ways to do it. One way is to choose Control Panel > User Accounts and Family Safety > User Accounts, then click Turn User Account Control on or off.

Alternately, you can run the System Configuration Utility (a.k.a. msconfig) by typing msconfig at the command line or search box. When the tool runs, click the Tools tab and scroll down until you see Disable UAC. Highlight it and click the Launch button, then reboot. To turn it back on again, follow the same steps and choose Enable UAC. Read More»

Cannot Update Windows using WindowsUpdate ?

July 14, 2007 by Jason

Broadly speaking, you can try one or all of these :
Run CCleaner to clear up PC Junk. Reboot. If you are using windowsupdate try using microsoftupdates and vice versa.

If you still cannot Update Windows Vista (orWinXP/SP2) using windowsupdate, try this : Read More»

Speeding up the Windows Vista Search Option

July 13, 2007 by Jason

When a users enters text in the search box on the start panel Windows automatically searches the file index as well. The file index includes all of the searchable files on your hard drive and can be quite large. One way to speed up searching through your start menu applications is to narrow the scope of the search so that it does not include hard drive files.

Prevent Start Menu Searches from searching the File index: Read More»

Enable Hidden BootScreen in Windows Vista

July 09, 2007 by Jason

The Windows Vista BootScreen is pointless, but Microsoft decided to hide a more visually appealing boot screen that can easily be enabled with very little trouble.

I’m not sure why they didn’t make the boot screen better.Press Win+R, type msconfig and press Enter.

If User Account Control prompts you to allow the action, click on Continue.In the “System Configuration” window, click on the Boot tab. Read More»

CheckDisk Runs On Every StartUp

July 04, 2007 by Jason

Here are some things you can try. Let it run completely once.
Then try this :
Run regedit
Edit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
Change the BootExecute entry from:
autocheck autochk * /.
To:
autocheck autochk * Read More»

How to speed up Flip 3d effect in windows vista

June 27, 2007 by Jason

Cool new Flip 3D, a alt+tab replacement with window+tab.This flip 3d experience can be sometimes so worst to see due to its slow speed due to inappropriate video adapters.

So its better to make Flip 3D perform much faster and smoother by limiting the number of windows it draws on your screen.

Follow the step by step procedure: Read More»

Fix hibernate after running disk cleanup

June 24, 2007 by Jason

I have found my first bug in the final code of Windows Vista. A few weeks ago after my hard drive was getting low on space I ran disk cleanup to try to delete some unneeded files. Since I needed a lot of space fast I also checked the option to clear my hibernation file. It turns out that was a big mistake.

After clearing my hibernation file my laptops ability to hibernate was destroyed. It was so badly damaged that I could not get to the control panel hibernation settings to turn it back on. Thanks Disk Cleanup! Read More»

Disable User Access Protection

June 24, 2007 by Jason

Depending how you look at it Vista’s User Access Protection (UAP) is on it its best or worst features. In short every time you want to do anything that could possibly threaten the PC’s security or change Windows settings a message box pops up onto the screen demanding to know if you really mean it, or it asks you for a password or change your account status. For most users it is unnecessarily, annoying and a touch nannyish. If you are the only one using your PC, and you reckon you know what you are doing one of the first things you will probably want to do is switch it off. Read More»

Ultimate Boot CD (DOS or Linux)

June 20, 2007 by Jason

The Ultimate Boot CD (UBCD) is a huge collection of system diagnostic and recovery tools that are conveniently arranged on a single CD. These tools work on any Intel-compatible PC. Since the CD is bootable, it doesn’t matter what operating system(s) may be installed on the PC. Indeed, UBCD comes in handiest when the normal operating system refuses to boot.

You Name It: The current version of UBCD contains 121 tools, divided into 21 categories, as follows. Each tool runs in isolation, as if it were the only tool on the CD (just as if the tool were on its own floppy disk). A master menu program boots up first. It lets you choose the tool you want to run, and then it boots that tool. (To run another tool, simply reboot and go through the main menu again.) Read More»

Two Vista Registry Hacks

June 14, 2007 by Jason

Here are two easy registry hacks for minor performance gains. First, turn off the low disk space checks:

1. Using the left side of the Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
2. Right-click in the right pane and select New Key.
3. Name the new key Explorer.
4. In the Explorer key, right-click in the right pane and click New DWORD (32-bit) Vaue.
5. Name the DWORD NoLowDiskSpaceChecks. Read More»