Compare commits

...

2 commits

Author SHA1 Message Date
Olai
57e3008564
Fixed XAML 2023-11-02 09:51:23 +01:00
Olai
603e5ec448
Update README.md 2023-11-02 09:45:51 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ powershell.exe -WindowStyle Hidden -file > $null
#$inputXML="C:\Users\olai.boe\Documents\GitHub\PSXAML\MainWindow.xaml" #$inputXML="C:\Users\olai.boe\Documents\GitHub\PSXAML\MainWindow.xaml"
$inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/OlaYZen/Enhance-Windows/Newest/MainWindow.xaml") #uncomment for Production $inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/OlaYZen/Enhance-Windows/Release-v1.1.7/MainWindow.xaml") #uncomment for Production
$inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^<Win.*', '<Window' $inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^<Win.*', '<Window'
[void][System.Reflection.Assembly]::LoadWithPartialName('presentationframework') [void][System.Reflection.Assembly]::LoadWithPartialName('presentationframework')

View file

@ -17,7 +17,7 @@ This script Enhances both Windows 10 and 11
Open a powershell window , and type: Open a powershell window , and type:
``` ```
iwr -useb http://enhance.olayzen.lol/ | iex iwr -useb https://enhance.olayzen.com/1.1.7 | iex
``` ```
> or Download and run "EnhanceWindows.ps1" with powershell > or Download and run "EnhanceWindows.ps1" with powershell