Skip to main content

How to remove Shutdown and restart buttons in windows 7.

Hi guys welcome back to worldtech360. In this tutorial i am gonna show you how to remove shutdown and restart buttons in windows 7.I am writing this post because day by day the work we do on our laptops or PC's is just increasing.Some time we need to carry the work we do on our PC at different place(i.e in absence of your Laptop).At that time we leave the PC ON and we try to control it form some other place.During that course your family members may turn of your PC(by clicking on shutdown button in the start menu).To get rid of that we are gonna remove the shutdown and restart buttons from the start button using local group editor policies.So lets see how to do this.
remove shutdown and restart buttons in windows 7 using local group policy editors

Steps:

1.Open Run and type "gpedit.msc"in it.
2.Now from the pop up window,click on "user Configuration" and then on "Administrative templates".
Now browse to user configuration and then to Administrative templates
3.From the list select "start Menu and taskbar".Now you will see a setting tab at the right side.Form that list select "Remove and prevent access to shutdown,sleep,restart and hibernate" as shown below.
Now click on startmenu and taskbar and then on remove and prevent access to shutdown from the right side list
4.Double click on the option and check the "Enabled" option and click on apply and then ok.
Click on enable to remove the shutdown and restart buttons from the start menu
5.Now Log off(Press Win+L) your screen in order to take effect.After logging in to your PC you will see that the shutdown,restart,sleep and hibernate buttons are removed as shown below.
Log off your pc and then log in and you will see no option for shutdown and restart button in start menu.

That's it friends i hope you enjoyed this post,if you have any queries regarding any topic feel free to ask us through comments and have a nice day.

Comments

Post a Comment

Popular posts from this blog

How to make an Installation file(setup file) using Iexpress.

Hi guys welcome to worldtech360. In this tutorial or article I  am going to show you how to create an installation file(setup file) for the .EXE file which you have created using an inbuilt option in windows 7 named ‘ iexpress ’. So let’s see how to do this. Note: You can also create an installation file for .bat file files or .VBS files or any other files which are executable. Steps: 1. Choose an .EXE file or any other file for which you want to create a setup file or installation file. In this I am going to use .VBS file 2. Open Run and type “ iexpress ” or “ iexpress.exe ” and hit enter. 3. After hitting enter, iexpress wizard window will popup. On the screen you will see two options i.e. “ create new self-extracting directive file ” and the other is “ open existing self-extracting directive file ”. I recommend you to choose the first option as you are going to create a self-extracting file and click next. 4. In the next window select “ Extract files on...

8 Important Tips to Protect Your Magento Store from Hacking

Protection of eCommerce and financial websites is necessary because these websites deal with monetary transactions and stand first as a victim in the list of cyber crime. Magento is the most popular eCommerce platform which also comes under threat of hacking by accessing unauthorized logins and other attacks. Magento Platform is rich in security features but security is needed on the admin level to protect it from cyber criminals. Here are some security tips that help you to protect your Magento store and keep your site safe: 1.Admin Path Customization: It is the first step you can take to keep your Magento site safe is to customize the admin path because the normal login pages and admin pages can easily be accessed by just hit and trial methods and it is very easy to navigate to admin page by hackers if the path remains unchanged. With the use of many hacking software available online, it is easy to guess user name and password combinations and these software can guess user n...

How to Create you own custom Chrome app-2 ways.

Google Chrome is the most common web browser which is used all around the world due to its speed and compatibility with our systems.As a result day by day new type of Apps and Extensions are released in to chrome web store.But have you ever tried to make one of your own App and Extension? If not in this tutorial i am gonna show you how to make your own Chrome app and Extension for you site or any other site with in Minutes using Manifest.json file.So let's see how to do this. Steps: 1.Create a New Folder any where on your Pc and name it as like " Worldtech360 chrome Apps " or " Chrome Apps and Extensions ".Now create a Sub folder and name it with your site. 2.Open the Sub folder which you have created and create a new " Text document ".Now we are going to convert this text document in to Manifest.json. 3.Open the Text document and copy the below code in it.   { "manifest_version": 2, "name": "Web site name...