Trust No Exe Blocks Application Startups - Windows Only
While I'm sure you're responsible with the programs you run on your computer, what about the other people you work and live with? If you're an administrator or share your computer with anyone else, you might want to check out Trust-No-Exe.
What does it do? It installs as a service and can block any executable process: exe, dll, sys, com, etc. Set up allow and deny folders, start the service, and programs just won't launch anymore. It'll block attempted launches from anything - floppy or USB drives, network shares, wherever. Theoretically, you could even use it as a basic malware defense by adding your temporary internet files to the denied list.
Since it's a service, it's always protecting your PC. Just be sure you lock down access to services.msc and your control panel, since there's no password option to keep users out.
It's an oldie, but a goodie, and definitely a good, simple way to prevent annoying installs and inappropriate use.
What does it do? It installs as a service and can block any executable process: exe, dll, sys, com, etc. Set up allow and deny folders, start the service, and programs just won't launch anymore. It'll block attempted launches from anything - floppy or USB drives, network shares, wherever. Theoretically, you could even use it as a basic malware defense by adding your temporary internet files to the denied list.
Since it's a service, it's always protecting your PC. Just be sure you lock down access to services.msc and your control panel, since there's no password option to keep users out.
It's an oldie, but a goodie, and definitely a good, simple way to prevent annoying installs and inappropriate use.













Comments
6
Subscribe to commentsStephenAug 10th 2008 1:53PM
When I tried using this on XP about 8 months ago my computer kept crashing. Once when I used IEtab in Firefox and also when I used several other programs. I think I decided at the time that it was any time a program tried to use IE as so many applications do.
Uninstalling it didn't work. Ended up having to do system restore
WLAug 10th 2008 2:26PM
isn't this basically like the UAC in Vista which so many people have griped about?
90014Aug 16th 2008 4:25PM
WL, UAC is when someone else holds the key's to your Porsche while this program simply hands you the key. The difference is everything to a free mind.
hazardAug 11th 2008 5:07AM
Good post .. this one goes in the olde kit bag.
It's like a UAC for NT/2000/XP but much simpler cause it's just hooks the createprocess api.
Stuart HallidayAug 12th 2008 2:32PM
So what's to stop me typing in "net stop trust-no-exe" and behold the service is stopped... ;-)
StCAug 12th 2008 5:56PM
start, run, secpol.msc
Select software restriction policies.
Built in to windows. Requires no extra service. Configurable through domain policies or local client.
Upside: does more than this bogus app.
Downside: doesn't exist in XP Home.