Skip to content

Commit 6810054

Browse files
committed
Updated Internet Shortcuts links
1 parent 2689838 commit 6810054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Add-More-Features.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ $winUtilCommand = "irm https://christitus.com/win | iex"
9393
Create-Shortcut -target $winUtilCommand -shortcutName 'WinUtil-CTT.lnk'
9494
$activatedCommand = "irm https://get.activated.win | iex"
9595
Create-Shortcut -target $activatedCommand -shortcutName 'Activate-Windows.lnk'
96-
$addFeatures = "irm https://github.com/ShivamXD6/Optimize-Windows/releases/latest/download/Add-More-Features.ps1 | iex"
96+
$addFeatures = "irm https://raw.githubusercontent.com/ShivamXD6/Optimize-Windows/main/Add-More-Features.ps1" | iex"
9797
Create-Shortcut -target $addFeatures -shortcutName 'Add More Features.lnk'
98-
$updateOS = "irm https://github.com/ShivamXD6/Optimize-Windows/releases/latest/download/Update.ps1 | iex"
98+
$updateOS = "irm https://raw.githubusercontent.com/ShivamXD6/Optimize-Windows/main/Update.ps1" | iex"
9999
Create-Shortcut -target $updateOS -shortcutName 'Update.lnk'
100100

101101
# Softwares

0 commit comments

Comments
 (0)