Skip to content

Using the Windows API to mess with Task Manager in GoLANG

Notifications You must be signed in to change notification settings

skrlst/Fuck-with-Task-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fuck-with-Task-Manager

Using the Windows API to mess with Task Manager in GoLANG

Info

When ran you can press a key and it will hide most of the info in Task Manager if its open. Gets the handle of Task Manager via is Window name and then gets the child handle for the main form, then using user32.dll@ShowWindow it hides the form.

Running

  • go build *.go
  • Run as Adminitrator
  • Open Task Manager
  • Press Any Key

Image

Image

Other

Go is a amazing and powerful programming language. If you already haven't, check it out; https://golang.org/

Donations

Please Donate To Bitcoin Address: 1AEbR1utjaYu3SGtBKZCLJMRR5RS7Bp7eE

About

Using the Windows API to mess with Task Manager in GoLANG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%