diff --git a/install_windows/02_fichier_conf.bat b/install_windows/02_fichier_conf.bat index a5f924c..e2e370b 100644 --- a/install_windows/02_fichier_conf.bat +++ b/install_windows/02_fichier_conf.bat @@ -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 diff --git a/install_windows/install-cygwin.bat b/install_windows/install-cygwin.bat index 3911670..bdda56e 100644 --- a/install_windows/install-cygwin.bat +++ b/install_windows/install-cygwin.bat @@ -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 -