CMPC
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Explorer Supressor

4 posters

CMPC :: Computing :: Programming :: C++

Go down

Explorer Supressor Empty Explorer Supressor

Post by Unchained Mon Dec 07, 2009 5:48 am

So here's some code I wrote a while ago that some of you may be able to use. Basically what it does is kills the explorer task, after a while it realizes that it cant be opened properly so it just stops trying. It can be opened again using the task manager but most people don't know how. Just so you know, that command can be used with any task so you aren't limited to explorer.

Have fun with it!

Code:

#include "stdafx.h"
#include <iostream>
#include <windows.h>

using namespace std;

void main()
{
   while(1 > 0)
   {
      system("TSKILL explorer");
      Sleep(10);
   }
}
Unchained
Unchained
Mod

Posts : 448

Back to top Go down

Explorer Supressor Empty Re: Explorer Supressor

Post by Admin Mon Dec 07, 2009 5:54 am

Explorer Supressor Rickroll01
Admin
Admin
Pirate King

Posts : 559

Back to top Go down

Explorer Supressor Empty Re: Explorer Supressor

Post by Admin Fri Dec 11, 2009 1:05 am

meh i'm bored alien alien king albino :cherry: :cherry: :cherry: queen queen jocolor jocolor geek geek afro afro flower flower flower king :farao: sunny sunny :bball: 🐒 Exclamation Razz Embarassed
Admin
Admin
Pirate King

Posts : 559

Back to top Go down

Explorer Supressor Empty Re: Explorer Supressor

Post by Paul Fri Dec 11, 2009 2:43 am

Wow, Allen. Really?
Paul
Paul
Pickaxe

Posts : 611

Back to top Go down

Explorer Supressor Empty Re: Explorer Supressor

Post by Lunsfordium Tue Aug 10, 2010 5:09 am

i didn't know that you could use the sleep command in c++

Lunsfordium
Lunsfordium
[Blankie]

Posts : 194

Back to top Go down

Explorer Supressor Empty Re: Explorer Supressor

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


CMPC :: Computing :: Programming :: C++

 
Permissions in this forum:
You cannot reply to topics in this forum