Group Policy and deny install

G

Guest

Hi, I want deny to users that install software on yours PC's.
I did this:
In Computer Configuration>Administrative Templates>Windows
Components>Windows Installer
Enable-Always -> Disable Windows Installer

That is ok in .MSI files, but, how I can deny that the users install
programs .EXE in yours PC's by Group policies...????

Thank's
 
M

Mark Heitbrink [MVP]

Hi,

Hi, I want deny to users that install software on yours PC's. [...]

There is no existing right: "Software Installation"
You can´t deny it. Some programs don´t need an install, they can
just be run after extraction.

The user will always find a place where he can write files.
e.g. %temp% will always work.
You can try to work with SRP (Software restriction polcies) an deny
every execution from a share or source that you don´t have manually
definied.

Mark
 
G

Guest

Hi,

You are far better off doing this with NTFS Security Permissions. Users
cannot install what they cannot write to. All my drives are Users=Read. Even
the Temp Directory. Users profiles are mandatory roaming and delete on logoff
so even if they install into it, it is gone on logoff.

Cheers,

Lara
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top