Computer problems,Computer help
*AX SOFT>>>Programming & Design

Is there a programme to hide active programme..?


in order not let any one exit the prog i wanna hide..

Yes there is a very easy way, takes about 10 seconds to set up but I am not going to tell 'cause how do I know you will use it for good rather than evil?

This sounds illicit.

Yes and no. In older operating systems, such as Windows 95/98/ME, hiding the running applications was easy. This was because these operating systems rated pretty low on the security scale.

With Windows NT/Server/XP/Vista, it's a bit more difficult.

You can't hide running processes in these later operating systems. The user can always bring up task manager and view them. It's possible to have a process running as a user other than the currently-logged-in user, and if the current user does not have administrative privileges, it will not be visible.

You also have the ability to run the software as a service, which does not show up as an individual process (even though the system will have a process running that contains your software). Even then, the user can stop your service via Control Panel -> Administrative Tools -> Services, assuming he/she has the appropriate privileges.

Put simply, if the user is without administrator privileges, then yes, you can prevent him/her from stopping your software. If the user is an administrator, he/she can stop your software.

This is, of course, the way things should be. The human should always be in control.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • What kind of Programming Language is HTML?

    Technically, its not actually a programming language. Its a markup language. But if you want to treat it as a very limited programming language, it would be a declarative language because you are t...

  • Cout << "0123456789ABCDEF"[((n >> i*4) & 0xF)]; Any one plz can explain the meaning of this line,

    It prints the hexadecimal value of n, where i is the digit number. Each hexadecimal digit represents 4 bits, so you start by looping i from 0 to b/4, where b is the number of bits in n (8 for a ...

  • C or c ++ language help?

    theres ebooks and all that but id suggest buying a book from chapters or something, i have the C++ in 21 days book, my first starting out book, taught me alot, i still use as a reference if im not ...

  • Selling Linux?

    it can be sold, if you make an upgrade, anyway, most of them get money from tech support.

    ...
  • Can anyone help me on Infragistics WebGrid Component for JSF?

    There are several good websites to help you with WebGrid. Infragistics own Help Centre: ...

  • What could be the salary if iam a certified sap professional?

    Info on SAP ... ...

  • Inport picture for vb 6?

    if txtTitle.text = "Dejavu" then pctDVD.picture = loadpicture("F:\School\IPT\Year 12\VB\Assignment\Pictures\Dejavu.jpg") end if

    ...
  • I wrote an Excel macro for saving a sheet of Excel Book by reference of a cell text. I want to do is if that f

    Use "on Error go to " a new subroutine say "add()" In this one ("add()")you do a "open" on the existing workbook. You do worksheet.copy on the "home&qu...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster