pre-rewrite changes

This commit is contained in:
2025-02-17 21:12:55 -05:00
parent b57227fb60
commit 0666d5e8ec
2 changed files with 15 additions and 0 deletions

View File

@@ -45,3 +45,15 @@ rm -Force -Recurse C:\Users\Docker\project64\Project64_VS2022
# maybe this'll work -- no
# Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
# Mount shared directory as a drive
New-PSDrive -Name "Z" -PSProvider "FileSystem" -Root "\\host.lan\Data" -Persist
# remove Widgets stuff
Get-AppxPackage *WebExperience* | Remove-AppxPackage
# remove animations -- https://superuser.com/a/1811743
Set-ItemProperty -Path "HKCU:Control Panel\Desktop" -Name UserPreferencesMask -Value ([byte[]](0x90,0x12,0x03,0x80,0x10,0x00,0x00,0x00))
# restart explorer
stop-process -name explorer -force