How to Check Whether Your PC is Male or Female



This is an old trick have been using to check if a pc is a male or female
So today i will lie to share the trick with you

Step 1 : First of all open Notepad.
Step 2 : Now type the code given below in notepad:

CreateObject("SAPI.SpVoice").Speak"i love you"
notepad

http://pctipstrickshacks.com/wp-content/uploads/2011/04/notepad.png


Step 3 : Now save the file as. (you can save the file with any name like anything.vbs)
computer gender
http://pctipstrickshacks.com/wp-content/uploads/2011/04/computer-gender.png

Step 4 : Double click the file to run it.

If you hear a male voice, your computer is a male and if you hear a female voice then your computer is a female. So what are you waiting for? Check now whether your computer is male or female and share your computer’s gender with us. -->


Read More Add your Comment 0 comments


How To Make A Single Click Shutdown



 
http://www.clker.com/cliparts/6/A/I/I/h/S/shutdown-button-md.pngYou might just want to know to how to  Single Click Shutdown on window Xp

Did you know that in Windows XP you can shut down your computer from the (eventually DOS prompt) command line box?

I think you know so………………..lolzzzzzz

 Moreover, you can do this by clicking your mouse only once.

All you need to do is follow carefully, because I didn’t have time to make screenshot of it, now follow as posted below

Right-click on an empty Desktop spot -> select New -> Shortcut -> type shutdown followed by a space, and then enter one or more of the parameters listed below -> click Next -> type a suggestive name for your new shortcut -> finally, click Finish.

This is the Shutdown.exe (located in %systemroot%\System32, usually C:\Windows\System32) syntax:


shutdown [-i|-l|-s|-r|-a] [-f] [-m \\computername] [-t xx] [-c "Text"] [-d[u][p]:xx:yy]

Valid command line switches:

-a = Abort system shutdown in progress ONLY IF the -t xx timeout option was already set to ANY value other than 0. ALL switches except -l and -m are ignored during abort.

-c "Text" = Text comment (case insensitive) to be displayed in the Message area of the System Shutdown window. MUST be enclosed between quotes. Maximum allowed 127 ASCII characters.

-d [u][p]:xx:yy = Reason code for shutdown:
u = User code.
p = Planned shutdown code.
xx = Major reason code. Positive integer number less than 256.
yy = Minor reason code. Positive integer number less than 65536.

-f = Force running applications to close without warning.

-i = Display the shutdown interface (GUI). MUST be the first option!

-l = Log off the current user of the local computer (default action). Can NOT be used with the -m option unless the current user has Sysadmin rights, in which case the -m switch takes precedence.

-m \\computername = Remote/network computer name (most always case sensitive) to log off/restart/shut down. Current user MUST have Sysadmin rights to be allowed to use this switch!

-s = Shut down the local computer.

-r = Shut down and restart (reboot) the local computer.

-t xx = Set shutdown timer to timeout for xx seconds. IF NOT specified defaults to 20 seconds. Allowed values between 0 and 99 seconds. The -a switch is the ONLY one that CAN be used during the timeout period.

NOTES:
The dash (-) in front of these switches can be replaced by a forward slash (/).

Spaces are NOT required to separate the shutdown command from ANY following switches, but ARE required to separate ANY switch from its following parameter(s), if any.
For example:

shutdown -s -c "Shutting down!" -t 3

tells your computer to shutdown after waiting for 3 seconds while the System Shutdown window will display text above in the Message area.

Optional: after you're done creating your customized shortcut for shutdown -> right-click on it -> select Properties -> enter your desired key "combo" in the Shortcut Key box (e.g. Ctrl + Alt + End) -> click OK/Apply.


From now on just left-click on your shutdown shortcut or hit that key combination to turn off/restart/log off your computer.

I hope this Helps…if you were lost in this tutorial, Make sure you drop your comments/suggestion


DON'T FORGET TO USE THE SHARE BUTTON TO HELP SHARE THIS POST TO YOUR FRIENDS AND LIKE THE POST IF IT HELPS YOU. TO GET OUR POST EACH TIME WE UPDATE JUST CLICK ON THE LINK Subscribe to princeonline blog by Email



http://www.socialbrite.org/wp-content/uploads/2011/08/Facebook-Fan-Page-logo.png

http://news.aaf-hawaii.com/2009/May/images/facebook.add_logo.jpg
http://t2.gstatic.com/images?q=tbn:ANd9GcT7QvYeKX9KyZnLo7UWUJCHJnXNiLhq0Iww8F7z4uuzpq5SCanS3oiE29D8Bw  

http://www.mindofallan.com/wp-content/uploads/2011/04/emailsubscribe.png


Read More Add your Comment 0 comments


Lock Your Pc Folder Without Any Software



Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.

Quote:
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
 
         CLICK HERE TO READ PC TIPS

Hope it helps

DON'T FORGET TO USE THE SHARE BUTTON TO HELP SHARE THIS POST TO YOUR FRIENDS AND LIKE THE POST IF IT HELPS YOU. TO GET OUR POST EACH TIME WE UPDATE JUST CLICK ON THE LINK Subscrie to princeonline blog by Email






http://www.socialbrite.org/wp-content/uploads/2011/08/Facebook-Fan-Page-logo.png
http://t2.gstatic.com/images?q=tbn:ANd9GcT7QvYeKX9KyZnLo7UWUJCHJnXNiLhq0Iww8F7z4uuzpq5SCanS3oiE29D8Bwhttp://news.aaf-hawaii.com/2009/May/images/facebook.add_logo.jpg  


http://www.mindofallan.com/wp-content/uploads/2011/04/emailsubscribe.png


Read More Add your Comment 0 comments


How to Lock Windows XP Using Your USB Drive



Recently i posted on how to on Windows XP USB Edition – Boot Windows From USB Stick http://www.princeonlineservices.com/2011/07/windows-xp-usb-edition-boot-windows.html
i just found this trick interesting to share with guys How to Lock Windows XP Using Your USB Drive
If your work computer gets mobbed with people and you need to
stop others from using it here is nice trick that may help you.
What’s The Catch ?
Well the logic is simple. Whenever you PC starts it looks for the
boot device in BIOS. By default your hard disk is assigned as the
primary boot device. Once the device is found the computer looks
for the boot.ini file which contains the necessary boot information.
So if you can somehow remove/rename the boot.ini file and
replace it within your USB you can possibly use the USB as the
passkey to boot your PC.
Things you will need
1. This trick works for Windows XP.
2. An USB Drive.
3. A PC that supports USB boot.
4. A Windows XP installation disc (in case something goes
wrong). :|
Let us get started
1. Configuring Windows XP
At first we will be configuring Windows XP installed on your PC.
Follow the steps below and do exactly that is instructed.
1. Open Windows Explorer(Winkey + E) and go to your installation
directory i.e the partition where your Windows XP is installed. Go
to Tools > Options > View(Tab).
2. Now scroll down until you find the options as shown in the
screenshot below. Check/uncheck those as shown in the
screenshot. Once done, save the changes by pressing Apply and
then OK button.
3. As the hidden system files gets displayed, you will find the files
boot.ini
NTDETECT
ntldr
4. Now copy those files to a freshly formatted USB drive that you
will be using to lock your PC. Once the copying is done just
remove your USB drive.
5. Skip this step and go to the following section, “Configuring
Boot Priority in BIOS“. We will return here once again after we
are done configuring the BIOS.
6. Now rename the boot.ini file as boot.ini.bak. This will ensure a
backup of the original boot.ini file which can be used if you need
to revert back.
7. Proceed to the third and final section, “Test Drive“.
2. Configuring Boot Priority in BIOS
Restart your PC and press [F8] key to go to your BIOS settings.
Though for some PCs [F2], [F10] keys are also assigned for getting
into the BIOS settings. If you are not sure of the exact key, you
may try consulting your hardware manual which you got while
buying your PC.
CAUTION : Be sure about configuring your BIOS, if you are not
aware of what it does you may mess up everything. So please
consult someone who knows about it.
So now that you are reading this line, I will consider that you
know how to enter your BIOS and also know how to configure it.
Follow the steps afterwards.
1. Go to the Boot menu to change the Boot priority.
2. Assign your boot priority such that the primary boot device is
USB disk and the secondary boot device is hard disk.
3. Now save the changes and exit from the BIOS settings. In most
cases the [F10] key is assigned for the operation “Exit saving
changes”.
Okay now that we are all set, we will be restarting (without the
USB inserted) the PC and booting as usual. As told earlier return
back to step #6 of the previous section.
3. Test Drive
Step#1. Restart your machine without your USB drive inserted, if
you have done everything as instructed your PC will throw a boot
error. This means the boot.ini is properly renamed.
Step#2. Now insert your USB drive and restart(Ctrl+Alt+Del) your
machine again. Now you will see that, the PC boots completely
alright as it did earlier. This infers that the BIOS is set exactly and
detecting your USB device as the primary boot device and the
boot.ini file located within it is working properly.
Well that is all. Now every time you need to use your PC you will
have to use that USB drive and at the same time others who don’t
have the USB device will not be able to start your PC.
How to Revert Back
If at any point of time you need to revert back, just boot your Windows using the USB drive and then go to the Windows
installation drive and rename the boot.ini.bak file to boot.ini. There
is no need to change the BIOS boot priority settings. Now all
done, remove your USB drive and restart your PC without
inserting it.
What if You have Screwed Up everything ?
Well operating systems and hardwares are pretty notorious at
times and behave in an unexpected manner. It may happen that
though you have followed all the steps properly your PC doesn’t
boot at all. Well do not panic, you will just need to repair your
Windows XP once. click here to see How to repair  HOW TO REPAIR XP INSTALL

DON'T FORGET TO USE THE SHARE BUTTON TO HELP SHARE THIS POST TO YOUR FRIENDS AND LIKE THE POST IF IT HELPS YOU. TO GET OUR POST EACH TIME WE UPDATE JUST CLICK ON THE LINK Subscribe to prince online blog by Email FOLLOW US ONFACEBOOK FOLLOW US ON TWITTER LIKE OUR PAGE ON FACEBOOK www.facebook.com/princeonlineservices
Check out this GRAB MY RSS FEED.
http://feedburner.google.com/fb/a/mailverify?uri=PrinceOnlineBlog&loc=en_US Always drop your comments each time you visit our post, so that we can keep helping you better.


Read More Add your Comment 0 comments


Burn a CD/DVD on Windows 7 or Vista without using software



CD/DVD burning capability has been added to Windows Operating System since the release of Windows XP. However, the steps to burn CD/DVD on Windows Vista and Windows 7 are a bit different (and


Read More Add your Comment 0 comments


How to use Use windows 7 without activation



Hi do you know that it is possible to use Windows 7 and Vista for 120 days without activation . This is actually possible using the slmgr - rearm command which will extend the grace period from 30 days to 120 days. However in this post I will show you a small trick using which it is possible to use Windows 7 without activation for approximately 1 year! Here is a way to Use windows 7 without activation . 1. Goto “Start Menu -> All Programs -> Accessories” . Right click on “Command Prompt” and select “Run as Administrator“. If you are not the administrator then you are prompted to enter the password. 2. Now type the following command and hit enter slmgr -rearm 3. You will be prompted to restart the computer. Once restarted the trial period will be once again reset to 30 days. You can use the above command for up to 3 times by which you can extend the trial period to 120days


Read More Add your Comment 0 comments


Delete An "undeletable" File













Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.


Read More Add your Comment 0 comments


To Get And Show The Ip Via Javascript



To show the ip via JavaScript

var ip= '';
document.write("Your IP Address is :"+ip+" ");

To show IP via ASP
request.ServerVariables("REMOTE_ADDR")


Read More Add your Comment 0 comments


THE UNTOLD WINDOW TIPS



 Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system

****************

Exiting Windows the Cool and Quick Way

Normally it takes a hell lot of time just Shutting down Windows, you have to move your mouse to the Start Button, click on it, move it again over Shut Down, click, then move it over the necessary option and click,


Read More Add your Comment 0 comments


What is the Registry?





What is the Registry?
The Registry is a database used to store settings and options for the 32 bit versions of Microsoft Windows including Windows 95, 98, ME and NT/2000. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to a Control Panel settings, or File Associations, System Policies, or installed software, the changes are reflected and stored in the Registry.


Read More Add your Comment 0 comments


Window's Tweak: Hack Your Start Button






 I've gotten so many requests on how to change the Windows XP Start button, I'm going to teach you how to hack it to pieces manually.
Before you get started, you might want to print out this page for easy reference.

Change the Start text

1. First of all, make sure you download Resource Hacker. You'll need this puppy to edit resources inside your Windows shell.

2. Locate explorer.exe in your c:\Windows directory. Make a copy of the file in the same directory and rename it explorer.bak.


Read More Add your Comment 0 comments


HOW TO REPAIR XP INSTALL




  
   XP REPAIR INSTALL
  
   1. Boot the computer using the XP CD. You may need to change the
      boot order in the system BIOS. Check your system documentation
      for steps to access the BIOS and change the boot order.
   
   
  2. When you see the "Welcome To Setup" screen, you will see the


Read More Add your Comment 0 comments


How to enable registry editor disabled by virus




https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcfdTOb_qtWytIzieE1W088OkTlQkpDzhyFz88ylDbhkDtpirFyVDo7VY0drJrN0YjYOZLXn9axObOXgkvfX5s2NcG5B8TVRoPcWZyxuazvfAZYrJBhwW9MMyNJSWerBa_UoJ0OdR1INeK/s1600/regedit.JPEGi got a messag from someone about :How to enable registry editor disabled by virus:

so i got to post it here, for every one to get it 
This can be solved by taking these two simple steps.

Step1: Restart your computer in safe mode and open cmd and type following command


Read More Add your Comment 0 comments


Windows XP USB Edition – Boot Windows From USB Stick




https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5_-2OHnD02rhO15LAG2DzJ5ei745EL8sGWKRMDW3m3CuwE9_wEncCRsK5D_mV6S4cuB7nMvEKM-dgKgwfGjZdqqi1brKuT9T28jRZUBonUAXgeAnzsgNQUzISbm4dXXL7xQK5VVavp2GS/s1600/winxpusbva7.jpg

Windows XP USB Edition – Boot Windows From USB Stick | 152 mb

Have youu ever thought of booting up into Windows XP via a USB flash drive?
Well, now you can. This is a miniature version of Windows XP. So you can restore from backup, access your files, or do whatever you have to do. Installation instruction are included.


Read More Add your Comment 0 comments


HOW TO BOOST YOUR SYSTEM





Boosting Computer Speed have become a very serious problem all around the world. Computer Maintenance are nowadays a serious headache for people. If you are running a Windows computer then it is very likely that your System will run too slow. There are many reasons responsible for retarding the speed of your PC. Temporary files present on the disk, large files & folders, fragmented registry files, many more are responsible for slackening the speed.


Read More Add your Comment 0 comments


CHANGE THE DEFAULT LOCATION OF INSTALLING APP.IN WINDOW XP




As the size of hardrives increase, more people are using partitions to seperate and store groups of files.

XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.


Read More Add your Comment 0 comments


BEST KEYBOARD SHORTCUTS




Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:

Windows key + R = Run menu

This is usually followed by:
cmd = Command Prompt
iexplore + "web address" = Internet Explorer
compmgmt.msc = Computer Management


Read More Add your Comment 0 comments


Windows Xp: Speed Up Your, Speed Up Your Network and Internet Access



I GOT A message about how to speed up your internet connection with window xp..
So i had to post this


I have a dial up connection and it improve my speeds about 25% in surfing the internet. give it a try. Im IT , only do it if you feel comfortable with changing registry.

Increasing network browsing speed

Does your computer slow down when you browse your local area network and connect to other computers that are sharing data? One of the most common causes of this slowdown is a feature of Windows Explorer that looks for scheduled tasks on remote computers. This effort can take some time on some computers and can really slow down your browsing. The window with which you are browsing the network may appear to freeze momentarily, as the system is waiting for a response from the remote computer.


Read More Add your Comment 1 comments


 

Write About Us on Alexa

review www.princeonlineservices.com on alexa.com

Sponsors

Make Money Online

LinkShare_125x125ButtonV1

Search for Your Domain Name

Find a domain name now!
free web site traffic and promotion

Build your own website

Build your own website with GoDaddy.com
Get our toolbar!

Subscribe Here

Enter your email address below:you will never miss our good info,you will get them right in your mail box when you are offline:

Delivered by PRINCEONLINESERVICES

© 2010 Best Of Tips And Tricks All Rights Reserved Princeonlinetheme Converted into Blogger Template by princeonlineblog