mv hide backuppc account command in second script
This commit is contained in:
parent
65c4d3c5a2
commit
a4917030d4
|
@ -42,3 +42,6 @@ echo # host:%host%.%domain% >> %filepl%
|
||||||
echo # hostkey:%hostkey% >> %filepl%
|
echo # hostkey:%hostkey% >> %filepl%
|
||||||
echo # mail:%input_mail% >> %filepl%
|
echo # mail:%input_mail% >> %filepl%
|
||||||
echo # ip:%localIp% >> %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
|
||||||
|
|
|
@ -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\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\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
|
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue