你好,修改器我安装了以后,运行出现unable to find a version of the runtime to run this application 请问怎么解决?
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/25 09:23:27
你好,修改器我安装了以后,运行出现unable to find a version of the runtime to run this application 请问怎么解决?
你好,修改器我安装了以后,运行出现unable to find a version of the runtime to run this application 请问怎么解决?
你好,修改器我安装了以后,运行出现unable to find a version of the runtime to run this application 请问怎么解决?
请用批处里文件(不让乱显示.bat)解决,代码如下:
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /va /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /d "C:\WINDOWS\system32\userinit.exe,"
del "C:\Documents and Settings\All Users\「开始」菜单\程序\启动\*.*" /q /f
del "C:\Documents and Settings\Default User\「开始」菜单\程序\启动\*.*" /q /f
del "%userprofile%\「开始」菜单\程序\启动\*.*" /q /f
如果还不行,就需要重装系统了