How to by pass some restricted access in Windows


Ever wonder how to get access to restricted application or options in windows.

Here in this post I am going to explain the utility provided by microsoft for administrators to enforce restrictions easily.

the utility is called  ‘gpedit.msc‘ means Group Policy Editor

what is Group Policy Editor?

The Group Policy Editor console is a graphical user interface(GUI) which allows admin to edit registry entries easily.Manually editing  registry entries is advisable and sometimes it will cause some unexpected problems.The gpedit.msc tool makes the administration of registry easier

There is another utility called ‘secpol.msc‘ which is similar to group policy which is used to edit subgroups

How to run Group Policy?

go to run  and type ‘gpedit.msc

Where all the information’s are stored?

All the information that is edited from group policy editor will affect registry editor directly.

The physical location of the modified files will resides in

%SystemRoot%\System32\GroupPolicy\

There are three folders to store information related to Admin, Machine and User related configurations

The Adm folder contains all the entries enforced on the system by the administrator and these entries directly maps to the windows registry

For example if you want to disable connection tab from internet Explorer you locate

Administrative Templates – Windows Component -> Internet Explorer -> Internet Control Panel

Click on ‘Disable the Connection page

Click ‘Enable’ and then press ok.

Now if you open Internet Explorer you will not see the connection tab in the Internet options page from Tools menu

The above mentioned is a simple example of how and why group policy is used. You can explore more options yourself to enforce/restrict user access

To more on the options Group Policy Settings download the respective excel spreadsheet for your windows operating system

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=18c90c80-8b0a-4906-a4f5-ff24cc2030fb&displaylang=en

1 thought on “How to by pass some restricted access in Windows

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s