thepwrtank18
New Member
- Messages
- 12
- Reaction score
- 0
I keep getting a "1 was unexpected at this time." error after it extracts files. Host is Windows 11, ISO is Windows 7.
These names are original.en_w7usp1_64.iso
en_windows_7_enterprise_n_with_sp1_x64_dvd_u_677704.iso
en_windows_7_enterprise_n_with_sp1_x86_dvd_u_677703.iso
en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso
en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso
en_windows_7_ultimate_n_with_sp1_x64_dvd_u_677543.iso
en_windows_7_ultimate_n_with_sp1_x86_dvd_u_677597.iso
en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso
en_windows_7_ultimate_with_sp1_x86_dvd_u_677460.iso
Hi... congrats for your work, it's awesome...Reserved
net user Administrator /active:yes
wmic useraccount where "name='Administrator'" set PasswordExpires=false
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /t REG_SZ /d Administrator /f
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword
It's no necessary create user account...?Everything is installed under Administrator accountThats how it works. And you can use NTLite to create Unattended that can enable build-in Administrator for daily use.
Exactly, if you enter OOBE, then all applications are installed. End user can create their own accounts with every app installedIt's no necessary create user account...?
NTLite generated Autounattend works, thank you...Everything is installed under Administrator accountThats how it works. And you can use NTLite to create Unattended that can enable build-in Administrator for daily use.
WPI.cmd is inside %windir%\temp2 folder at first logon...REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /v RunScript /t REG_SZ /d "%windir%\temp2\WPI.cmd" /f
Hello from Germany!
Im using the latest rel 1.0.3 and it works great for me!
To minor probs with the silent installation of two apps:
1) ccleaner.txt: /S /L=1031 /D=C:\Program Files\CCleaner ->> the /L=1031 switch does not work, always in eglish after setup
2) anydesk.txt: --install "C:\Program Files (x86)\AnyDesk" --start-with-win --create-shortcuts --create-desktop-icon --silent
anydesk is not installed after the completed setup process. I have to use "cmd" as administrator afterwards to install the anydesk client.
What can I do to fix those problems?
Thx and best regards
Peter
/S /D="C:\Program Files\CCleaner" /L=1031
--silent