Posts

Knowledge Section

Image
                                                   FULL FORMS                                         RELATED TO COMPUTER 1 HTTP Hyper Text Transfer Protocol. 2 HTTPS Hyper Text Transfer Protocol Secure. 3 IP Internet Protocol. 4 URL Uniform Resource Locator. 5 USB Universal Serial Bus. 6 VIRUS Vital Information Resource Under Seized. 7 3G 3rd Generation. 8 GSM Global System for Mobile Communication. 9 CDMA Code Divison Multiple Access. 10 UMTS Universal Mobile Telecommunication System. 11 SIM Subscriber Identity Module. 12 AVI Audio Video Interleave 13 RTS Real Time Streaming 14 SIS Symbian OS Installer File 15 AMR Adaptive Multi-Rate Codec 16 JAD Java Application Descriptor 17 JAR Java Archive 18 4GL 4th  Generation language 19 3GPP 3rd Generation Partnership Project 20 3GP 3rd Generation Project 21 MP3 MPEG player lll 22 Mp4 MPEG-4 video file 23 AAC Advanced Audio Coding 24 GIF Graphic InterchangeableFormat 25 JPEG Joint Photo

Change existing password

Image
                               CHANGE PASSWORD USING CMD Now you can change your windows password without knowing the previous one . To change your password do the following ------ Open cmd(command prompt) in Administrator mode . Now type net user it will tell you user name . Now type net user user name (eg. net user xyz) press enter . Then type net user name * press enter . Then it will ask you to write the new password be careful at this stage type password this will be not visible to you press enter and retype password . WARNING -- Be Carefull .

change icon of pen drive

Image
                                                   PEN DRIVE Now you can change the icon of removable drives like pen drive, hard disk etc. Open notepad in pen drive and copy the following code ---- [Autorun] label=name of the pendrive icon=filename.ico save as autorun.inf then paste image in pendrive it should have .ico extension . then remove the pen drive and reinsert and noe you can see the icon is changed. Some .ico image you can download from following link https://drive.google.com/file/d/0Bx131Ef7jxLqVElDcG5kTjNRdTg/view?usp=sharing https://drive.google.com/file/d/0Bx131Ef7jxLqZ1ZxNzJHbW5ueEU/view?usp=sharing  

Create Password reset disk

Image
                         HOW TO CREATE PASSWORD RESET DISK                                         IN WINDOWS 7 AND 8  If you forget your OS(windows) password then then you can create a password reset disk password to save your data.No matter how many times you reset the password.  Follow the Steps  - - -  > 1. Insert a pen drive .   2. Open your control panel . 3. Then open user accounts. 4. On the left side open password reset disk click next and select the drive in which you want      to keep the password reset file. 5. Click next and type current paasword of your OS then click next it will take few seconds to      complete the process then cick finish. 6.You can see in your pendrive there is one file is created userkey.psw . Warning: Any one can reset the your password with the help of your pendrive. To reset your password restart your computer then type wrong password then you can see a reset disk option click on it , insert your pen driv

Set video as desktop wallpaper

Image
 VIDEO WALLPAPER 1. Open VLC media player. 2. Then go to Tools : Preference (or) press ctrl+p . 3. Then select video from left side. 4. Then choose DirectX video output from right side. 5. Save the changes and restart VLC . 6. Then play video the click video and select Set as wallpaper or DirectX Wallpaper. 

Notepad Tricks

Image
                                                  NOTEPAD !!!!!!! 1. Create a fake error message in Windows         Go to Notepad Type  X=Msgbox("Message",0+16,"Title") Replace  Message and  Title  with your  Error Message  and  Error-Window Title  respectively. Save the file with  error.vbs. Now, click the file and you’ll get  Windows error message. 2. Force Shutdown         Type the following code in notepad. @echo off   msg * Shutdown computer   shutdown -c “Sleep Tight” -s   Save the file with  .bat  extension. For example  shutdown.bat Click on your file and it will automatically shutdown your Windows. 3. Make the computer to speak your sentence       Type the following code in notepad. Dim message, sapi message=InputBox(“What do you want me to say?”,”Speak to Me”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message Save the file with speak.vbs Now, click the file and it will open a prompt enter sentence. 4. Make