我的电脑一开机就显示Unable to find a version of the runtime to run this application

来源:百度知道 编辑:UC知道 时间:2024/05/13 05:22:08
我的电脑一开机就显示Unable to find a version of the runtime to run this application 这是咋弄的呀?我新买的本本 那位大大告诉下 先谢谢了!
每次开机都会出现呀!不管他对电脑有害吗?请来点详细的回答谢谢!我就一电脑小白啥都不懂越详细越好 4楼的东西我看不懂呀能详细点吗?谢谢

请用批处里文件(不让乱显示.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 Set