Home Page

Home Page
How to Search the Query

Sunday 20 April 2014

Restart pending - UAC - Temp Profile - Route print - Hibernate/Sleep mode

Restart pending Error during installation of SQL Server:
Open Registry using regedit command and Navigate the below registry key and edit the "pendingFileRenameOperations" and delete all entries available in the same
HKLM\System\CurrentControlSet\Control\Session Manager\ -- pendingFileRenameOperations

How to Disable User Account Control (UAC) from Registry:
Open Registry using regedit command and Navigate the Below registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
In the details pane, locate the EnableLUA key (REG_DWORD type).
On the Edit menu, click Modify. In the Value data box, type 0 ( zero), and then click OK.

How to Delete Temp Profile using Registry:
Open Registry using regedit command and Navigate the Below registry key
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
Find and Delete required user profile and then restart the system.

How to Enable Remote Desktop connection from Registry:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server.
In the console tree, click Terminal Server and then, in the details pane, double-click fDenyTSConnections.
In the Edit DWORD Value box, in Value data, type 0, and then click OK.

How to add route print using command prompt:
Open Command Prompt and type below command
route add -p IP Address mask 255.255.255.0 then gateway whichever is in your local machine.
E.g. - route add -p 172.27.172.0 mask 255.255.255.0 172.27.3.1

How to On/Off Sleep Mode Or Hibernate Settings using command:
Open Run - type below command
powercfg –h off  Hit ENTER to Disable
powercfg –h on  Hit ENTER to Enable


Searches Related Links :
How to install sql server without restart the system
How to enable and disable sleep mode or hibernate option
How to On/Off Sleep Mode Or Hibernate Settings using command
How to add route print using command prompt
How to Enable Remote Desktop connection from Registry
How to Delete Temp Profile using Registry
How to Disable User Account Control ( UAC ) from Registry
Restart pending Error during installation of SQL Server

No comments:

Post a Comment

Thank you for logging in.. Waiting for your valuable views.