diff --git a/Misc/dark.zip b/Misc/dark.zip index 96aaadfa..eb094d30 100644 Binary files a/Misc/dark.zip and b/Misc/dark.zip differ diff --git a/Misc/dark_new.zip b/Misc/dark_new.zip new file mode 100644 index 00000000..96aaadfa Binary files /dev/null and b/Misc/dark_new.zip differ diff --git a/Misc/light.zip b/Misc/light.zip index 42f52de3..d82a9f4b 100644 Binary files a/Misc/light.zip and b/Misc/light.zip differ diff --git a/Misc/light_new.zip b/Misc/light_new.zip new file mode 100644 index 00000000..42f52de3 Binary files /dev/null and b/Misc/light_new.zip differ diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index 746c97f3..c6a2f709 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -4879,8 +4879,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4892,7 +4892,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4941,7 +4941,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4965,8 +4965,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4978,7 +4978,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -5027,7 +5027,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 index 4b8bed11..325221f5 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 @@ -3776,8 +3776,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -3789,7 +3789,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -3838,7 +3838,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -3862,8 +3862,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -3875,7 +3875,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -3924,7 +3924,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 index 4939df23..b0383a04 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 @@ -4158,8 +4158,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4171,7 +4171,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4220,7 +4220,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4244,8 +4244,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4257,7 +4257,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -4306,7 +4306,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index 24641078..6d969dad 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -4897,8 +4897,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4910,7 +4910,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4959,7 +4959,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4983,8 +4983,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4996,7 +4996,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -5045,7 +5045,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 index 06dadf8e..1db063ad 100644 --- a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 @@ -4281,8 +4281,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4294,7 +4294,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4343,7 +4343,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4367,8 +4367,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4380,7 +4380,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -4429,7 +4429,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 index cb255fdb..cedb61fb 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 @@ -4123,8 +4123,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4136,7 +4136,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4185,7 +4185,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4209,8 +4209,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4222,7 +4222,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -4271,7 +4271,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] { diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 index 1b1e3f1f..4bf38851 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 @@ -4299,8 +4299,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark.zip" - OutFile = "$DownloadsFolder\dark.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/dark_new.zip" + OutFile = "$DownloadsFolder\dark_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4312,7 +4312,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\dark_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Dark Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Dark Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Dark Free\appstarting.ani" -Force @@ -4361,7 +4361,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\dark.zip" -Force + Remove-Item -Path "$DownloadsFolder\dark_new.zip" -Force } catch [System.Net.WebException] { @@ -4385,8 +4385,8 @@ function Cursors $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light.zip" - OutFile = "$DownloadsFolder\light.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/raw/master/Misc/light_new.zip" + OutFile = "$DownloadsFolder\light_new.zip" UseBasicParsing = $true Verbose = $true } @@ -4398,7 +4398,7 @@ function Cursors } # Extract archive - & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" + & "$env:SystemRoot\System32\tar.exe" -xvf "$DownloadsFolder\light_new.zip" -C "$env:SystemRoot\Cursors\W11 Cursor Light Free" New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light Free by Jepri Creations" -Force New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name AppStarting -PropertyType ExpandString -Value "%SystemRoot%\Cursors\W11 Cursor Light Free\appstarting.ani" -Force @@ -4447,7 +4447,7 @@ function Cursors Start-Sleep -Seconds 1 - Remove-Item -Path "$DownloadsFolder\light.zip" -Force + Remove-Item -Path "$DownloadsFolder\light_new.zip" -Force } catch [System.Net.WebException] {