Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arwn authored Jul 10, 2019
1 parent 60fe919 commit 0b6ebbe
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ Works on windows.
./memez

## installation
I really do't know how MSVC works but you can use that.
Compilation by hand is also possible; `c++ -o memez memez.cpp`.
You can build with msvs as usual. Compilation by hand is also possible; `c++ -o memez memez.cpp`.

# as a service
1) edit the install.ps1 and add the target username to the $username variable
2) run install.ps1 from the root folder of the project.
To verify that it was installed run `Get-ScheduledTask` and look for the memez*. `Get-ScheduledTask` also takes a -Name flag.

## TODO:
* Prevent users from killing memez
* Create a windows service that runs memez at a certain time/day
* BSOD after memez has finished.
* DONE ~Prevent users from killing memez.~
Just install script as admin
* DONE ~Create a windows service that runs memez at a certain time/day.~
The install.ps1 does that
* DONE ~BSOD after memez has finished.~
Oh boy does it.

0 comments on commit 0b6ebbe

Please sign in to comment.