23 Commits

Author SHA1 Message Date
264560b4e3 Revert commit 79df17763a 2025-11-24 12:19:44 -06:00
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
7e9ad6b9eb Merge branch 'master' of https://gitea.andrewspolytechnic.com/public/windows-install 2025-09-26 21:49:02 -05:00
094d7d8349 Ensure .ssh directory exists before copying SSH files from Nextcloud 2025-09-26 21:48:59 -05:00
c38ba82c2b Add registry entries to disable Bing search and search box suggestions 2025-09-26 11:15:12 -05:00
00298cacad Add registry entries to restrict implicit ink and text collection, and update privacy settings for location services 2025-09-26 11:09:05 -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
f9368c727b Add removal of microsoft bs apps 2025-09-25 19:50:32 -05:00
f5cc18c973 Remove self update 2025-09-21 14:49:33 -05:00
68d0bfb07c add reg for location prompt 2025-09-21 14:41:37 -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
ba21798a22 update line endings 2025-09-15 12:42:59 -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