Skip to content

Commit a2199fa

Browse files
authored
Making Readme better 2/3
1 parent c18f8db commit a2199fa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,30 @@
1717
- Log your current PC or any PC in local network
1818
- Two languages to select (English, Ukrainian)
1919

20+
### Things to do before execution:
21+
1. Make sure PowerShell 6.0 or newer version is installed on your PC. </br>
22+
If version does'nt meet requirements, you can download newer version from official repo: </br>
23+
https://github.com/PowerShell/PowerShell/releases
24+
25+
2. Make sure you have access to administrator's account. </br>
26+
If you're about to monitor remote PC, you need to have login and password from administrator's account on remote PC. </br>
27+
If remote PC account doesn't have password, you'll be unable to use remote monitoring function, until you set password.
28+
29+
3. Configure trusted hosts settings. </br>
30+
Run PowerShell as administrator, type in following command and hit Enter: </br>
31+
```Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*" -Force```
32+
33+
4. Set up WinRM. </br>
34+
In PowerShell command promp run this command with administrator rights: </br>
35+
```WinRM quickconfig``` </br>
36+
Answer "Yes" to all next questions.
37+
38+
5. Give permissions for script execution. </br>
39+
Open PowerShell once again under administrator rights and execute following command: </br>
40+
```Set-ExecutionPolicy Unrestricted -Force```
41+
42+
6. To avoid problems while using app, it is recommended to disable firewall or any other program, which can block internet-connections.
43+
2044
# Українська
2145
### RAM-Logger
2246
Простий PowerShell скрипт, що дає змогу відстежити використання оперативної пам'яті.

0 commit comments

Comments
 (0)