Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.05 KB | None | 0 0
  1. class WindowsVista extends WindowsXP implements Nothing
  2. {}
  3.  
  4. int totalNewFeatures = 3;
  5. int totalWorkingNewFeatures = 0;
  6. float numberOfBugs = 345889E+O8;
  7. boolean readyForRelease = FALSE;
  8.  
  9. void main {
  10.     while (!CRASHED) {
  11.  
  12.     if (first_time_install) {
  13.         if ((installedRAM < 2GB) ||
  14.         (processorSpeed < 4GHz))
  15.         {
  16.             MessageBox("Hardware incompatibility error.");
  17.             GetKeyPress();
  18.             BSOD();
  19.         }
  20.     }
  21.     Make10GBswapfile():
  22.     SearchAndDestroy(FIREFOX|OPENOFFICEORG|ANYTHING_GOOGLE);
  23.     AddRandomDriver();
  24.     MessageBox("Driver incompatibility error.");
  25.     GetKeyPress();
  26.     BSOD();
  27.      }
  28.  
  29.      //printf("Welcome to Windows 2000");
  30.      //printf(Welcome to Windows XP");
  31.      printf (“Welcome to Windows Vista”);
  32.  
  33.      if (still_not_crashed){
  34.  
  35.     CheckUserLicense();
  36.     DoubleCheckUserLicense();
  37.     TripleCheckUserLicense();
  38.     RelayUserDetaitsToRedmond();
  39.  
  40.     DisplayFancyGraphics();
  41.     FlickerLED(hard_drive);
  42.     RunWindowsXP();
  43.     return LotsMoreMoney,
  44.       }
  45. }
Add Comment
Please, Sign In to add comment