@@ -549,9 +549,8 @@ internal static void UseInterface(string tweak, bool isChoose)
549
549
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "TaskbarDa" , 0 , RegistryValueKind . DWord ) ;
550
550
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "TaskbarMn" , 0 , RegistryValueKind . DWord ) ;
551
551
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "EnableSnapAssistFlyout" , 0 , RegistryValueKind . DWord ) ;
552
-
552
+ RestartExplorer ( new Process ( ) ) ;
553
553
}
554
-
555
554
else if ( SystemData . СomputerСonfiguration . clientWinVersion . Contains ( "10" ) )
556
555
{
557
556
RegistryHelp . Write ( Registry . LocalMachine , @"SOFTWARE\Policies\Microsoft\Dsh" , "AllowNewsAndInterests" , "0" , RegistryValueKind . DWord ) ;
@@ -573,8 +572,8 @@ internal static void UseInterface(string tweak, bool isChoose)
573
572
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "TaskbarDa" , 1 , RegistryValueKind . DWord ) ;
574
573
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "TaskbarMn" , 1 , RegistryValueKind . DWord ) ;
575
574
RegistryHelp . Write ( Registry . CurrentUser , @"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" , "EnableSnapAssistFlyout" , 1 , RegistryValueKind . DWord ) ;
575
+ RestartExplorer ( new Process ( ) ) ;
576
576
}
577
-
578
577
else if ( SystemData . СomputerСonfiguration . clientWinVersion . Contains ( "10" ) )
579
578
{
580
579
RegistryHelp . DeleteFolderTree ( Registry . LocalMachine , @"SOFTWARE\Policies\Microsoft\Dsh" ) ;
0 commit comments