PDA

View Full Version : Poblem when I'm restrict application can run by user with poledit



Anonymous
05-21-1999, 08:47 AM
It does'n work
ex. I'm add
c:\windows\explorer.exe
c:\windows\regedit (or a:\poledit.exe)
c:\MSOffice\winword\winword.exe
It can run Explorer but can't run the other.I'm sure I'm put really path and program name

mort
07-20-1999, 12:02 PM
try leaving out the path and just using the .exe filename.

B&Swebmaster
07-20-1999, 11:53 PM
Restricting Applications Users Can Run (Windows 9x and NT)
Windows gives the ability to restrict the applications that can be run by users on a workstation.

Open your registry and find the key:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]

Change the value of 'RestrictRun' to '1' for enabled or '0' for disabled. Create the value if it doesn't already exist.

Then define the applications the are allowed to be run at:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer\RestrictRun].

Creating a new value for each application, and name them consecutive numbers.

Reboot the computer for the changes to take affect.

For example, the setting may look like:


1 "c:\windows\notepad.exe"
2 "c:\msoffice\winword.exe"



Registry Settings:
Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
Value Name: RestrictRun

this may be the solution you want... it disables the programs you put in... by the way explorer.exe is the program used to start up the win 9x GUI... that is why the internet explorer works... try disabling the programs you don't want run...

-Don (bswebm@dreamscape.com)