From 14abb7e96ddd9f7b479dad30233c144989ae0d9e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 23 Nov 2018 15:42:30 +0300 Subject: [PATCH] Update Win 10.ps1 --- Win 10.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win 10.ps1 b/Win 10.ps1 index c6671d3f..b20fcf86 100644 --- a/Win 10.ps1 +++ b/Win 10.ps1 @@ -520,7 +520,7 @@ IF (!(Test-Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Control New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel -Name AllItemsIconView -Value 0 -Force New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel -Name StartupPage -Value 1 -Force # Удалить пункт "Изменить с помощью Paint 3D" из контекстного меню -$exts = @(".bmp",".gif", ".jpe", ".jpeg", ".jpg", ".png", ".tif", ".tiff") +$exts = @(".bmp", ".gif", ".jpe", ".jpeg", ".jpg", ".png", ".tif", ".tiff") Foreach ($ext in $exts) { Remove-Item -Path "Registry::HKEY_CLASSES_ROOT\SystemFileAssociations\$ext\Shell\3D Edit" -Recurse -Force -ErrorAction SilentlyContinue