請懂得登陸檔的人幫我看一下
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Image File Execution
Options\Foxy.exe]
"Debugger"="c:\windows\explorer.exe,/n,/e"
這是一個讓foxy無法執行的登陸檔
不過好像是針對C碟是不是??
(這不是我寫的,所以我看不太懂)
如果別人把foxy安裝C碟以外的其他碟
那這個登陸檔是不是就沒用了?
有沒有辦法改成無論別人把foxy安裝在哪一碟
都無法執行的寫法??
【解答】
您好:
您試試看先從左下的「開始\執行」
輸入CMD
再輸入
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\要禁止運行的程式" /v debugger /t reg_sz /d debugfile.exe /f
例如:reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\foxy.exe" /v debugger /t reg_sz /d debugfile.exe /f
這樣就ok了!
取消方法:
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\QQ.exe" /f
記得修改完登錄檔後要重新開機唷!
