Jump to content

A tweak, would be very usefull - executing installators without questi


Recommended Posts

Posted

This key in registry ensure executing installators without questions, or waiting.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

"LowRiskFileTypes"=".exe"


Posted

Borec, I suggest you add it via the RunOnce exit in the Unattended Task. The nLite author/owner has been on hiatus for some time and it is not known if future development will be done on nLite. Enjoy, John.

Posted

Hi John,

just one question - is the "RunOnce" apply for all users? I'm asking because this tweak applies only on current user (just loged in)

Thanks

Posted (edited)

just change your registry keys from

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

"LowRiskFileTypes"=".exe"

to

[HKEY_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

"LowRiskFileTypes"=".exe"

Edited by b-man
Posted

Borec, the RunOnce exit in the Unattended section causes the included code to be run (once) during the T-13 phase of installation. It is not associated with a user. You will need to do that with the Registry key as the other two responders are pointing out. I cannot help with the key definition. Enjoy, John.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...