var popunder = true;
Showing posts with label PC Tricks. Show all posts
Showing posts with label PC Tricks. Show all posts

Friday, 21 March 2014

Set your system's password without knowing old password



           Dear readers today I am sharing another beautiful trick with you, through which you will be able to change your system password without knowing old password. Mostly we have to reboot windows if we forgot our password, So its an easy way to set your password through this trick. It works for Windows Vista, Windows xp, Windows 7, Windows 8 and windows 8.1 . Through this trick you can also make fun with you friends and relatives by changing their system's password. And then tell them this trick also.

Follow the following steps.

  • Go to My Computer, Right Click on it and click on Manage.
  • Now go to System Tool click on Local Users and Group.
  • Click on User.
  • Right click on Administrator or user and go to  Set Password and click on it.
  • Click on Proceed button.
  • Set your New Password.
  • Confirm your new password and enjoy.


I hope you will enjoy this trick and If you like it than share please. Give your feedback in comments.


Related Posts.









Wednesday, 19 March 2014

Protect Your Data Without Any Software


Welcome. Today I am sharing another excellent trick with you through which you will be able to  protect your data without using any folder lock software. Of course folder lock software is a best option but mostly folder lock are of trial version and we have to pay to get full version. So it is better to create your own folder lock in few steps and save your money.In This folder lock we will use batch file programming. And it works on every windows.

Follow the following steps.
  • Open your notepad.
  • Copy the following code into it.



cls
@ECHO OFF
title Protect Your Data.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto Unlock
if Not EXIST Bunker goto CHBunker
:Confirm
echo Do you want to protect this folder? (yes/no)
set/p "answer=>"
if %answer%==Yes goto LOCK
if %answer%==yes goto LOCK
if %answer%==no goto END
if %answer%==No goto END
echo Invalid, Please enter correct answer.
goto Confirm
:Lock
ren Bunker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:Unlock
echo Please enter your password to unlock your protected folder.
set/p "password=>"
if NOT %password%== 12345 goto Fail
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Bunker
echo Your protected folder unlocked successfully.
goto End
:Fail
echo Your Have Entered Incorrect  Password.
goto end
:CHBunker
md Bunker
echo Bunker created successfully
goto End
:End


  • Save the notepad file as name.bat 
  • You can change name but .bat is must, if you change it than you will be fail.
  • Double click on name.bat and a new folder will be created with name Bunker.
  • Copy all your data you want to protect and paste it in Bunker.
  • Double click on name.bat and when command prompt appears type Yes and press enter.
  • Now Bunker will be automatically hidden from you view.
  • To access that Bunker double click on name.bat
  • It will ask for password enter your password. (Default password is 12345)
  • Now if you want to change Default  password replace 12345 with  your own  password in the above code
  • Enjoy


Precaution.
           If someone open name.bat file with notepad than he can see your password. In windows 8 when we right click on name.bat file, there is no option of "open with". But there may be "Open with" option in windows XP and windows 7. So to make your data more secure place name.bat at some hidden place, which you only know. When ever you require your data go to name.bat and double click on it and get all your data.

I hope you will enjoy this beautiful trick. If you like it then share please. Give your feedback in comments.

Friday, 14 March 2014

Know about your PC and Laptop


Today I am giving you a software through which you will be able to know every thing about you PC, Laptop etc. Mostly people do not know even a single information about their laptop or PC except that it is a laptop or PC. And when someone asked us about our gadget we get ashamed and not able to tell them. Mostly we do not know name, generation, Ram , hard disk etc. So by using this software we will be able to know basic features and properties of our PC and laptop.
that software is CUPID which tell you every thing about your CPU, Motherboard, Memory and much more about your system.

Basic features:
  • It shows name, number, stepping, core voltage, package clock multiplier,internal and external clock, supported instruction set and  cache information of your PC or laptop .
  • It shows chip-set, sensor, vendor, model ,revision, graphic interface,BIOS model and date of your motherboard.
  • It shows frequency, timing, timing table, serial number of memory.


How to install?

  • Download CUPID software from download button below.
  • Run application and install
  • enjoy



If you like it then share it plz and give us your feedback also in comments.


Wednesday, 12 March 2014

How To Change Your IP Address



Today I am sharing a beautiful trick with you through which you can change your IP address and set IP address of your own will. Many software are also available in market through which you can change you IP address  by clicking ajust a button. But they are very expensive. The trick which I shared with you is free of cost and also increase your knowledge about computer.

Follow the following steps:

For windows xp & 7:
  •     Click on "Start" in the bottom left corner of the screen.
  •     Click on "RUN"
  •     Type in "command" and click OK


For windows 8 & 8.1:
  •      Move cursor to the right bottom cornor of screen.
  •      Go to search and type "command" in it.


  •      Now you are at MSDOS prompt Screen.
  •      Type "ipconfig /release" just as it is and press enter.
  •     Type "exit" and leave the prompt
  •     Right-click on "Network Places" or "My Network Places" on your desktop.
  •     Click on "properties"
  •     Now you should  be on a screen with something titled "Local Area Connection".
  •     Right click on "Local Area Connection" and go to its "properties"
  •     Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
  •     Click on "Use the following IP address" under the "General" tab
  •     Create an IP address of your own will.
  •     Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
  •     Press the "Ok" button. 
  •     Again press  "Ok" button. 
  •      Now you have to go back to the "Local Area Connection" screen.
  •      Right-click back on "Local Area Connection" and go to properties again.
  •     Go back to the "TCP/IP" settings
  •     This time, select "Obtain an IP address automatically"
  •     Click on "Ok"
  •     Hit "Ok" again.
  •     Now you have a New IP address.

These settting are only applicable for local area connection not for wifi. I hope you will enjoy it very much and give your feedback also. If you like it then share please.

Sunday, 9 March 2014

Make Your PC To Speak


        Today I am giving you a very beautiful pc trick through which you can get the voice from your computer which you want. What you write your computer will speak it. In this trick we will use notepad and file extension .vbs . 
.Net framework is necessay for this if you have not .net framework download it from here.

Follow the following  steps:

  • First of all open your notepad.
  • Copy the below code and paste it in your notepad.


Dim message, sapi
message=InputBox("<Type which you want me to speak>","Speaking your words")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

  • Now save the notepad file with the name say.vbs on your desktop.
  • You can also change name but extention should be .vbs
  • Double Click on file which is created in your desktop  and type in the box which you want your computer to speak to you.


I hope you will enjoy it very much and give your feedback also. Keep visiting for more tricks like this one.




Wednesday, 5 March 2014

How to set your video as your desktop background




In this post I will  teach you how to set your favorite video as you desktop background.
In windows xp we can only set a single photo as our desktop background but in windows 8 and windows 7 we can also set slideshow of photos and also a single photo as desktop background.
But setting your favorite videos as your desktop background looks very beautiful.

VLC media player is necessary for this purpose. If you can't have VLC media player download it from Here.

Follow the following steps.


  •     Open your VLC media player.
  •     Go to Tools > Preference Or press CTRL + P and Selecet Video from left panel.





  •     Then Choose DirectX video output from output dropdown list.




  •     Save the changes and restart VLC Media Player.
  •     Play that video you would like to set as your desktop wallpaper.
  •     Then click on Video and select DirectX Wallpaper from the dropdown list.




    Now Minimize VLC media  player and you will see your video running on your desktop background.
    If you want your default wallpaper back then uncheck Directx Wallpaper from video dropdown list.
 
I hope you will enjoy it. give us yourfeedback in comments.