2010년 4월 30일 금요일

Win7에서 [제어판] 숨기는 방법

 여러 사람들이 공용으로 사용하는 PC나, 집에서 아이들과 함께 PC를 사용할 경우,

[제어판]을 보이지 않게 해 놓으면 PC의 시스템 속성 등이 변경되는 것을 방지할 수 있는

한 가지 방법이 될 수 있을 것 같습니다.

 

 Group Policy에서 [제어판]을 숨기는 방법과 레지스트리 값을 변경하여 숨기는 2가지 방법을

다음과 같이 소개합니다.

 

Group Policy에서 제어판을 숨기는 방법

Note: This process uses Local Group Policy Editor which is not available in Home versions of Windows 7. Skip down below for the registry hack version that works on Home editions as well.

 

First type gpedit.msc into the Search box in the Start menu and hit Enter.

gpedit_start

When Local Group Policy Editor opens, navigate to User Configuration \ Administrative Templates then select Control Panel in the left Column. In the right column double-click on Prohibit access to the Control Panel.

1control Panel

In the next window, select Enable, click OK, then close out of Local Group Policy Editor.

2control Panel

After the Control Panel is disabled, you’ll notice it’s no longer listed in the Start Menu.

3control panel

If the user tries to type Control Panel into the Search box in the Start menu, they will get the following message indicating it’s restricted.

4control panel

 

레지스트리 값 변경으로 제어판을 숨기는 방법

You can also tweak the Registry to disable Control Panel. This will work with all versions of Windows 7, Vista, and XP. Making changes in the Registry is not recommended for beginners and you should create a Restore Point, or backup the Registry before making any changes.

Type regedit into the Search box in the Start menu and hit Enter.

regedit_Start

In Registry Editor navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer. Then right-click in the right pane and create a new DWORD (32-bit) Value.

1reg

Name the value NoControlPanel. Then right-click on the new Value and click Modify…

2reg 

In the Value data field change the value to “1” then click OK. Close out of Registry Editor and restart the machine to complete the process.

3reg

When you get back from reboot, you’ll notice Control Panel is no longer listed in the Start menu.

4start

If a user tries to access it by typing Control Panel into the Search box in the Start menu…

5start

They will get the following message indicating it is restricted, just like if you were to disable it via Group Policy.

4control panel

If you want to re-enable the Control Panel, go back into the Registry and change the NoControlPanel value back to “0” then reboot the computer.

6start

This comes in handy if you have inexperienced users working on your machine and don’t want them messing with Control Panel settings.

 

댓글 없음:

댓글 쓰기