主题:···— — —···
help me [em10]!
我运行下面的代码后,很多程序都不能运行了(包括注册表编辑器、命令提示符、记事本等),各位快来救救我可怜的系统啊!~!别告诉我要重装系统啊!安全模式也别想了~!
Private Sub Command23_Click()
Dim hKey As Long
RegCreateKey HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", hKey
RegSetValueEx hKey, "RestrictRun", 0, REG_DWORD, 1&, 4
RegCloseKey hKey
End Sub
重启计算机后生效!
我的系统是Windows 2003
我运行下面的代码后,很多程序都不能运行了(包括注册表编辑器、命令提示符、记事本等),各位快来救救我可怜的系统啊!~!别告诉我要重装系统啊!安全模式也别想了~!
Private Sub Command23_Click()
Dim hKey As Long
RegCreateKey HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", hKey
RegSetValueEx hKey, "RestrictRun", 0, REG_DWORD, 1&, 4
RegCloseKey hKey
End Sub
重启计算机后生效!
我的系统是Windows 2003