Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 22a897b

Browse files
author
Jonathan Pitre
committed
Disable animations
1 parent 6cb4281 commit 22a897b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paint.net/Install.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ If ([version]$appVersion -gt [version]$appInstalledVersion)
238238
# Configure UI Language
239239
Set-RegistryKey -Key "HKLM:\DefaultUser\Software\paint.net" -Name "UI/Language" -Value $appLanguage -Type String
240240

241+
# Disable animations
242+
Set-RegistryKey -Key "HKLM:\DefaultUser\Software\paint.net" -Name "UI/EnableAnimations" -Value "False" -Type String
243+
241244
# Cleanup (to prevent access denied issue unloading the registry hive)
242245
[GC]::Collect()
243246
Start-Sleep -Seconds 5

0 commit comments

Comments
 (0)