KeyFC欢迎致辞,点击播放
资源、介绍、历史、Q群等新人必读
KeyFC 社区总索引
如果你找到这个笔记本,请把它邮寄给我们的回忆
KeyFC 漂流瓶传递活动 Since 2011
 

[转][给经常去网吧的朋友看看] -突破网吧管理软件的限制-

[ 9762 查看 / 14 回复 ]

回复:[转][给经常去网吧的朋友看看] -突破网吧管理软件的限制-

reg和inf的做法未必可行. 一來就像樓上說的未必有權限, 再來就是見過有些人把大部份的檔案關聯都刪掉了.

再嚴重些的, 有看過一些電腦只可以執行特定的檔案... regedit執行不能...

以下是做法:
Reg key to restrict applications

Open your registry and find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer]
Create a new DWORD value and name it "RestrictRun" set the value to "1" to enable application restrictions or "0" to allow all applications to run.

Then create a new sub-key called [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer\RestrictRun] and define the applications that are allowed. Creating a new string value for each application, named as consecutive numbers, and setting the value to the filename to be allowed (e.g. "regedit.exe").

Restart Windows for the changes to take effect.

For example:
1 REG_SZ "notepad.exe"
2 REG_SZ "regedit.exe"
分享 转发
TOP

回复:[转][给经常去网吧的朋友看看] -突破网吧管理软件的限制-

以下引用Rinrin在2006-4-20 16:27:42的发言:

把要执行的文件改成这个名字不就可以了?

是的.

我舉這例子是因為這是所有Windows版本都可以用的方法.

如果是Win2k以上的話, 當然是用Domain Policy Editor中的Software Policy進行完整的執行路徑鎖定了. 之後只要記得除去那些檔案的寫入/修改權限就可以了.
TOP