https://github.com/stephensorriaux/py-scripts
Some Python scripts to easier some tasks
https://github.com/stephensorriaux/py-scripts
Last synced: 3 months ago
JSON representation
Some Python scripts to easier some tasks
- Host: GitHub
- URL: https://github.com/stephensorriaux/py-scripts
- Owner: StephenSorriaux
- License: apache-2.0
- Created: 2018-07-06T21:37:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T14:08:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T15:44:52.795Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-scripts
Some Python scripts to easier some boring tasks.## avoid-windows-restart-after-os-update.py
Aim:
* avoid Windows to forcely restart the computer after an OS updateRequires:
* administrator sessionUsage:
```
./avoid-windows-restart-after-os-update.py
```## generate-keystore.py
Aim:
* generates a keystore.jks containing key and certs signed with ca.cer
* generates a truststore.jks containing ca.cert
* generates a .certRequires:
* a file ca.cert
* a file ca.keyUsage:
```
./generate-keystore.py
```