Recommended For You

PC Tricks

Latest Updates

Showing posts with label PC Customization. Show all posts
Showing posts with label PC Customization. Show all posts

How to know gender of you computer

9:03:00 PM

Do you want to know that what is the gender of your computer. weather it is female or male.

Here is a simple method to figure it out.

If you have read our previous in which we have teach you that how you can make your computer welcomes you.


To know your gender of your computer :-

FOLLOW THESE STEPS :


1. Open notepad and paste this code.

dim speaks, speech
speaks="Nice to see you, Your name. have a good day sir!"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


2. Now replace  " Your name. " with your name.

3. Now go to file and click save as.




4. click on save as all type and save it as a vbs file

for example : hi.vbs [ .vbs extension is very important ]






5. You can save it at any location.

6. Now double click on that file.

7. If your computer say that message in a girl's voice it means you have a female computer and if  your computer say that message in a boy's voice it means you have a male computer ( and you need to buy another computer . just kidding skip this !!! )


So that's it how you know about computer's gender !

Thanks for visiting !!

How to make your pc welcomes you

8:53:00 PM

In this post i'll show you how you can make your computer welcomes you with a message like "Welcome to your PC, Your name."

so each time when you start your computer it will say this message.

So how exactly you do this.

FOLLOW THESE STEPS :


1. Open notepad and paste this code.

dim speaks, speech
speaks="Welcome to your PC, Your name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
2. Now replace  "Your name" with your name.

3. Now click file and save as



4. Now here is important step  click on save as type and click all types and then save it as a .vbs file .
for example : hi.vbs [ .vbs extension is very important ] 






5. Now if you double click on that file it will that message in this voice. but how you make your computer so it will say it when your pc starts?

6. Here is the solution. copy this file to


C:\Documents and Settings\All Users\Start Menu\Programs\Startup  [ if you have windows XP ]


C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup [ if you have window vista,7,8,8.1]

7. That't it Now each time you start you computer it will say that message. and welcomes you !!

8. You can delete that vbs file from above location to undo this.

Note : For best result make some settings :


1. Right click on desktop and click personalize.

2. Now click on sounds



3. Under sound scheme select No sound  and hit apply



6.If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.

And done!

So this is how you can make your computer welcomes you in its voice.

Thanks for visiting !!

How to Lock a folder with password without any software

10:29:00 PM

In this Post i will show you how you can lock a folder without any software.
The main advantage if this trick is that if you locked a folder than it will also not visible and can’t be accessed through any ways.
So lets get in to it.

FOLLOW THESE STEPS :

1. Open Notepad and Paste this code.

cls @ECHO OFF title Folder Locker MeraPC.in
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== DevendraSingh goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End



Note : Replace DevendraSingh with your desired password.
2. Now click on save as.

3. Now click save as all type and save it as a bat file for example locker.bat




4. Now double click on this locker.bat file and you will see that it will automatically create a folder named MyFolder



5. You can save any personal files in this folder.

6. Now again double click on that locker.bat file and command prompt will open type Y and press enter and you will see that your folder is not visible now.


7. To UNLOCK just double click on that locker.bat file and enter your password and hit enter.

8. if someone type wrong password than it will exit automatically.

So that’s it! hope you find this helpful.
Thanks for visiting !

How to HIDE Files and Folder using command Prompt

11:42:00 PM

But in that post i have told you that if you have selected the option called show hidden files and folders than your files and folder will be seen in search and explorer.

But using this trick you can completely hide your Files or folder and the best part of this trick is that you need No Software  to do this.
So Lets Get Started

FOLLOW THESE STEPS :

1. Open run command. ( By window key + R and type cmd ) ( or press window key and search cmd < window 7,8,8.1> )
2. Now type this code
attrib +s +h E:\TEST
Note : Replace E:\Test
with your address of destination folder or file
like E:\TEST\New Folder
or E:\TEST\File.txt
How to Hide a folder
Now you will see that your file or folder is hidden completely and it will not seen in search result.

How to UNHIDE

1. instead of using +s and +h use –s and –h. For example attrib -s -h E:\TEST

How to UnHide a folder
Note : Replace E:\Test
with your address of destination folder or file
like E:\TEST\New Folder
or E:\TEST\File.txt
So Hope you guys found this post useful. This trick is simple and works perfectly. but both have their own importance.
Thanks for visiting !!

How to HIDE a folder

11:40:00 PM

Today in this post i will teach you that how you can HIDE a folder. but before getting start i want to tell you that hiding folder (or files) using this trick only works when you have selected option like don’t show hidden folder. This trick is works fine but if you are looking for a  Advance method for hiding files then you can follow this link.

So lets get started in this trick what we exactly do that we change properties of a folder or a file. and make it hidden.

 

 

 

FOLLOW THESE STEPS:

1. First of first right click on the folder or file which you want to hide and choose properties.


2. And then under attributes you will see a check box for Hidden check this and hit apply.


Hiding a Folder or file


3. After it you probably see a menu like this.


Confirm attributes change dialogue box


4. Select these option if :
If you only want to hide that particular folder < Note : sub folder and files can be seen in search if you use this option >
If you also want to hide folder, sub folder and files then choose second option <  i will recommend you this option >
And you are done.!!!

How to Unhide Folder/Files

1. The process is same just uncheck the check mark before hidden name in the properties menu.
and you are ready to rock!!!

Now here is the Most important part.. this trick only works  if you have selected don’t show hidden files. Now you may ask how do i set this up.
So..


1. Go to control penal and click on the  address bar click on the small triangle and choose  all control panel items.


all control panel items


2. Now you will see a option called  Folder Option click on that.


folder options


3. Now Go to View Tab and there under Hidden files and folder you will see two options.
Now choose them like this
1. If you wish that your hidden files not visible in window explorer and also not visible in search result than choose 1st option
2. If you wish that your hidden files visible in window explorer and also visible in search result than choose 2nd option.
image


3. If you choose second option than you will see your hidden files like this.


Hidden Files



Okey so This is my post about how to hide a folder or a file. At the end of the post you know that if we have not enabled the option that hide hidden file than this trick not works. and your files and folder will seen in explorer and search result.
There is an another way to do this and than works perfectly. So i will recommend you to see that post Hide a file or a folder using command prompt.

Thanks for visiting !! 

How to Protect your WiFi [ Some tips ]

8:57:00 PM

Today we will talk on some basic tips that will be very useful for you to protect your Wi-Fi Hotspot.

Some it happens that you create a Wi-Fi network for your own purpose. may be you have a wireless network in your office or in your home. And Your are afraid of it getting hacked by other people (hackers)?
So here is some basic tips that can help you to make your wireless connection more secure.
So here it is.

1.Use WPA:

Many of the WI-Fi connections provides WEP (Wired Equivalent Privacy) for protecting your wireless network, but now a day it can be easily broken/hacked by the hackers by using a simple hacking suite within no time. So to protect your wireless network to the fullest you can use WPA (Wi-Fi Protected Access), and in this you have to make sure that WPS (Wireless Protect Setup) is disabled in the router’s settings. This is the Most Basic and Important Tip to Protect your Wi-Fi Network.

2.Use a strong & Secure WPA Password

Always make sure that the password that you select for your wireless network is long and random so that it can’t be cracked/hacked by any kind of hacker. And to test how strong is your password you can useCloudCracker service.

In this service you will be asked some data and that you need to feed in (not the password), and then it will try identifying your password (it’s done in the same way the hacker tries to find out your password), if it fails to find your password then you are ready to use your wireless network and if it finds out your password then you have no other choice left other than changing your password.

3.Separate Network for Guests:

If you are indulged in a business which allows visitors to use your Wi-Fi then it is sensible that you offer a guest network. By doing this the visitors will be able to connect to the internet without getting access to your company’s internal network. This will effectively help you in protecting your company’s information and also from any kind of malware and virus affecting your network or system.

4.Hide your network name

Whenever you get connected with a wireless network first and the foremost thing you need to do is change its settings, as according to the default setting wireless network’s name is broadcasted to make it easy to find and connect. But Service set identifier (SSID) can also be set to “Hidden” so that no one except you will be allowed to view the name of your wireless network. Hence it Helps to Protect Wi-Fi Network.
 
So there are basic Tips that can make your Wi-Fi network more secure.
Thanks for visiting !!








How to Access a Windows Desktop from Your SmartPhone or Tablet

1:29:00 PM


you can Access a Windows Desktop from Your SmartPhone or Tablet. IPads and android tablets or Smartphone can’t run windows app locally, but with this you can remote your windows desktop, even with a physical keyboard. Many apps has been developed and launched like Microsoft remote desktop app, TeamViewer for Remote Control, among which Microsoft app is mostly used for professional use while the other app can also be used for personal uses.

Microsoft’s remote desktop app :

This app has reduced the work load from one’s head of staying in the home and working all the day and cancelling the vacations and many more just because of the work info is available in your PC. With Microsoft remote desktop app, you can connect to your work resources and remote PC from anywhere you feel like working. This app is mostly used for business and professional use rather than the personal use.

Features of this app :
  • Access your desktop with your phones easily.
  • Rich multi-touch experience with remote desktop protocol (RDP).
  • It has an outstanding feature or technology, namely Network Layer Authentication which secure connection to your data and applications.
  • High quality video and sound streaming.
Review for this app :This app is friendly for the business related persons or for the professional use but not so friendly for the personal use.

TeamViewer for Remote Control:

This app is friendly for the personal use too no matter wherever you are, rather than controlling your own computer you can also remotely troubleshoot your relatives PC.
Features :
  • Access to computers (windows, Mac, Linux) is possible also during a telephone call.
  • Transfer the files from your PC to phone or from phone to PC.
  • Automatic quality adjustment.
  • Remotely reboot the computer.
  • TeamViewer free is for private use only e.g. to access or solve your or your friends computer problems.
All you have to do is Download an Install Teamviever on Your Desktop and Mobile, after installing on your smartphone you will have to login with the details that teamviewer window displays.
Other Options: Other than these two apps you surely have other options too if you are not friendly with both of them.
Splashtop: This is another popular remote desktop app that people reportedly has said that it is faster. But unfortunately this is not a free app as it may cost you around $20 at regular price. And to use it over internet you need to buy an additional “Anywhere access pack”. This app can be used or purchased if you don’t mind spending money or if you need a faster app to complete your work fast.
 
You can use this app for either personal or professional. It’s all depends on you. So hope you guys find this post useful.
Thanks for visiting !!









 
Copyright © Mera PC. Blogger Templates Designed by OddThemes