mv hide backuppc account command in second script

This commit is contained in:
CARRE Anthony 2016-05-19 13:58:28 +02:00
parent 65c4d3c5a2
commit a4917030d4
2 changed files with 3 additions and 4 deletions

View File

@ -42,3 +42,6 @@ echo # host:%host%.%domain% >> %filepl%
echo # hostkey:%hostkey% >> %filepl%
echo # mail:%input_mail% >> %filepl%
echo # ip:%localIp% >> %filepl%
:: Cacher l'utilisateur backuppc
reg add "HKEY_Local_Machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /t "REG_DWORD" /v "backuppc" /d "00000000" /f

View File

@ -3,7 +3,3 @@ copy c:\Windows\Temp\IPR\01_install_backuppc.sh c:\backuppc_ipr\usr\local\bin\01
copy c:\Windows\Temp\IPR\01_install_backuppc.exe.lnk c:\backuppc_ipr\01_install_backuppc.exe.lnk
copy c:\Windows\Temp\IPR\02_fichier_conf.bat c:\backuppc_ipr\02_fichier_conf.bat
copy c:\Windows\Temp\IPR\uninstall_backuppc_ipr.bat c:\backuppc_ipr\uninstall_backuppc_ipr.bat
:: Cacher l'utilisateur backuppc
reg add "HKEY_Local_Machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /t "REG_DWORD" /v "backuppc" /d "00000000" /f