Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
set pwpw=%random%%random%
net accounts /maxpwage:UNLIMITED
net user "Lab User" %pwpw% /add
net user "Lab User" /passwordchg:no /expires:never /profilepath:${WinDisk}\Users\m.man
${WinDir}\Temp\Autologon.exe "Lab User" %computername% %pwpw% -accepteula
echo off
for /R "c:\users\m.man.v2\" %%G in (desktop.in?) DO (CALL :desktopini "%%~dpG")
attrib C:\users\m.man.v2 R H S
GOTO :eof
:desktopini
set dpath=%~dp1
attrib "%dpath:~0,-1%" R
attrib "%dpath�sktop.ini" A H S
GOTO :eof