Tuesday, May 31, 2016

How to disable the recent document history on your computer.

How to disable the recent document history on your computer...???


Recent Document History

Hi everyone here is new tricks I’m going to show you how to disable the recent document history on your computer. This is a great thing if you don’t show your recent document history.

The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down.

1. At first open the Registry Editor by pressing “windows + R” then  type “regedit” and then hit enter. (Select Start/Run, type regedit, and click OK).

2. Now go to “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”.
3. And then Create a NoRecentDocsHistory D_WORD key [Right Click® New ®DWORD (32- Bit) Value] . Double-click the value to open it once it is created.


4. Set the Data Value to 1 to enable the restriction with hexadecimal.
5. Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect.


Note: If you want to enable recent document then go to “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”. and delete “NoRecentDocsHistory” file that you have create and restart your computer.

Monday, May 30, 2016

How to Remove the Shutdown Button from the Windows 10 Login Screen

How to Remove the Shutdown Button from the Windows 10 Login Screen





When you first turn on your system or when you lock your system, Windows displays a simple login screen which enables you to log in to your system. On the login screen Windows 10 provides you with different options like Ease of Access, Power options, Sign-in options, etc. The Power button on the login screen allows you to quickly restart, shut down, or put your system into sleep mode. As useful as it is, you may sometimes need to disable or remove the Power button from the login screen so as to prevent other users from shutting down your PC when it is locked. Here is how you can remove a shutdown or power button from the Windows 10 login screen To remove the power button from the Windows 10 login screen you can either use the Group Policy Editor or the Registry Editor. I will show both ways; follow the one you are comfortable with.
Removing the shut-down button from the login screen using the Group Policy Editor is the easiest way. To start, press “Win + R,” type gpedit.msc and press the Enter button.
win10-remove-shutdown-button-gpedit-run-command
The above action will open the Windows Group Policy Editor. Here, navigate to the follow policy on the left panel: “Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options.”
Find and double-click on the policy “Shutdown: Allow system to be shut down without having to log on.”
win10-remove-shutdown-button-select-policy
This will open the respective policy settings window. Here, select the “Disabled” radio button, and then click on the “Ok” button to save the changes.
From this point onward you won’t see the power button on the login screen.
If you ever want to revert back, simply change the policy setting from “Disabled” to “Enabled” and you are good to go.
If you don’t have access to the Group Policy Editor, then you can use the Windows Registry editor. However, make sure that you have a good backup before making any changes.
To start, press “Win + R,” type regedit and press the Enter button to open the Windows Registry Editor.
Once the Registry Editor has been opened, navigate to the follow key on the left panel:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
win10-remove-shutdown-button-select-key
Right-click on the empty space in the right pane, and then select the “New” option and then “DWORD (32-bit) Value.”
The above action will create a new Dword Value. Rename the new value to “shutdownwithoutlogon” and press the Enter button.
After creating the value double-click on it and make sure that the value data is set to “0.” If the value data is not set to “0” then change it accordingly.
win10-remove-shutdown-button-value-data-to-0
You’ve successfully removed the power or shutdown button from the login screen. If you ever want to revert back, simply change the value data from “0” to “1” and you are good to go.