Howto: Start Plug and Play service in Server 2003
Need to start the plug and play service in server 2003? sc config PlugPlay start= auto net start “PlugPlay”
Need to start the plug and play service in server 2003? sc config PlugPlay start= auto net start “PlugPlay”
You’ll need an app called Srvcheck.exe: Server Share Check. This can be obtained with the Windows Server 2003 Resource Kit Tools At an administrator command prompt run (in directory where srvcheck.exe is located): srvcheck \\server-name obviously replace “server-name” with whatever…
First create a file called c:\listsites.vbs with the following content: OPTION EXPLICIT DIM CRLF, TAB DIM strServer DIM objWebService TAB = CHR( 9 ) CRLF = CHR( 13 ) & CHR( 10 ) IF WScript.Arguments.Length = 1 THEN strServer =…
I am assuming you have installed hudson as a service in windows and that hudson lives in C:\hudson Use a tool called Portecle to import your valid cert and export it as a java keystore file (.jks). Remember to use…
Here’s the fix: Burn another Windows XP SP2 (or greater) disc (after verifying checksum of the .iso) Delete current bootcamp partition in mac bootcamp utility Create a new bootcamp partition Put in windows xp install disk and have mac reboot…
If you are unable to assign a bridged networking adapter to your virtual pc 2007 virtual machine in windows 7… here’s the fix I did: There should be an option in virtual pc settings to clear all messages. I cleared…
from command prompt run this: w32tm /resync sync time domain controller
[Mercury][SQLServer JDBC Driver][SQLServer]Login failed for user ‘td’ Basically this error means that the password that quality center is trying to use for user ‘td’ in your MSSQL database doesn’t match whatever is in the database. How did I fix this?…
Based on this wikipedia article I have deduced the difference between a regular datagram and an IPsec Datagram (when using transport mode with maximum encryption). Here are the hard fact:
Change this regkey: HKEYLOCALMACHINE SYSTEM CurrentControlSet Control Class {4D36E96F-E325-11CE-BFC1-08002BE10318} Remove the value msvmmouf from the UpperFilters regvalue Also uninstall the mouse driver (yes all with keyboard)