Thursday, November 19, 2009
Unable to open Hyperlink using outlook
When clicking on a hyperlink in an e-mail, I get this Message : "The operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator. " I get this message everytime that I attempt to use the hyperlink. I am the administrator on this stand alone computer. How to I deactivate this feature so that I can activate hyperlinks?
This is an Outlook Error. The most common cause is a corrupt registry key in Internet Explorer. The registry key found at
HKEY_Local_Machine\Software\Classes\htmlfile\shell\Open\command
is either damage or corrupt
FIX
1. Reset IE by going to Tools>Internet Options>Advanced>Reset
2. Make IE Default
3. Start, Click Run, type Regedit in the Open Box, and then click ok
4. Browse to HKEY_CURRENT_USER\Software\Classes\html
5. Right Click the value for the .html key and select Modify.
6. Change the value from "Chromehtml" to "htmlfile" (or from FirefoxHTML to htmlfile)
Uninstalling Norton 360 Completely from the computer
Friday, October 16, 2009
Fixing Firefox Scrolling Problems with Dell Synaptics Touchpad
Fixing Firefox Scrolling Issue
Open up Control Panel and look for the Mouse properties window, or just type mouse into the start menu search box. Once you are there, you should see a Dell Touchpad settings window, where you can click to open the settings.
Next, click on the Scrolling Settings link…
And remove the checkbox from the Circular Scrolling option. This is what was breaking the scrolling for me.
Hit the Apply button, and with any luck you should immediately be able to scroll in Firefox again.
Second Alternative Fix
If the above fix doesn’t solve your problem, you can remove the Dell touchpad drivers and install the generic Synaptics ones, which work better for a lot of people—but they are missing some of the extra Dell features. As long as your touchpad does what you are expecting, it could be worth it.
Enable the (Hidden) Administrator Account on Windows 7 or Vista
Enable Built-in Administrator Account
First you’ll need to open a command prompt in administrator mode by right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box)
Now type the following command:
net user administrator /active:yes

You should see a message that the command completed successfully. Log out, and you’ll now see the Administrator account as a choice. (Note that the screenshots are from Vista, but this works on Windows 7)
You’ll note that there’s no password for this account, so if you want to leave it enabled you should change the password.
Disable Built-in Administrator Account
Make sure you are logged on as your regular user account, and then open an administrator mode command prompt as above. Type the following command:
net user administrator /active:no
The administrator account will now be disabled, and shouldn’t show up on the login screen anymore.
Create a Restore Point for Windows 7 or Vista’s System Restore
If you are thinking of installing an application but aren’t quite sure what it’s going to do to your computer, I would absolutely recommend creating a restore point before you install that application, and here are the steps to do so. Note that most application installs automatically create a restore point, but you can do this if you are really worried.
Open up the Start Menu and right-click on “Computer”, and then select “Properties”.
This will take you into the System area of Control Panel. Click on the “Advanced system settings” on the left hand side.
Now select the “System Protection” tab to get to the System Restore section.
Click the “Create” button to create a new restore point. You’ll be prompted for a name, and you might want to give it a useful name that you’ll be able to easily identify later.
Click the Create button, and then the system will create the restore point.
When it’s all finished, you’ll get a message saying it’s completed successfully.

Using Windows 7/ Vista System Restore
Windows 7 and Vista has a feature called System Restore that automatically backs up registry and system files whenever you install new software or drivers. This feature is useful when you install evil software that makes your computer run really slow. But don’t worry, System Restore won’t remove Windows Vista.
Using System Restore in Windows
There are two places that you can use the system restore feature from. From within Windows, you can just type restore into the Start menu search box, and you’ll immediately see System Restore at the top of the start menu:
Or you can type rstrui into the search box and hit enter. Your choice.
You will immediate see a screen where you can choose to roll back the system to the last restore point. You can select “Recommended restore”, and just click next, or you can choose a different restore point.
If you do choose a different restore point, you will see a list of restore points that you can choose from. How many times have I typed the word choose at this point?
You’ll notice in the screenshot below that the last thing I did was install Virtual CloneDrive to mount ISO images, but right before that I installed the NVIDIA drivers.
Click one of them, and you will have to confirm and then restart your computer to roll the system back.
Note: For best results, you should run System Restore from safe mode.
If you receive an error while restoring, then use it from safe mode and it should work fine. To get into Safe mode, you can reboot and use the F8 key right before Windows starts up.
If the F8 key doesn’t work for you, you can force the system to go into safe mode by following instructions from Larry in the comments.
If Your System Won’t Boot
If you can’t even get into windows, you can boot off the installation dvd, and choose the “Repair your computer” option on the lower left hand side. If you don’t have an installation/repair disc, you can make one with these instructions.
Click next on the next screen, and then choose System Restore from the System Recovery dialog. It will take a few seconds to come up, and you will see the same screen that you would see in Windows:
Click next, and on the next screen select the drive that your copy of Windows 7 or Vista is installed on.
Click Finish, and Windows will roll back to the previous restore point. Really pretty simple stuff.
Configure Disk Defragmenter Schedule in Windows 7 or Vista
Windows 7 or Vista automatically configures Disk Defrag to schedule defragment to run once a week, usually at 1am on Wednesday. I don’t know about you, but I’m usually awake at 1am on wednesday, and I’d rather schedule it for a different time.
To open up the defragment utility, just type defrag into the Start menu search box, and hit enter. Vista users will have to click through a UAC prompt, but you should see this screen:

Windows 7 users will see a very similar dialog, and will need to click the Configure Schedule button:

From this screen, you can disable automatic defrag by unchecking the box. You can also modify the schedule by clicking the Modify schedule button (no surprise there)
Much better.. Not like I’m ever awake at 8am.
If you are on Vista and using at least Service Pack 1, you can also select which volumes will be automatically defragmented during this scheduled defrag. (Windows 7 users can select the volumes from the start screen).

I only have one drive in this computer, but you would see the list of all the drives here.
Change Your Computer Name in Windows 7 or Vista
If you’ve ever bought a new computer with the operating system already installed, you might be annoyed by the default name of the computer when you start trying to connect different computers together. I like to use more descriptive names than HP382811UX… for example, I called my new desktop SUPERFAST and my old computer SOSLOW.
Changing this in XP was extremely simple, but in Windows 7 or Vista it’s buried behind a few more menus. Here are three routes you can take to open up System Properties:
- Type sysdm.cpl into the start menu search box (quickest)
- Right-click on the Computer option on the start menu.
- Open Control Panel, and go to System and Maintenance, and then System.
If you chose one of the last two options, then you’ll need to click on Advanced System Settings on the left menu:
Now you’ll finally be on the right screen, which should say System Properties.
Click on the “Change” button to rename the computer, which will pop up this dialog:
Now you can finally change the name of the computer. You could also change the name of the workgroup to something more descriptive as well. You’ll have to reboot after you make this change.