Airtel Night Plan
Monday, June 22, 2015
Please follow these steps to activate Night Plan (12 PM to 6 AM) from Airtel website.
Open link http://www.airtel.in/night/
Select your Circle
Click 'select your night pack'
Select the pack and click activate
Enter Mobile Number and click proceed
Click Confirm
Enter password if you have registered on airtel and Click Proceed
or
Request for OTP, enter OTP and click submit
You can also activate night plan from mobile by dialling USSD code *129#
Open link http://www.airtel.in/night/
Select your Circle
Click 'select your night pack'
Select the pack and click activate
Enter Mobile Number and click proceed
Click Confirm
Enter password if you have registered on airtel and Click Proceed
or
Request for OTP, enter OTP and click submit
You can also activate night plan from mobile by dialling USSD code *129#
Set song as ringtone in HP Slate 7
Friday, February 06, 2015
Connect tablet to computer by USB cable
Copy the song (file)
Go to HP File Manager >> My Storage >> Ringtones
Paste the file here
Now in tablet select Settings >> Sound >> Phone ringtone
Choose the ringtone(file) you pasted
Copy the song (file)
Go to HP File Manager >> My Storage >> Ringtones
Paste the file here
Now in tablet select Settings >> Sound >> Phone ringtone
Choose the ringtone(file) you pasted
Record sound playing on laptop or computer
Friday, December 05, 2014
Right-click Speaker icon on Windows Taskbar and select Recording devices
Click Recording tab
Right click in empty space and select Show Disabled Devices
You will see Stereo Mix
If it's disabled then enable it : Right click Stereo Mix device - Enable
Right click Stereo Mix device and select Set as Default Device
Click OK
Now play Audio recording software and record the sound playing on the system.
Click Recording tab
Right click in empty space and select Show Disabled Devices
You will see Stereo Mix
If it's disabled then enable it : Right click Stereo Mix device - Enable
Right click Stereo Mix device and select Set as Default Device
Click OK
Now play Audio recording software and record the sound playing on the system.
Rotate Screen in Windows 8
Wednesday, November 05, 2014
Right-click on desktop
Select Screen resolution
If you have muliple monitors, select the monitor whose setting you want to change.
Select the appropriate option from Orientation List Box.
Click OK
Keyboard Shortcuts
CTRL + ALT + Up Arrow = Landscape [default]
CTRL + ALT + Down Arrow = Landscape (flipped)
CTRL + ALT + Left Arrow = Portrait
CTRL + ALT + Right Arrow = Portrait (flipped)
Select Screen resolution
If you have muliple monitors, select the monitor whose setting you want to change.
Select the appropriate option from Orientation List Box.
Click OK
Keyboard Shortcuts
CTRL + ALT + Up Arrow = Landscape [default]
CTRL + ALT + Down Arrow = Landscape (flipped)
CTRL + ALT + Left Arrow = Portrait
CTRL + ALT + Right Arrow = Portrait (flipped)
Duplicate, Extend or Switch Display to Second Screen in Windows 8
Saturday, September 27, 2014
Press Windows Key + P to open Display Switch
You can also create desktop shortcut with following steps.
Right click on a desktop
Click New
Click Shortcut
Use any of the following commands depending upon your requirement
Opens Display Switch
%windir%\System32\DisplaySwitch.exe
Second Screen Only
%windir%\System32\DisplaySwitch.exe /external
PC Screen Only
%windir%\System32\DisplaySwitch.exe /internal
Duplicate
%windir%\System32\DisplaySwitch.exe /clone
Extend
%windir%\System32\DisplaySwitch.exe /extend
Click Next
Type name for shortcut and click Finish.
Force VMware virtual machine to enter BIOS
Sunday, July 27, 2014
Add bios.forceSetupOnce = "TRUE" to Virtual Machine's vmx file.
or
Click VM > Power > Power On to BIOS.
or
Click VM > Power > Power On to BIOS.
Minimize open windows shortcut
Saturday, July 26, 2014
Press Windows logo key + M
Press Windows logo key + Shift + M to restore
Press Windows logo key + Shift + M to restore
Print list of files in a directory in Windows
Thursday, July 17, 2014
Open command prompt
run the command to create in a list of files in a file.
dir > filename.txt
It will lists all the files along with the information.
To list only file names run the following command
dir /b > filename.txt
To list file names in the current & sub directories run the following command
dir /b /s > filename.txt
run the command to create in a list of files in a file.
dir > filename.txt
It will lists all the files along with the information.
To list only file names run the following command
dir /b > filename.txt
To list file names in the current & sub directories run the following command
dir /b /s > filename.txt
Create Wifi Hotspot in Windows 8
Thursday, July 10, 2014
Please follow the below steps to create Wifi Hotspot in Windows 8 with command prompt.
You need to have supported WiFi card.
To check whether WiFi card supports hotspot feature or not follow this step
Run this command from command prompt with administrator rights.
netsh wlan show drivers
Look for Hosted network supported
If it says Yes then proceed with the following steps.
Run these commands from command prompt with administrator rights.
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=password
Change ssid & key value
netsh wlan start hostednetwork
Open Network Connections
Right Click Internet Connection and select Properties
Click Sharing tab
Select check box Allow other network users to connect through this computer’s internet connection
Select Local Area Connection* 13 from Home networking connection drop down menu.
Click OK
You will see Internet access under connectivity column.
If you see No network access then disable & enable Microsoft Hosted Network Virtual Adapter.
Now to make Microsoft Hosted Network Virtual Adapter visible in Network Connections
Run this command from command prompt with administrator rights.
netsh wlan start hostednetwork
If you see No internet access then make sure shared connection is connected to internet.
Now disable & enable Microsoft Hosted Network Virtual Adapter.
Now to make Microsoft Hosted Network Virtual Adapter visible in Network Connections
Run this command from command prompt with administrator rights.
netsh wlan start hostednetwork
Alternatively in case of No network access and No internet access you can run following commands from command prompt with administrator rights as it works for me instead of disabling/enabling the adapter.
netsh wlan set hostednetwork mode=allow ssid=AnyNetwork key=password
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=password
netsh wlan start hostednetwork
Error:
The hosted network could not be started.
The group or resource is not in correct state to perform the requested operation.
Solution: Enable Microsoft Hosted Network Virtual Adapter
You need to have supported WiFi card.
To check whether WiFi card supports hotspot feature or not follow this step
Run this command from command prompt with administrator rights.
netsh wlan show drivers
Look for Hosted network supported
If it says Yes then proceed with the following steps.
Run these commands from command prompt with administrator rights.
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=password
Change ssid & key value
netsh wlan start hostednetwork
Open Network Connections
Right Click Internet Connection and select Properties
Click Sharing tab
Select check box Allow other network users to connect through this computer’s internet connection
Select Local Area Connection* 13 from Home networking connection drop down menu.
Click OK
You will see Internet access under connectivity column.
If you see No network access then disable & enable Microsoft Hosted Network Virtual Adapter.
Now to make Microsoft Hosted Network Virtual Adapter visible in Network Connections
Run this command from command prompt with administrator rights.
netsh wlan start hostednetwork
If you see No internet access then make sure shared connection is connected to internet.
Now disable & enable Microsoft Hosted Network Virtual Adapter.
Now to make Microsoft Hosted Network Virtual Adapter visible in Network Connections
Run this command from command prompt with administrator rights.
netsh wlan start hostednetwork
Alternatively in case of No network access and No internet access you can run following commands from command prompt with administrator rights as it works for me instead of disabling/enabling the adapter.
netsh wlan set hostednetwork mode=allow ssid=AnyNetwork key=password
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=password
netsh wlan start hostednetwork
Error:
The hosted network could not be started.
The group or resource is not in correct state to perform the requested operation.
Solution: Enable Microsoft Hosted Network Virtual Adapter
Take Screenshot in Windows XP
- To take screenshot press PrintScreen key
- The captured image will be copied to clipboard
- Now open any image editor and paste the image by pressing ctrl + v or from option of the image editor
- Now save the file
- To take screenshot of particular window, open the desired window
- Hold down the "Alt" key and press "Print Screen"
- Now follow the same steps as above.
Subscribe to:
Posts (Atom)