显示
Microsoft.Win32.RegistryKey cKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", true);
cKey.SetValue("Hidden", "1", Microsoft.Win32.RegistryValueKind.DWord);
隐藏
Microsoft.Win32.RegistryKey cKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", true);
cKey.SetValue("Hidden", "0", Microsoft.Win32.RegistryValueKind.DWord);