tasklist.exe
Note: Not available in Windows XP Home edition by default. Google and download it.To kill the PID or process name, look for tskill.exe under c:\windows\system32\
tskill.exe PID | PROCESS NAME
tasklist.exe
Note: Not available in Windows XP Home edition by default. Google and download it.
tskill.exe PID | PROCESS NAME
# Disable current popup from the command prompt
net stop "automatic updates"
# Disable future auto restarting of system.
# I'm using Windows XP Home so can't access gpedit.msc.
# Need to use a registry script instead --> stop_update_restart.reg
# P.S. note the first line.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"RebootRelaunchTimeoutEnabled"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
# Eg. if my pscp.exe is on my Windows desktop
"C:\Documents and Settings\Jason\Desktop\pscp.exe" jasonong@IP_ADDRESS_OF_LINUX_MACHINE:./PATH/TO/FILE "c:\Temp"