Technology Reviews and How To's
Sunday, April 5, 2015
A Restart from a Previous Installation is Pending
Browse:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\
Delete Key:
PendingFileRenameOperations
Thursday, April 2, 2015
How to check if a service is not running and start it via batch
net start | find SERVICENAME > nul 2>&1
if not .%errorlevel%.==.0. goto startservice
goto skip
:startservice
net start SERVICENAME
echo service restarts @ %date% %time% >> C:\checklog.txt
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)