Skip to content

2.0 Powershell Useful Scripts

Compare
Choose a tag to compare
@ikkxeer ikkxeer released this 23 Jul 14:14
· 49 commits to main since this release
485ce96

Hello! 😊

In this new version 2.0 I want to implement the distribution of scripts through folders with main uses. In addition to this I want to introduce a large number of new scripts so that the repository is expanded as much as possible.

For me it is essential that the scripts are useful and that you can really apply them both to your projects and to their unique use, that is why I am working on making them adaptable and as useful as possible.

New folder structure:

.github/
  ├─ ISSUE_TEMPLATE/
  ├─ workflows/
Scripts/
  ├─ Conversion and Format/
  ├─ Maintenance/
  ├─ Network/
  ├─ Others/
  ├─ Server Manager/

List of new scripts:

- Conversion and Format
  1. Convert-Docx-To-HTML.ps1
  2. Convert-HTML-To-Docx.ps1
  3. Convert-Video-To-MP4.ps1
 
- Maintenance
  1. Clean-Temp.ps1
  2. Get-HighResourcesProcess.ps1
  3. Optimize-Register.ps1
  4. Sincronize-NTP.ps1
  5. Verify-SystemFiles.ps1

- Network
  1. Enable-Firewall.ps1
  2. Disable-Firewall.ps1

- Others
  1. Extract-Files.ps1
  2. Get-UserCommits.ps1
  3. UltraCompress-File.ps1
 
- Server Manager
  - There is no news here


The updates in this version seem to me to have a great impact on the development of the project as they make the structure of it more readable and better for users who want to use programs from the repository. Honestly, I am very proud of the changes in this new version.

Greetings!

Full Changelog: 1.0...2.0