This page is dedicated to administrators tools and tips based on "native" and freeware utilities only.
Knowing these tools may prove extremely valuable when you're faced with problems "in the middle of nowhere", without your own set of utilities nearby.
NET TIME \\remotePC /SET
AT \\remotePC 11:15 "your command goes here"
ECHO Y| CACLS .....
Warning: | Do not use the old CACLS version to set or change permissions if you have any NT 4 Service Pack applied. A safe way to prevent yourself from accidentally using the old version is to rename the old CACLS.EXE to OLDCACLS.EXE. |
CALL PMSLEEP.BAT 60
CALL PMSLPW9X.BAT 61
ECHO $RC = SLEEP 60 > "%TEMP%.\SLEEP.KIX"
KIX32.EXE "%TEMP%.\SLEEP.KIX"
DEL "%TEMP%.\SLEEP.KIX"
page last modified: 2016-07-15; loaded in 0.0049 seconds