Step 1: Press Windows + R to get “run” window and type “powercfg.cpl” Press enter. Now you will be lead to “Power options” window. Step 2: Click on “Choose what power buttons do”. Step 3: Click on “Change settings that are currently unavailable” Now some controls are enabled. Scroll down, there you can able to
Tag: OS
How to register .NET framework in IIS
If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net application in IIS. ASP.NET 4.5 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.5 in order for your site to run correctly.
Which Service is using which port?
Every day we fell in some difficulties and want to know which service is using by which port? Ports are divided into three ranges: The well-known ports (from 0 to 1023), the registered ports (from 1024 to 49151) and Dynamic (Private) ports (from 49152 to 65535). The Internet Assigned Numbers Authority (IANA) is responsible for
Configure Windows Server 2008 R2 to install SharePoint 2010
To install SharePoint 2010 on Windows Server 2008 R2 we need to configure server with the following roles and features. Add Roles: Application Server & Web Server To install SharePoint 2010 we need to configure server with the following roles and features. Add Roles: Application Server & Web Server Click “Server Manager” Click “Roles” Click
How to get mac address
Go to Run-> type cmd and enter to run command prompt Type one of the following command to get mac address.
Folder permission from windows command line
To give all permission in temp folder for every one, run command prompt with admin privilege and then run the following command. Here, /t means “apply change recursively” /e means “edit existing DACL”. Alternative way You can try with the following command C:>icacls “C:\Windows\temp” /grant mahedee:(OI)(CI)F Here, F= Full Control CI= Container Inherit OI= Object
How to find pen drive hidden folder
Sometimes due to virus attack, our pen drive data is hidden. We think, all folders are deleted. So, check first before you format your Usb otherwise you will lose your data forever. Sometimes hidden files are not displayed even if you “Show hidden files and folders” in the Folders Options. To find hidden folder in your pen
How to release port 80
Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found the solution this was due to IIS server. IIS Server was running on port 80 at that time. Here is the step by step procedure,