Guest User

Untitled

a guest
May 26th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.54 KB | None | 0 0
  1. 01      /*
  2. 02        GNOT General Public License!
  3. 03        (c) 1995-2001 Microsoft Corporation
  4. 04      */
  5. 05      #include "dos.h"
  6. 06      #include "win95.h"
  7. 07      #include "win98.h"
  8. 08      #include "sco_unix.h"
  9. 09      class WindowsVista extends WindowsXP implements Nothing
  10. 10      {
  11. 11       int totalNewFeatures = 3;
  12. 12       int totalWorkingNewFeatures = 0;
  13. 13       float numberOfBugs = 345889E+08;
  14. 14       bool readyForRelease = FALSE;
  15. 15      
  16. 16       void main()
  17. 17       {
  18. 18        while (!CRASHED)
  19. 19        {
  20. 20         if (first_time_install)
  21. 21         {
  22. 22          if (installed RAM < 2GB || processorSpeed < 4GHz)
  23. 23          {
  24. 24           MessageBox("Hardware incompatibity error.");
  25. 25           GetKeyPress ();
  26. 26           BSOD();
  27. 27          }
  28. 28         }
  29. 29         Make10GBswapfile():
  30. 30         SearchAndDestroy(FIREFOX|OPENOFFICEORG|AHYTHING_GOOGLE);
  31. 31         AddRandomDriver();
  32. 32         MessageBox("Driver incompatibily error.");
  33. 33         GetKeyPress();
  34. 34         BSOD();
  35. 35        }
  36. 36      
  37. 37        //printf("Welcome to Windows 2000");
  38. 38        //printf("Welcome to Windows XP");
  39. 39        printf("Welcome to Windows Vista");
  40. 40        if (still_not_crashed)
  41. 41        {
  42. 42         CheckUserLicense();
  43. 43         DoubleCheckUserLicense();
  44. 44         TripleCheckUserLicense();
  45. 45         RelayUserDetailsToRedmond();
  46. 46         DisplayFancyGraphics();
  47. 47         FlickerLED(hard_drive);
  48. 48         RunWindowsXP();
  49. 49         return LotsMoreMoney;
  50. 50        }
  51. 51       }
  52. 52      }
Add Comment
Please, Sign In to add comment