Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

NoSleep

A simple utiltity to prevent Windows from entering idle and sleeping. Useful while working on a PC but not actively using it.

Getting and Compiling NoSleep

You can easily clone the repository with something similar to

git clone https://github.com/ThreeSevenths/NoSleep.git

To build the solution

cd NoSleep/NoSleep
dotnet restore
dotnet build
dotnet publish