Posted on July 2nd, 2008 by thehabgroup
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 New, and then click DWORD Value.
5. Type verbosestatus, and then press ENTER.
6. Double-click the new key that you created, type 1 in the Value data box, and then click OK.
7. Quit Registry Editor.
Note Windows does not display status messages if the following key is present and the value is set to 1:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableStatusMessages
Operating System Windows 2000 Windows XPOperating System Windows 2000 Windows XP
No Comments »
Filed under: Operating System, Windows XP, Windows 2000
Posted on April 17th, 2008 by thehabgroup
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. Modify the RIS image default template (Ristndrd.sif). In the [Unattended] section, change the OemPreinstall = key value from No to Yes, and then add the OemPnPDriversPath = Driver_Path entries. You can list multiple paths in this key by separating them with a semicolon (;), as follows:
[Unattended]
OemPreinstall = Yes
OemPnPDriversPath = Drivers\NIC;Drivers\Modem;Drivers\Video
Note The %SystemDrive% environment variable string is automatically inserted before each of the listed search paths.
Note If one of the OEM-supplied drivers is for a network card device, the RIS server must have this file available when you boot into text-mode Setup.
For additional information about this process, click the article number below to view the article in the Microsoft Knowledge Base:
315279 (http://support.microsoft.com/kb/315279/EN-US/) How to Add a Third-Party OEM Network Adapter to an RIS Installation
3. Stop and then restart the BINL service on the RIS server. To do this, type the following commands at the command prompt, pressing ENTER after each one:
net stop “boot information negotiation layer”
net start “boot information negotiation layer”
ADS Operating System Windows XPADS Operating System Windows XP
No Comments »
Filed under: Operating System, ADS, Windows XP
Posted on March 26th, 2008 by thehabgroup
———————————–
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 : set RemoteDelay - default delay for Remote jobs - initially 15 seconds.
/I : set InteractiveAlways option - initially OFF.
SOON schedules a job to run in the near future, a number of seconds from now.
SOON closely resembles the AT command because SOON simply runs a suitable AT
command. For a details of the other arguments run “AT /?” without the quotes.
Examples : SOON CMD /C C:\JOBS\BATCH.CMD
SOON 10 CMD /C C:\JOBS\BATCH.CMD
SOON \\SERVER 60 /C \JOBS\BATCH.CMD
SOON \\SERVER /INTERACTIVE CMD /C C:\JOBS\BATCH.CMD
SOON /d /l:2 /r:30 /i:on
Current Settings : InteractiveAlways = OFF
LocalDelay (seconds) = 5
RemoteDelay (seconds) = 15
Command Scheduling Utility Operating System soon.exeCommand Scheduling Utility Operating System soon.exe
No Comments »
Filed under: Operating System
Posted on February 22nd, 2008 by thehabgroup
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 ” & objAdapter.Index
‘ wIERowItem left(objAdapter.Description,15)
Else
wIERowItem “No Name “
End If
If objAdapter.DHCPEnabled Then
wIERowItem objAdapter.IPAddress(i) & “(DHCP)”
Else
wIERowItem objAdapter.IPAddress(i)
End If
Next
End If
If Not IsNull(objAdapter.IPSubnet) Then
For i = 0 To UBound(objAdapter.IPSubnet)
wIERowItem objAdapter.IPSubnet(i)
Next
End If
If Not IsNull(objAdapter.DefaultIPGateway) Then
For i = 0 To UBound(objAdapter.DefaultIPGateway)
wIERowItem objAdapter.DefaultIPGateway(i)
Next
Else
wIERowItem “Not configured”
End If
If Not IsNull(objAdapter.DNSServerSearchOrder) Then
DNSInfo = “”
For i = 0 To UBound(objAdapter.DNSServerSearchOrder)
DNSInfo = DNSInfo & objAdapter.DNSServerSearchOrder(i) & “<BR>”
Next
wIERowItem DNSInfo
End If
If objAdapter.WINSPrimaryServer <> “” Then
wIERowItem objAdapter.WINSPrimaryServer & “<BR>” & objAdapter.WINSSecondaryServer
End If
n = n + 1
wIETableStop
Next
Network Operating System vbscriptNetwork Operating System vbscript
No Comments »
Filed under: Operating System, vbscript, Network
Posted on February 21st, 2008 by thehabgroup
- 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
No Comments »
Filed under: Operating System, Windows XP
Posted on February 21st, 2008 by thehabgroup
Posted on February 11th, 2008 by thehabgroup
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. Create a new DWORD value, and then call it EnableBalloonTips.
4. Double-click this new entry, and then give it a hexadecimal value of 0.
5. Log off Windows, and then log back on.
disable balloon tips EnableBalloonTips Operating Systemdisable balloon tips EnableBalloonTips Operating System
No Comments »
Filed under: Operating System
Posted on February 7th, 2008 by thehabgroup
Problem: SQL Error encountered when opening a report; the Management Packs/Reports have been imported successfully.
Solution:
DTS has not created views yet. If Reporting has just been installed, reimport any Management Packs installed prior to the Reporting install, and then execute the DTS package to create the necessary views.
MOM MOM 2005 MOM errors Operating System sql errorsMOM MOM 2005 MOM errors Operating System sql errors
No Comments »
Filed under: MOM
Posted on January 29th, 2008 by thehabgroup
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 you want.
4. Click OK to save changes.
Operating System Windows XPOperating System Windows XP
No Comments »
Filed under: Operating System, Windows XP
Posted on January 29th, 2008 by thehabgroup
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 to save the .chm file. Then, use one of the following methods:
Method 1
| 1. |
Double-click the .chm file. |
| 2. |
In the Open File-Security Warning dialog box, click to clear the Always ask before opening this file check box. |
| 3. |
Click Open. |
Method 2
| 1. |
Right-click the CHM file, and then click Properties. |
| 2. |
Click Unblock. |
| 3. |
Double-click the .chm file to open the file. |
Internet Explorer Operating SystemInternet Explorer Operating System
No Comments »
Filed under: Operating System, Internet Explorer