Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga authored Nov 22, 2019
1 parent 8281e5a commit e60a52c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HQ is a GUI tool for remotely operating multiple windows PCs using PowerShell.
[日本語](./README-jp.md)


<img src="Documents/top.png" height="500px" />
<img src="Documents/top.png" />


# QuickStart
Expand Down Expand Up @@ -92,18 +92,19 @@ Editable on HQ.


# TIPS
### Accounts are different for each PC
If you prepare parameters`UserName`, `UserPassword` in IPList, it will be used.

### ⚠No Security
The password is saved in plaintext.
Be careful with handling param.json and ipList.csv.

# Libraries:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit - MaterialDesignInXamlToolkit

https://github.com/jsakamoto/ipaddressrange - IPAddressRange
### Accounts are different for each PC
If you prepare parameters`UserName`, `UserPassword` in IPList, it will be used.

https://www.newtonsoft.com/json - Json<span />.NET
### Avoiding System.OutOfMemoryException
If multiple IPs are in the IPList, this may be avoided by limiting the number of tasks executed simultaneously.
Please try to be smaller than IPList the MaxTaskNum that next to run button(▶).

https://github.com/Fody/Costura - Costura.Fody
# Libraries:
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit - MaterialDesignInXamlToolkit
* https://github.com/jsakamoto/ipaddressrange - IPAddressRange
* https://www.newtonsoft.com/json - Json<span />.NET
* https://github.com/Fody/Costura - Costura.Fody

0 comments on commit e60a52c

Please sign in to comment.