Files

5 lines
232 B
Plaintext
Raw Permalink Normal View History

2026-08-27 11:04:21 -06:00
Try
Dim regloc As String = "HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer"
My.Computer.Registry.SetValue(regloc, "NoFolderOptions", "1", Microsoft.Win32.RegistryValueKind.DWord)
Catch
End Try