Upload files to "Utility Scripts"

This commit is contained in:
2025-08-05 02:26:35 +00:00
parent 343cf921ac
commit b44b8f7632
@@ -0,0 +1,15 @@
<#
Author: Gabe Kerntke
Date: 02-20-2025
.Synopsis
Script enables Bitlocker and then force restarts the computer
.Modified
2025-02-20 (GabeK) - Original script created
#>
# Start Script #
Manage-bde -Protectors -Enable C:
Restart-Computer -Force
# End Script #