Aktionen

JumpingProfiles:Aufruf von Programmen verbieten

Aus znilwiki

Am 26.01.2012 wegen eines Fehlers überarbeitet


Ist eine schon sinnvoll gefüllte Beispielliste - die Sie einfach mit fortlaufender Nummer ergänzen können.
Basis ist eine Anleitung von Microsoft: HOW TO: Restrict Users from Running Specific Windows Programs in Windows 2000]
Funktioniert von Windows 2000 bis 2008R2, Windows XP bis Windows 7.

Unbedingt nur in eine GroupLogin.dat einbauen, nicht in eine GroupInit.dat !!!!


Mit einem zusätzlichen

60 = REG_SZ winword.exe

können Sie z.B. den Start von Microsoft Word verhindern.


; Rule = ******Policys*******Explorer\DisallowRun
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
disallowrun = REG_DWORD 1

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun\
1 = REG_SZ altaddr.exe
2 = REG_SZ appcfg.exe
3 = REG_SZ append.exe
4 = REG_SZ cacls.exe
5 = REG_SZ cleanmgr.exe
6 = REG_SZ sysedit.exe
7 = REG_SZ telnet.exe
8 = REG_SZ tsadmin.exe
9 = REG_SZ tscon.exe
10 = REG_SZ cscript.exe
11 = REG_SZ cshadow.exe
12 = REG_SZ dcomcnfg.exe
13 = REG_SZ dcpromo.exe
14 = REG_SZ diskperf.exe
15 = REG_SZ dmadmin.exe
16 = REG_SZ dmremote.exe
17 = REG_SZ esentutl.exe
18 = REG_SZ eventvwr.exe
19 = REG_SZ evntcmd.exe
20 = REG_SZ evntwin.exe
21 = REG_SZ faxcover.exe
22 = REG_SZ faxqueue.exe
23 = REG_SZ faxsend.exe
24 = REG_SZ faxsvc.exe
25 = REG_SZ freecell.exe
26 = REG_SZ hostname.exe
27 = REG_SZ icabar.exe
28 = REG_SZ install.bat
29 = REG_SZ install.cmd
30 = REG_SZ install.com
31 = REG_SZ install.exe
32 = REG_SZ ipconfig.exe
33 = REG_SZ mfadmin.exe
34 = REG_SZ printcfg.exe
35 = REG_SZ mfcfg.exe
36 = REG_SZ ntbackup.exe
37 = REG_SZ perfmon.exe
38 = REG_SZ ping.exe
39 = REG_SZ plicense.exe
40 = REG_SZ qserver.exe
41 = REG_SZ rasadmin.exe
42 = REG_SZ rasautou.exe
43 = REG_SZ rasdial.exe
44 = REG_SZ rasphone.exe
45 = REG_SZ setup.bat
46 = REG_SZ setup.cmd
47 = REG_SZ setup.com
48 = REG_SZ setup.exe
49 = REG_SZ tsdicon.exe
50 = REG_SZ tskill.exe
51 = REG_SZ tsprof.exe
52 = REG_SZ usrmgr.exe
53 = REG_SZ winchat.exe
54 = REG_SZ winmine.exe
55 = REG_SZ cltprint.exe
56 = REG_SZ control.exe
57 = REG_SZ convert.exe
58 = REG_SZ cprofile.exe
59 = REG_SZ command.com

--Bernhard Linz 11:44, 26. Jan. 2012 (CET)

Loading comments...