pre-rewrite changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user