This article will show you how to reset Group Policy Editor using “Command Prompt”, “Batch File” or a “VBScript” in Windows 8.
We have posted a few number of articles based on the modification of policies inside Local Group Policy Editor in the past. You can check them here. There may be certain scenarios when you have modified polices excessively and your system is messed up with them. Due to this, you can face various issues in the behavior of Windows like for example, missing Users tab from PC Settings. There are so many issues like this can be appeared.
If you have a bunch of important data on your Windows 8 and you want to avoid re-installation but still to fix the computer then you can do a reset of polices at once. Resetting policies is also rather better idea then going for resetting or refreshing Windows 8.
In this article, I’ll tell you the way to reset polices of Local Group Policy Editor at once. This will also only reset registry entries for policies that had been changed in the Local Group Policy Editor itself to default, and not those changed using a REG file, manually in Registry Editor, or any other means.
Note: If this Tutorial and News worked for you (and it should work), please leave a comment below. Thanks.
We have posted a few number of articles based on the modification of policies inside Local Group Policy Editor in the past. You can check them here. There may be certain scenarios when you have modified polices excessively and your system is messed up with them. Due to this, you can face various issues in the behavior of Windows like for example, missing Users tab from PC Settings. There are so many issues like this can be appeared.
If you have a bunch of important data on your Windows 8 and you want to avoid re-installation but still to fix the computer then you can do a reset of polices at once. Resetting policies is also rather better idea then going for resetting or refreshing Windows 8.
In this article, I’ll tell you the way to reset polices of Local Group Policy Editor at once. This will also only reset registry entries for policies that had been changed in the Local Group Policy Editor itself to default, and not those changed using a REG file, manually in Registry Editor, or any other means.
Reset GPEDIT Using Command Prompt
- 1. This can be done easily on a dual boot installation. From the Choose an operating system screen, pick Change defaults or choose other options.
- 2. Now pick Troubleshoot in the following screen:
- 3. In the Troubleshoot screen, pick Advanced Options:
- 4. Finally, from Advanced Options, choose Command Prompt:
- 5. Now you’re prompted to select and user to run Command Prompt along with password. So we are now on elevated Command Prompt.
- diskpart
- list volume (from it find out the default drive or label of it on which Windows is installed, its not C drive always)
- exit
- RD /S /Q “D:\Windows\System32\GroupPolicy” (assuming Windows is installed on D drive)
- RD /S /Q “D:\Windows\System32\GroupPolicyUsers” (assuming Windows is installed on D drive)
Note: If this Tutorial and News worked for you (and it should work), please leave a comment below. Thanks.
0 comments:
Post a Comment