Changeset 92769 in vbox for trunk/src/VBox
- Timestamp:
- Dec 6, 2021 3:33:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/win_postinstall.cmd
r84875 r92769 121 121 echo *** ERRORLEVEL: %ERRORLEVEL% >> %MY_LOG_FILE% 122 122 123 echo *** Running: reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon/v PowerdownAfterShutdown /d 1 >> %MY_LOG_FILE%124 reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon/v PowerdownAfterShutdown /d 1 >> %MY_LOG_FILE% 2>&1123 echo *** Running: reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v PowerdownAfterShutdown /d 1 >> %MY_LOG_FILE% 124 reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v PowerdownAfterShutdown /d 1 >> %MY_LOG_FILE% 2>&1 125 125 echo *** ERRORLEVEL: %ERRORLEVEL% >> %MY_LOG_FILE% 126 126 127 echo *** Running: reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon/v ForceAutoLogon /d 1 >> %MY_LOG_FILE%128 reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon/v ForceAutoLogon /d 1 >> %MY_LOG_FILE% 2>&1127 echo *** Running: reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v ForceAutoLogon /d 1 >> %MY_LOG_FILE% 128 reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v ForceAutoLogon /d 1 >> %MY_LOG_FILE% 2>&1 129 129 echo *** ERRORLEVEL: %ERRORLEVEL% >> %MY_LOG_FILE% 130 130 rem AutoAdminLogon too if administrator?
Note:
See TracChangeset
for help on using the changeset viewer.