Here is a small VBScript written for Windows XP, that lists Control Panel items with Path or GUID for each item. This script does not work well in Windows Vista. (more…)
Posts Tagged ‘scripts’
Script to List Control Panel Items With Path and GUID
Restore Missing Options to the Personalize Page in Windows Vista
When you right-click on the Desktop and choose Personalize, the following options are displayed by default in the Personalize appearance and sounds page in Windows Vista:
- Window Color and Appearance
- Desktop Background
- Screen Saver
- Sounds
- Mouse Pointers
- Theme
- Display Settings
If one or more of the above options are missing, this may be due to Policies applied in your system. Here are the related Group Policy settings. (Each one links to the Microsoft Technet Website.) (more…)
How to Add the UK English Spell Check Option in Windows Live Mail
Windows Live Mail includes the English (UK) spell check dictionary built-in, but the option is not exposed for some unknown reason. To enable the English (United Kingdom) spell check dictionary, using one of the methods below. Method 1 tells you how to manually add the UK English Spell check option in Windows Live Mail, and Method 2 uses a VBScript that I wrote to automate the task. (more…)
FIX: Cannot Select Multiple Files in Explorer in Windows Vista
Sometimes in Windows Explorer, users may not be able to select more than one file or folder. Using the Select All option, SHIFT + Click or CTRL + Click key combos to select multiple files or folders, may not work. Here is how to fix the single select problem in Windows Vista Explorer. (more…)
Enable or Disable Full Row Select Feature in Explorer in Windows Vista
If the folder view is set to Details in Windows Vista, when an item is selected, the item and all its sub-items (columns) are highlighted. Some users may find the “full-row-select” feature annoying. Why?
In pre-Vista Operating Systems, to deselect all files in a folder, you could simply click on a blank area on the folder. With full row selection enabled by default in Windows Vista, deselecting all files and folders in a folder becomes difficult, as you need to scroll down the list and click an empty area in the folder. (more…)
Create System Restore Points Quickly Using Script in Windows 7 Vista and XP
You can create System Restore Points quickly by scripting it using WMI. Here is a script that helps you create a System Restore point in a single click in Windows 7, Windows Vista and Windows XP. (more…)

Windows Vista already includes the useful
Windows Vista comes with the Open file location context menu item for shortcuts, which help you quickly open the target folder of a shortcut. In Windows XP, it takes four mouse clicks to accomplish the task. To open the target folder of a shortcut in Windows XP, you need to right-click on the shortcut file, click Properties and click the Find Target button to open the parent folder of the target file or folder. And an additional mouse click is needed to close the Shortcut Properties dialog.
The 