Fixed, just had to run as admin. However, adding the Windows Recovery Environment shows "The system cannot find the file specified."
 
thepwrtank18 Hi, can you post more detailed info? Also screenshots should be helpful.
What language is your Windows 7 ISO? Have you used NTLited image? If yes, post preset too. This is unexpectable. What instalers / tweaks have you added?
 
en_w7usp1_64.iso
These names are original.
Code:
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

Do you mean en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso SHA1: 36AE90DEFBAD9D9539E649B193AE573B77A71C83
 
The files ps1, reg, run in administrator but not in the end user account. I do not see the changes being applied, neither in the user account nor in the administrator account. What could be the problem?
 
Hi... congrats for your work, it's awesome...
Can you say me how to enable built in Administrator account before install programs and personal settings...? I tried with Autounnattend.xml and setup.cmd but always say "Your account is disabled"...
Note: I use empty password...
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

Regards... ;-)

1635243107647.png
 
Everything is installed under Administrator account :) Thats how it works. And you can use NTLite to create Unattended that can enable build-in Administrator for daily use.
 
Everything is installed under Administrator account :) Thats how it works. And you can use NTLite to create Unattended that can enable build-in Administrator for daily use.
NTLite generated Autounattend works, thank you... :)
One question, how to add cmd script that it run at first user logon...? I tried HKCU/HKLM RunOnce and RunOnceEx keys but doesn't work...
I use this line in a cmd file inside setup folder....
REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /v RunScript /t REG_SZ /d "%windir%\temp2\WPI.cmd" /f
WPI.cmd is inside %windir%\temp2 folder at first logon...

Regards... ;-)

NOTE: User account is built in Administrator...
 
Last edited:
Not sure how to download this program but can it be used to make a WinPe? Thanks.

I found the link. Still curious about the Win Pe though. thanks.
 
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
 
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

Hi Peter,

for CCleaner try instead
Code:
/S /D="C:\Program Files\CCleaner" /L=1031
for Anydesk you can try to use only
Code:
--silent
 
Hello Georg,

sorry for the late reply.

ccleaner: during autoinstall the parameter /L=1031 works fine. When I log in as administrator, ccleaner is running in german language.
And there is no machine wide config to store the settings. So - problem found, but not solved. It is NOT a POWIS problem, so pls pardon me!

anydesk: will try the "--silent" only switch today and post result.
Thx for your help!

Best regards

Peter
 
Back
Top