How to refresh explorer after a registry change
问题 I'm trying to refresh the system (Windows 8) after changing a value in the registry, this value affects the explorer settings, Is the value to show/hide the checkboxes: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Shown RegEdit.Set_Value("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", _ "AutoCheckSelect", "1", Microsoft.Win32.RegistryValueKind.DWord) End Sub And to refresh the system I use this: Private Sub Button1_Click(sender As