Home » Operating System

How to Enable Verbose Status Messages by editing the Registry

To use enable verbose status messages by editing the registry, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
4. On the Edit menu, point to […]

How to add OEM drivers to Windows Xp RIS image

Remote Installation Service Installations
The process of adding OEM Plug and Play drivers to RIS installations involves the same steps that are listed in the “Unattended Setup” section of this article, with two small adjustments:
1. Place the $oem$ folder at the same level as the \I386 folder of the RIS image. For example:
RemoteInstall\Setup\%language\Images\%dir_name%\i386
RemoteInstall\Setup\%language\Images\%dir_name%\$oem$\$1\Drivers
\NIC
\MODEM
\VIDEO
2. […]

Scheduling Tasks with Soon.exe (Command Scheduling Utility)

———————————–
SOON : Command Scheduling Utility
———————————–
Usage : SOON [\\computername] [delay] [/INTERACTIVE] “command”
or : SOON /D [/L:n] [/R:n] [/I:{ON|OFF}]
delay : the number of seconds from now when the scheduled job should start.
/D : modify Default settings and/or display their current values.
/L : set LocalDelay - default delay for Local jobs - initially 5 seconds.
/R : […]

How to get IP Address Information from Network Adapters Using Vbscript

The following Vbscript will gather Ip address information from network cards:
Set objWMIService = GetObject(”winmgmts:\\”& strComputer & “\root\cimv2″)
Set colAdapters = objWMIService.ExecQuery (”SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True”)
n = 1
For Each objAdapter In colAdapters
wIELine
WriteLineBoldIE “Network Adapter Info”
wIETableHeaderStart “100″
wIERowStart
wIETableHeaderItem “Adapter”
wIETableHeaderItem “IP”
wIETableHeaderItem “Subnet”
wIETableHeaderItem “Gateway”
wIETableHeaderItem “DNS”
wIETableHeaderItem “WINS”
wIERowStop
If Not IsNull(objAdapter.IPAddress) Then
For i = 0 To UBound(objAdapter.IPAddress)
wIERowStart
If i=0 Then
wIERowItem “Adapter […]

How to Disable CD Autorun in Windows XP

Open Regedit
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
if it does not already exist create the key: “NoDriveTypeAutoRun”=dword:000000b5
Log out and log back in for the settings to take effect

CD Autorun Operating System Windows XPCD Autorun Operating System Windows XP

Windows Vista Search Engine

var swickiSidebar=
{
canvasColor: \’#EEEEEE\’, // use \’#EEAAFF\’ hex format or
TextColor: \’#000E3A\’, // web standard color names
TagLinkColor: \’#0033CC\’,
TagHoverBGColor: \’transparent\’,
[…]

HOW TO Disable Notification Area Balloon Tips in Windows XP

Note: the steps below only affect the current user. These steps disable all Notification Area balloon tips for this user. There is no way to disable balloon tips for specific programs only.
1. Click Start, click Run, type regedit, and then press ENTER.
2. Navigate to the following subkey: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
3. […]

How to Customize Windows Task Bar Settings

How to Customize Windows Task Bar Settings
1. Locate a clear area on the taskbar and right click and select properties:
2. Modify settings as you see as show the clock, quick launch bar etc.
3. Click the customize button and select the options that […]

Cannot open CHM files in Internet Explorer after Windows Update

You may experience the following symptoms with opening CMH files after a Windows update:

 Opening a CHM via Internet Explorer instead of Saving the file fails
Topics in the .chm file cannot be viewed when you click Save in the File Download dialog box

Fix:
In the File Download dialog box, click Save, and then choose where you want […]

How do I increase the shell icon cache from Windows XP - Iconcache.db

If you find that your desktop icons are corrupted/ garbled, wrong images appear or suffering from frequent redraws then you may need to increase the size of yoru icon cache. To increase the icon cache file (C:\Documents and Settings\Your User Name\Local Settings\Application Data\Iconcache.db) size
System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
Value Name: Max Cached Icons
Data Type: REG_SZ (String Value)
Value […]