[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 :: Integration au SE3_DOMAIN : destine a etre lance au premier reboot par les GPO machine 2 :: 3 :: $Id:$ 4 :: SYNTAXE : 5 :: shutdowngpo.cmd 6 :: 7 @echo off 8 9 pushd %systemdrive%\netinst 10 11 :: on prepare le lancement du script de sortie domaine au reboot 12 13 reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SE3install" /d "%SystemDrive%\netinst\shutdown.cmd" /F >NUL 14 15 :: reboot en tant qu'administrateur, mdp defini par integse3.sh. 16 :: Normalement cela fonctionne avec ce compte, vu qu'il a permis la 17 :: connexion sur c$ ? 18 set ADMIN= 19 set PASSWD= 20 21 echo Au prochain reboot : on demarrera sur ce poste %name%, pas sur le SE3_DOMAIN... 22 reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultDomainName" /d "%computername%" /F >NUL 23 reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /d "%ADMIN%" /F >NUL 24 reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /d "%PASSWD%" /F >NUL 25 reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /d "1" /F >NUL 26 27 if exist %systemroot%\system32\grouppolicy\machine\scripts\startup\startup.cmd del /f /q %systemroot%\system32\grouppolicy\machine\scripts\startup\startup.cmd && echo GPO efface 28 echo Redemarrage immediat 29 echo shutdown gpo OK>> logs\domscripts.txt 30 31
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |