My program sets \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" value \"Hidden\". Hovewer I\'m not able to refresh the e
\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\"
\"Hidden\"
With Windows 10 having changed the name of the Explorer window:
if ((itemName == "Windows Explorer") || (itemName == "File Explorer")) { itemType.InvokeMember("Refresh", System.Reflection.BindingFlags.InvokeMethod, null, item, null); }