![]() |
Windows Vista FAQ - Secrets
1. Control Panel secrets
To use these secrets: Start, Run, Control <cpl name>
UserPasswords2.cpl - If you have the Home edition, this control panel brings
up an alternative and advanced user account control panel but is still a bit
limited.
2. Hidden Windows Programs
ColorCpl - Colour Management for display, scanner and printers.
Credwiz - Credentials Wizard to backup and restore user accounts.
Certreq - Request a certificate given a specific request file
Dvdplay - Loads Media Player to play DVD discs
Eudcedit - Private character editor
Fontview <font> - View a font character set in a window
OptionalFeatures - Turn windows features on or off (equv to Add/Remove
Windows Components)
SysEdit - System Configuration editor. Edit System.ini, Win.ini, Autoexec.bat,
Config.sys
Syskey - Encrypt user accounts database tool (use with caution)
SystemProperties<xxx> - Load different system property windows
SndVol - Load Sound Volume Mixer
SigVerif - File signature verifier
WindowsAnytimeUpgrade - Upgrade your version of Vista to a higher version
3. Improving the Command Shell
Windows XP and Vista can have an improved shell which utilises Microsoft's .NET Framework. This is called the PowerShell and it can be downloaded from Microsoft's Download page. It adds over 129 commands to Windows which can be used to manage Windows services, event logs, registry and WMI. An advanced form called the Exchange Management Shell, formally called Monad is supplied with Microsoft Exchange 2007 to manage E-mail.
A Quick
Reference Guide is available for users new to PowerShell commands.
4. Adding your own gadgets to Windows Sidebar.
If you know a little programming in Javascript (or VBScript) and XML, you can create your own Gadgets and add them to the Sidebar. Personal gadgets are stored in C:\Users\Name\AppData\Local\Microsoft\Microsoft Sidebar\gadgets. Check out Microsoft Gadgets on downloading and creating your own gadgets.
5. How do I add my own OEM information to the System properties?
In Windows Vista, it is slightly different, you still need a oemlogo.bmp file
in C:\Windows\System32 and some entries in the Registry in HKLM\ Software\Microsoft\Windows\CurrentVersion\OEMInformation
and you can create the following entries:
HelpCustomized (DWORD) = 0
Logo (REG_SZ) = C:\Windows\System32\oemlogo.bmp (location of oem logo
picture)
Manufacturer (REG_SZ) = "Name of manufacturer"
Model (REG_SZ) = "Model of computer"
SupportHours (REG_SZ) = "Hours of support"
SupportPhone (REG_SZ) = "Telephone number"
SupportURL (REG_SZ) = "Web site"
Also, you can can change the owner information at HLM\Software\Microsoft\Windows
NT\CurrentVersion :
RegisteredOrganisation = "Name of company"
RegisteredOwner = "Name of owner"
6. How do I add 'Open Command Prompt Here' to folder context menus?
Open Notepad and enter the following information, save it and run it to add the new entry to menus.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"
7. How do I create or access WIM files used by Windows Vista used to store its installation files?
You need the Windows AIK (Auto Install Kit) from Microsoft which includes the ImageX.exe tool to create, modify and mount WIM files.
8. How do I add other operating systems to the boot menu on Vista?
Other operating systems use there own system, for Windows NT,2000 and XP they
use NTLDR and BOOT.INI. Linux uses Grub and now
Windows Vista uses BCD (Boot Configuration Data) which now can support BIOS
and EFI chips and be multi-language as well. You can find
the files in a hidden folder called C:\Boot. The build in tools include
bcdedit.exe , but better problems include EasyBCD
:
| 1. Run BCD Edit 2. Click on Add/Remove Entries 3. In the 'Add an Entry' section at the bottom a. Select the operating system tab required b. Select the Windows version, or boot type required c. Select the drive letter or partition to boot from. d. Click Add Entry 4. Click Save |
![]() |
8. If I have Windows Ultimate, what extras can I get?
You can download Vista Ultimate extras using Windows Update tool. Tools released so far include: Texas Hold Em Poker game, Windows DreamScene Content Pack, BitBlocker and EFS enhancements, Language Packs, Windows Sounds Schemes, and Microsoft Tinker game.
![]() |
![]() |
9. Is there a Windows Vista Resource Kit?
Yes, there is a book called the Windows
Vista Resource Kit with a DVD of tools. The tools are available seperately
as follows:
a) Debugging
Tools
b) Network
Diagnostic Tools
c) Solution
Accelerator Tools
d) Deployment
Tools
e) Group
Policy Templates