I want to delete Registry Key
I have Windows 2003 (SP2) DC & I have A OU which contain 500 computer accounts (Client OS are Windows XP SP 2). Now I want todelete HideFileExt registry Key (Entire Folder) which is under HKEY_LOCAL_MACHINE\Software\microsoft\windows\current version\explorer\advance\folder\I want to user any batch file or scripts, which i want to added as a start up script.Please help1 person needs an answerI do too
January 27th, 2011 2:28am

From what I see, "HideFileExt" is a Value, not a Key and should be under the "Advanced" key. If so, you can delete this value by just adding the following command to a batch file (.bat) that executes as startup script reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /fHTH, JWInfo on the 'reg' command can be found here: http://technet.microsoft.com/en-us/library/bb490984.aspx
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 5:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics