Jump to content

Process Rename?


Recommended Posts

you could just rename the exe , but that can't be done while the program is running.

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

you could just rename the exe , but that can't be done while the program is running.

so there is not way to rename the process :o ... Some guy told me it was possible.

Is there a way to hide a process from windows task manager?

Edited by blizzedout
Link to comment
Share on other sites

you're playing with fire now.... people don't like talk of virus like things....

... has nothing to do with a virus ...

I want to make a script that renames WoW's Process name.

so far it can hide it and unhide it. just cant get it to dissapper off the process list

func hide() 
WinSetState ( "World of Warcraft", "", @SW_MINIMIZE ) 
WinSetState ( "World of Warcraft", "", @SW_HIDE ) 
endfunc 
 
func show() 
Winsetstate ( "World of Warcraft", "", @SW_SHOW ) 
WinSetState ( "World of Warcraft", "", @SW_MAXIMIZE )
endfunc
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...