问题标题: Win7虚拟机(滑稽)

0
0
已解决
李承耀
李承耀
新手光能
新手光能
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
    SetConsoleTitle("Windows 7(已开机)");
    string s="\
    \n\
    \n\
        |   .   |   .\n\
        |   |   |   |\n\
        |   |   |   |\n\
        |___|   |___|";
    cout<<s;
    Sleep(2000);
    s=s+"\n\n\n                Please wait...";
    system("cls");
    cout<<s;
    Sleep(2000);
    s="\n\n\n\n\n\n\n\n\n\n\n\n                       正在启动 Windows\n\n\n\n\n                    (c)Microsoft corporation";
    system("cls");
    cout<<s;
    Sleep(400);
    system("cls");
    system("color 17");
    cout<<"A problem has been detected and windows has been shutdown to prevent damage to your computer.\nwin32k. sys\nPAGE_ FAULT_ _IN_ NONPAGED_ arEA\nIf this is the first time you've seen this stop error screen,restart your computer. If this screen appears again, follow these steps :\ncheck to make sure any new hardware or software is pr operly installed.If this is a new installation, ask your hardware or software manu facturer for any windows updates you might need.\nIf problems continue, disable or remove any newly installed hardware.or software.Disable BIOS memory options such as caching or shadowing.If you need to use safe Mode to remove or disable ponies, restart your computer, press F8 to select Advanced startup options,and then select safe Mode select safe Mode select safe Mode.\nStop :0x00000074(0x00000037,0x000000EA,0x000000024)";
    getchar();  
}

 


0
0
我要回答