79df17763a
Add DSC configurations for user interface, Windows features, and services; implement app installation and removal scripts
...
- Created `DSC-UserInterfaceConfiguration.ps1` to manage user interface settings via registry changes.
- Developed `DSC-WindowsFeatures.ps1` to install OpenSSH Client and enable NFS Client features.
- Implemented `DSC-WindowsServices.ps1` to ensure Terminal Services are running and set to automatic startup.
- Added `PS-InstallApps.ps1` to manage app installations and remove the msstore source if it exists.
- Created `PS-RemoveApps.ps1` to remove unwanted apps, provisioned packages, and handle Office applications via winget.
2025-09-28 11:59:28 -05:00
e85aa6b243
Add functionality to remove Edge Progressive Web Apps and update system PATH for Miniforge scripts
2025-09-26 09:48:06 -05:00
f5cc18c973
Remove self update
2025-09-21 14:49:33 -05:00
e8e3847da8
Refactor Update-Scripts function to enhance file copying logic and preserve directory structure during updates
2025-09-15 12:50:10 -05:00
ae33b35354
Refactor Update-Scripts function to improve error handling and streamline file operations
2025-09-15 12:42:53 -05:00
f85d9ad03a
Refactor Update-Scripts function to improve file comparison logic and user prompts for applying updates
2025-09-15 12:35:45 -05:00
18e0d633c6
Refactor Update-Scripts function to create temporary directory in script folder and update .gitignore for new paths
2025-09-15 12:31:02 -05:00
ef2b9e2a94
Refactor Update-Scripts function to simplify directory extraction and file copying logic
2025-09-15 12:26:24 -05:00
19ac162a07
Enhance Update-Scripts function to handle nested repository structures and improve file copying logic
2025-09-15 13:21:24 -04:00
cd77f094bf
Refactor Update-Scripts function to enhance condition checks for file existence
2025-09-15 13:11:28 -04:00
7f0fadf00b
Remove unnecessary closing brace from Update-Scripts function in installation scripts
2025-09-15 13:09:34 -04:00
efb14e8527
Refactor Update-Scripts function to improve error handling and code structure
2025-09-15 13:08:03 -04:00
19fcecddcd
update git check
2025-09-15 13:04:09 -04:00
dc32d19a7b
Add robust auto-update feature to all three scripts
2025-09-13 14:41:19 -04:00
e8f1a60eb1
Initial commit
2025-09-13 14:30:54 -04:00