Showing posts with label regedit-tips. Show all posts
Showing posts with label regedit-tips. Show all posts

Resolve System Restore Disabled By Group Policy Error In Windows

August 05, 2015
The System Restore feature in Windows is useful for restoring your PC back to older settings in case some application or settings start hampering its functioning.

Resolve System Restore Disabled


If you get the error, “ System Restore has been turned off by group policy. To turn on System Restore, contact your domain administrator “ while trying to access system restore then it could be possible that your firm’s IT department(if it’s your office workstation) has blocked it, or it got turned off automatically due to some reason.


Error Resolved with following simple steps. 

Method 1: 

Enable System Restore Configuration Interface through Group Policy Editor.


Step 1. Click Start button, click Run and type gpedit.msc.
Step 2. Expand Computer Configuration and then expand Administrative Templates.
Step 3. Expand System, and then click System Restore.
Step 4. Double click on Turn off System Restore.
Step 5. On the Setting tab, select Disabled.
Step 6. Double-click Turn off Configuration, and then on the Setting tab, select Disabled.
Step 7. Exit the editor and reboot your PC.


Method 2: 

Note: Make sure that you backup your registry using File->Export before you attempt to make any changes.

Step 1. Press Start start button. Click Run. Type regedit and click OK.
Step 2. On the registry editor double click on HKEY_LOCAL_MACHINE folder to expand it.
Step 3. Expand SOFTWARE folder.
Step 4. Expand Policies> Microsoft> Windows NT> SystemRestore.
Step 5. On a right panel right click on DisableConfog and DisableSR and select delete option from right hand menu.
Step 6. Exit the editor and reboot your PC.

These two method are work well on home editions and professional versions of Windows XP and higher.

After restarting your PC, Go to start button and type System Restore in a search box (In Windows 7,8, Vista).

System Restore window will appear now.


That was how you resolve System Restore disabled by group policy error in Windows.







BIOS Tip: Tweaking BIOS to Improve Boot Speed

BIOS Tip: Tweaking BIOS to Improve Boot Speed

February 26, 2012
Tweaking your BIOS settings can be a good way to get your system to boot faster. Just a simple change of some of the key settings can make dramatic differences in how fast your system boots up. 
Enable the "Quick Boot" Feature: Many newer PC's have a special BIOS setting, usually called "Quick Boot" or "Quick Power On Self Test" that can be enabled to make the boot take less time. Try enabling this setting; this will cause the BIOS to skip some of the normal test routines that it performs at boot time, speeding up the boot process. 

Remove the Boot Delay Setting: Some PC's have a BIOS setting that you can use to intentionally delay the boot-up of the PC by several seconds. This setting is often called "Boot Delay" or "Power-on Delay". This can be useful when the BIOS is booting too quickly, causing hard disk drives to be booted before they are ready. However, it also slows the boot process down, so make sure that it is only enabled if it is needed. 

Disable Floppy Drive Seek: Also called "Boot Up Floppy Seek." Most PCs have a BIOS setting to disable floppy drive seeking, which is the short access the BIOS makes to the floppy disk just before it boots the system. This seek (unless disabled) is performed regardless of whether the system is being booted from the hard disk or floppy disk. Disabling the seek speeds up the boot process by a couple of seconds. This doesn't really have any negative impact on the system, although if you are having problems with your floppy drive you will probably want to re-enable the seek as this makes troubleshooting some types of problems easier. 
» Perform a BIOS scan now!
Driver Tip: How to Disable Digital Driver Signing

Driver Tip: How to Disable Digital Driver Signing

February 26, 2012
Have you ever tried to install some device drivers on 
Windows 7 and received a warning message that those drivers should be digitally signed? You can disable this driver signing warning message in Windows 7 with a simple procedure.

Go to the Start menu and type cmd.exe in the Search Bar. Right click on cmd.exe and choose Run as Administrator. 

If you have the UAC turned on, choose Yes to proceed. Otherwise, you should see the command windows opened already. In the shell window, copy and paste the following and hit Enter. 

But why do you need to go through this confusion when you can simply have a program like DriverAgent. This program will automatically search for updated Legacy audio drivers. It will locate the driver for you. You don't have to skim through a very confusing list. You don't have to log on the manufacturer's website. Just run DriverAgent and the driver will be found for you. 

bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
 

You'll get a confirmation that the operation completed successfully. Restart your computer for the changes to take effect. You've just disabled digital driver signing in Windows 7. 

» Perform a driver scan now!