Ca sa scapati, pana la repornire pc, de pop-up-ul de "Restart " dupa Win update : In the command prompt type "sc stop wuauserv” (without quotes)
Sources
http://forums.techarena.in/tips-tweaks/1179394.htm
http://www.google.com/search?client=ubuntu&channel=fs&q=xp+tweak+disable+prompt+restart+update&ie=utf-8&oe=utf-8
Se afișează postările cu eticheta windows. Afișați toate postările
Se afișează postările cu eticheta windows. Afișați toate postările
miercuri, 22 iunie 2011
miercuri, 9 iunie 2010
Automate Windows XP services management
When are problems and don't want to manually process all Windows XP services, the tool below can be used :
(thx to http://commandwindows.com/sc.htm )
services_automate.bat :
@echo off
set lp=%~dp0
cd %lp%
rem sc [command] [service name] ...
rem interesting is also the "config" command
echo "Starting setting of services to automatic"
for /F "delims= " %%i in (%lp%\services_names.txt) do (
echo "%%i"
sc start %%i
)
echo End
rem pause
(I got it from web, but can't find now the source to mention :( )
services_names.txt :
ALG
AppMgmt
AudioSrv
BITS
Browser
CryptSvc
DcomLaunch
Dhcp
dmadmin
dmserver
Dnscache
ERSvc
Eventlog
EventSystem
IDriverT
IISADMIN
lanmanserver
lanmanworkstation
LmHosts
MDM
MSDTC
MSFtpsvc
napagent
NetDDE
NetDDEdsdm
Netlogon
Netman
NetSvc
Nla
NMSAccess
NtLmSsp
NtmsSvc
ntrtscan
OfcPfwSvc
PlugPlay
PolicyAgent
ProtectedStorage
RasMan
RemoteAccess
RpcLocator
RpcSs
SamSs
Schedule
seclogon
SENS
SharedAccess
ShellHWDetection
SMTPSVC
Spooler
srservice
SSDPSRV
stisvc
TapiSrv
TermService
Themes
tmlisten
TrkWks
upnphost
UPS
VSS
W32Time
W3SVC
WebClient
winmgmt
Wmi
WmiApSrv
wuauserv
WZCSVC
(thx to http://commandwindows.com/sc.htm )
services_automate.bat :
@echo off
set lp=%~dp0
cd %lp%
rem sc
rem interesting is also the "config" command
echo "Starting setting of services to automatic"
for /F "delims= " %%i in (%lp%\services_names.txt) do (
echo "%%i"
sc start %%i
)
echo End
rem pause
(I got it from web, but can't find now the source to mention :( )
services_names.txt :
ALG
AppMgmt
AudioSrv
BITS
Browser
CryptSvc
DcomLaunch
Dhcp
dmadmin
dmserver
Dnscache
ERSvc
Eventlog
EventSystem
IDriverT
IISADMIN
lanmanserver
lanmanworkstation
LmHosts
MDM
MSDTC
MSFtpsvc
napagent
NetDDE
NetDDEdsdm
Netlogon
Netman
NetSvc
Nla
NMSAccess
NtLmSsp
NtmsSvc
ntrtscan
OfcPfwSvc
PlugPlay
PolicyAgent
ProtectedStorage
RasMan
RemoteAccess
RpcLocator
RpcSs
SamSs
Schedule
seclogon
SENS
SharedAccess
ShellHWDetection
SMTPSVC
Spooler
srservice
SSDPSRV
stisvc
TapiSrv
TermService
Themes
tmlisten
TrkWks
upnphost
UPS
VSS
W32Time
W3SVC
WebClient
winmgmt
Wmi
WmiApSrv
wuauserv
WZCSVC
Etichete:
command line,
script,
services,
windows
marți, 14 iulie 2009
Cannot delete
"Cannot delete Folder: it is being used by another person or program.
Close any programs that might be using the file and try again"
Solution:
-Who lock me
-Unlocker
Close any programs that might be using the file and try again"
Solution:
-Who lock me
-Unlocker
luni, 13 aprilie 2009
stop java applications on windows
*jps -l -v
Shows the java applications started
*taskkill /pid - kill on windows
Shows the java applications started
*taskkill /pid
Abonați-vă la:
Postări (Atom)