HKEY_LOCAL_MACHINE\Software\Microsoft\Window\CurrentVersion
- ÃÖ¼Ò ¸Þ¸ð¸® »ç¿ë - ±ÕÇü - ÆÄÀÏ °øÀ¯¿¡´ëÇØ ÃÖ´ë Àü¼Û ¼Óµµ - ³ÝÆ®¿÷ ÇÁ·Î±×·¥¿¡´ëÇØ ÃÖ´ë Àü¼Û ¼Óµµ
soon \\MachineName cmd /c "net user AccountName NewPassword"
echo on password.log @echo MachineName1 password.log ping MachineName1 password.log if %errorlevel%==0 soon \\MachineName1 cmd /c "net user AccountName1 NewPassword1" password.log @echo MachineName2 password.log ping MachineName2 password.log if %errorlevel%==0 soon \\MachineName2 cmd /c "net user AccountName2 NewPassword2" password.log @echo ** end of file ** password.log exit
net share %1 /users:1 net use z: /delete net use z: \\%2\%1 /persistent:NO exit
net use Z: /delete net share %1 /unlimited exit
permcopy \\%1 %2 \\ServerName DummyShare net send %1 /DOMAIN "%2 is temporarily out of service." rmtshare \\%1\%2 /delete ... other stuff ... rmtshare \\%1\%2=%3 /unlimited permcopy \\ServerName DummyShare \\%1 %2 net send %1 /DOMAIN "%2 is now available." exit