Thursday, March 20, 2014

How to set your name in Taskbar

How to set your name in taskbar

Click on the time that shows right side below to your screen.
Then click on the Change date and time settings...
Then it will open a new window.
Now click on the Change date and time and it'll open a new window.
Now click on the Change calendar settings.
It opens a new window.
Now click on the Time tab.
Now change the AM symbol and PM symbol with that what you want to display on the taskbar. I wrote my name there.
Now click Apply .
Now see the right corner below to your screen.

How to set video as Wallpaper

How to set video as Wallpaper

For this you should have VLC media player.


You just open VLC and play the video that you want as your desktop wallpaper.
Right click >> video >> Set as wallpaper.
Now close all windows and see your desktop wallpaper.

How to change IP Address of Computer

How To Change IP Address Of Computer

Most everybody can figure out how to change their IP address using Control Panel, but did you know you can set your network card’s IP address using a simple command from the command prompt?




Note: The following commands require you to have an administrative command prompt open by right-clicking on the icon and choosing Run as Administrator.
1. Changing Your IP Address
netsh interface ip set address name=”Local Area Connection
static 192.168.0.1 255.255.255.0 192.168.0.254

You want to statically assign an IP address of 192.168.0.1
You want to set a subnet mask of 255.255.255.0
You want to set a default gateway of 192.168.0.254


2. Set static IP address to getting an address from DHCP
netsh interface ip set address name=”Local Area Connection
source=dhcp



3. Changing Your DNS Settings
netsh interface ip set dns name=”Local Area Connectionstatic
192.168.0.250



4. The name of the interface you want to change the primary
DNS setting for is Local Area Network
The IP address of the DNS Server is 192.168.0.250



5. To change the IP address of the secondary DNS server you will need to specify the index parameter:
netsh interface ip add dns name=”Local Area Connection
8.8.8.8 index=2



6. Set your DNS settings to be assigned dynamically
netsh interface ip set dnsservers name=”Local Area Connection
source=dhcp
for more cmd>netsh help

Make your computer welcome you in Computerized voice

Make Your computer Welcome You in Computerized voice

1. Open Notepad and paste the code given below
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


2. Replace the username with your name.
3. Now save as welcome.vbs
4. Cut and paste it in the following folder
i.   Open Start Menu
ii.  Open Programs
iii. Open Startup folder
iv. Paste Here

How to convert videos with VLC Media Player

How to convert videos with VLC Media Player  

To convert videos with VLC media player, follow the steps given
below:-

1) Open VLC media player.
2) Click on Media in the Menu bar.
3) In the dropdown menu, click on Convert/Save. Alternatively, you can directly press Ctrl+R to reach media options.
4) Click on the Add button on the right of the File selection box to load the video whose format you want to change.
5) In the following dialog box, click on browse to select the destination where your converted video will be.
6) In the profile selection option, select from a pre-configured profile of the output or customize it by clicking on the Settings icon on its right. You can select from a range of encapsulation, video and audio formats in the following dialog box if you wish to customize the output.
7) Click on Start to begin conversion.
8) VLC's progress bar will show progress. Do not close the player when it is converting videos as it will result in output video getting corrupted.