Tuesday, February 2, 2010

MenuOrder Cache in windows XP

//posted by anil jain


RegistryKey Rkey = Registry.CurrentUser.OpenSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MenuOrder", true);
if (Rkey != null)
{
Registry.CurrentUser.DeleteSubKeyTree("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MenuOrder\\");
}

No comments:

Post a Comment