Merge pull request #23 from Pernat1y/patch-1

Update README.md
This commit is contained in:
Jora Kornev 2020-05-22 22:12:37 +03:00 committed by GitHub
commit c4a4325b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,12 @@ Works on Windows Vista and above, x86 and x64
**Recommended build environment**
- Visual Studio 2013 and above
- Windows Driver Kit 8.1
- Windows Driver Kit 8.1 and above
**Building**
Following guide explains how to make a release win32 build
1. Open Hidden.sln using Visual Studio 2013
1. Open Hidden.sln using Visual Studio
2. Build **Hidden Package** project with configurations Release, Win32
3. Open build results folder **\<ProjectDir\>\Release**
@ -34,6 +34,7 @@ Following guide explains how to make a release win32 build
2. Copy files from **\<ProjectDir\>\Release\Hidden Package** to a test machine
3. Right mouse click on **Hidden.inf** and choose **Install**
4. Start a driver (sc start hidden)
5. Make sure service is running (sc query hidden)
**Hiding**