Skip to content

Commit e86999e

Browse files
authored
Create README.md
1 parent c281b87 commit e86999e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# NonStop
2+
**NonStop** allows one to deactivate/hide the possibility of shutting down (or sleeping) a **Windows** system.
3+
4+
## Screenshot
5+
![NonStop](https://user-images.githubusercontent.com/37046652/226178897-9b22a6fc-3996-4813-8ea0-d90bf7140c8a.png)
6+
7+
## Building
8+
1. Get the source (Cloning/Downloading)
9+
2. Open the **NonStop.sln** with Visual Studio for example
10+
3. Build the project
11+
4. There should now be a **NonStop.exe** which you can run
12+
13+
## Notes
14+
The program was tested on **Windows 10 x64**.
15+
16+
## How does it work?
17+
**NonStop** alters registry values in the background so that shutting down/sleeping is not possible anymore on the given machine.
18+
(Look at **src/NonStopTool.cs** to see the mentioned registry keys)
19+
20+
## Limitations
21+
The program cannot currently stop a user from shutting down a system via **PowerShell**/**CMD** which is not easily possible.
22+
23+
## Hacking
24+
Ideas and suggestions are welcome in general.
25+
If you like to submit a patch make sure to format your code accordingly.

0 commit comments

Comments
 (0)