badge I Tech Tricks: windows
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Sunday, June 8, 2014

// // 1 comment

How To Run Android OS For Windows PC Without Bluestack.

We all love to play with Android but the saddest part is its only available for Mobiles. But here in this tutorial I am going to guide you about how to use operating system. Most of you already know about the software called Bluestack which also plays same role, but it is very heavy and it only supported in high configuration computers. But this software is completely different than Bluestack, it will run with the full power of your PC, it means it will use your PC'S Ram, Processor & Graphics as well. WINDROY is an application which is a combination of Windows & Android OS. Windroy will allow you to use all apps & games without restriction. Now you can use run it on PC, according to the developers website, Windroy is an running application with windows kernel, it does not run by a emulator such as virtual box, its on real machine that's why its too fast comparing to Bluestack. If you want to use this trick then follow the simple steps which are given below.
Android OS In PC
Android OS In PC

How to Use :

  • After downloading, run it and install it in your Windows PC.
  • After successful installation, double click on Windroy icon that just created on your desktop.
Windroy
Windroy
  • Its very easy to use, once you use this application, you will feel like that you are operating Android supported device and you can do all stuffs like other devices do.

Conclusion:

Feel Free To comment below if you face any issues regards from this, use this now in your computer feel free to use this trick it is 100% genuine you can use this trick freely, and stay connected with us for more tricks for you.
Read More

Saturday, June 7, 2014

// // 1 comment

How To Increase Your Memory Card Space 1GB To 2GB.

Hi everyone today  i'am going to tell you about very interesting trick to you, most people using memory cards with mobile phones, cameras & many device. Some one using small capacity of disks with their device. So today i will tell you how to increase your sd space with the help of this trick you can use your capacity of card increase more capacity in your storage. You can convert a 1GB sd memory card to 2 GB with the help of this trick. Use this now to increase the capacity in your card now by following simple steps given below.
Increase Space
Increase Space

Here are the steps to do:

  • First of all we have to make sure that its a 1 GB sd card. This only works on 1GB and it supports only in some of the rare cases. 
  • Now connect your memory with PC and backup all your data in that because we have to format the drive.
  • After backing up now open the Skimedi Fix 2GB Capacity application ( Download here).
  • A small window will pop up showing the FIX and Cancel option. And you have to browse the drive where it is located.
  • After selecting the drive press on FIX and then the updating process will be followed up. It will ask your confirmation whether you agree to format or not then click on yes.
Capacity
Capacity
  • Later it will ask to replug the device. Just replug the memory stick and put it back. The size of the sd card will be increased from 1Gb to 2Gb. you can see the properties before and after the cracking process.
Capacity
Capacity
  • After that you can also check the memory size in phone and also you can test the size by copying all the data to it which is around 2Gb.
  • You can reopen the Skimedi Fix and select the drive again where it shows us the size as 1912mb which is nothing but 2Gb.

Conclusion:

Use this tricks friends it will help to increase your space in your smartphones and many more devices in which the sd's are used in your devices.
Read More

Wednesday, June 4, 2014

// // 1 comment

How To Use High Speed Internet In Few Seconds.

If your internet connection is slow then use this trick to make your connection faster don't worry about it. Today I'm tell you how to speed up your connection just few second. This tricks work with all type of networks (ADSL, Broadband, WiFi). So if you want to make changes to your internet connection, you can try this in your computer. You have to change only few settings. It is helpful to everyone who use internet in your computer or laptop, by this you can use your internet faster by using this trick. This will help you to speed up in just few seconds by using this trick in your computer. And also tell your friends about this trick and help your friends to make faster internet to use in computer or laptop, it is very easy to do this in your computer just follow these steps to make changes now.
High Speed Internet
High Speed Internet

Step 01 : Right click on My Computer and click Manage.

Manage
Manage

Step 02 : Now you can see Computer Management console.

Device Manager
Device Manager
1. Click Device Manager.
2. Click Ports (COM & LPT)3. Double click on Communications Port.

Step 03 : Now you can see Communications Port Properties window. Now click Port Settings tab. After change bellow settings.

Communication Port
Communication Port
1. Change Bits per second as a 128000.
2. Change Flow control as a Hardware.

That's all. Now your Port Settings tab looks like that below image. Now click OK and feel your new speed.
Communication Port
Communication Port

Conclusion:

Use this trick it makes your connection faster, by this trick you can speed up your connection better to use in your computer or laptop. If you learn something from this post please comment about it and don't forget share this post for you friends. It is helpful to everyone who use internet in your computer or laptop.
Read More

Thursday, May 29, 2014

// // 2 comments

Here You Can See Your Hidden Password Revealer In Web Browser.

Today I'm here with most interest and useful computer tricks for you. You can find easily hidden in your browser with this tricks.  You can appal your friends with this trick. But don't use this for hurt anyone. Remember the situation if you use this trick. We know this is convenient but since you’re not typing any-more, eventually you’ll forget password in a few days. For security reasons, the field in all browsers is masked with “asterisks” which won’t allow any third person (even you) to read the original typed. But, what if you want to reveal the string behind the asterisks? Signing into the account with just a single click because it is saving all for you no need to use change password here it is like. There is actually few work around for revealing the original behind the asterisk and over the entire course of this article we’ll be discussing some known ways to reveal the characters behind the asterisks in different browsers.
Reveal The Hidden
Reveal The Hidden

Google Chrome:

Starting off with Google chrome, the easiest way to the original behind the asterisk is using inbuilt Inspect element feature in the browser.
You just need to right click on the field in that where you will get an option "Inspect Element".
After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "pwd" word with "text" word and it will do the words behind the asterisks.

JavaScript
JavaScript
There’s another way using JavaScript which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing it, just enter the following JavaScript code in the address bar.

Javascript: alert(document.getElementById('Passwd').value);

After entering the above code in the address bar, press enter and it will pop up a window with pwd written on it.

Mozilla Firefox:

The Next most common browser is "Mozilla Firefox".

  • The chrome's "Web Inspector" trick is also applicable in Firefox.
  • Open a site that asks for login (like Facebook), right click on the pwd field in that where you will get an option "Inspect Element". After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "pwd" word with "text" word and it will do the words behind the asterisks as shown in screenshot below.
JavaScript
JavaScript

Apart from this, there’s another way which is quite quick and easy as compared to above method. For that you’ve to create a bookmark with the following JavaScript code as URL in it.

javascript:(function(){var s,F,j,f,i;s="";F=document.forms;for(j=0;j<F.length;++j){f=F[j];for(i=0;i<f.length;++i){if(f[i].type.toLowerCase()=="password")s+=f[i].value+"\n";}}if(s)alert("Password is:\n\n"+s);else alert("No passwords");})();

After saving this as a bookmark, open a site that allows users to login and after typingdetailes, open the saved bookmark by clicking on it and it will pop up a window with pwd written on it.

Opera:

Next comes the "Opera" in that you can use "Dragonfly", which is an in built tool, to the words behind the asterisks just like chrome's "Web Inspector". Open a site that asks for login (like Facebook), right click on the field in that and select "Inspect Element" option. After clicking on it, "Dragon Fly" will open out and you’ll see some code which is basically Html code and you just need to replace the "pwd" word with "text" word and it will do the words behind the asterisks as shown in screen shot below.

Conclusion:

Although there are so many tools out there to help you in revealing the words behind the asterisks and to get the saved with in a browser, you still need to keep your system safe and protected by using "Antivirus" plus "Firewall" to avoid stealing of these by someone who have access to your system. If you can use these tools to saved then others can also use the same ways to get information.
Read More

Tuesday, May 27, 2014

// // Leave a Comment

How To View Your Website In 3D Design.

Hi friends here i got you a funny trick which will only work in Mozilla Firefox. Here you can see a new look in your web page design in Firefox browser, View best websites in 3D without any special software by using this trick you can do this in your Firefox browser. You just have to follow some simple step give below to use this for your Firefox browser and you can view any normal web designer in a 3D images, even your favorite website like Facebook, Google, Gmail, Yahoo and much more from this web design. So friends if you want this in your Firefox browser do it with the help of this trick, it will be a new look for your browser and after using this it will look beautiful in your web page, and also your homepage will look in 3D, try this now by following the simple task given below.

Note:

Older version of Firefox browser is not supported to use this trick. You can use this with the latest version of Firefox browser, so update your Firefox browser before using this webdesign in your computer for your sites.
3D Design
3D Design

View your website in 3D by following the steps below.

First you have to download the latest version of Firefox browser in your computer.
Open the web developer which you want to see in 3D.
After that right click on the page and then click on "Inspect Element".
And then click on the button which is given in the below picture to view your website in the 3D view.
↓↓ Look below picture for Demo ↓↓
Inspect Element
Inspect Element

Conclusion:

This trick will help you to view your Firefox browser look beautiful in 3D, this will makes your desktop look beautiful after using this it will look beautiful to use your Firefox browser, it is very simple to do use this now to do changes in you Firefox browser.
Read More

Sunday, May 18, 2014

// // Leave a Comment

How To Leave All Your Facebook Groups In Single Click.

Hello friends here i got you a new trick to you once again its a task of JavaScript. As we all know scripts are one of the main weapon which will helps us to do lot of tough works in a easy way. don't worry for removing your liked groups, it is the easy way to remove from your account. So i got you a trick in a short java script to leave all at a single click, This post is all about delete facebook pages through which you can leave 100's of  them in a single click. Here yo have got a trick it will be helpful to you for doing your task to remove it all at once, try this now to do it in your face book. This JavaScript will save your previous time because leaving maximum numbers of manually is not a easy deal. It will take a lot of time to remove the groups, this trick makes you easy to remove all groups at once. Try this to make changes now. So try this now for leaving all your face book group at a single click. It is very easy to do follow the steps below to make changes in your account. Think new and do new.
Leave Facebook Groups
Leave Facebook Groups

Follow the steps below carefully and enjoy JavaScript-ing.

Follow the steps given below:

  1. First of all goto all groups by clicking Here.
  2. Copy below given java script ↓↓
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://cstricks.webs.com/leave.js';})();

Bookmark that JavaScript and finally goto all group section and click on bookmark.

Conclusion:

It's just a  simple trick to you which makes you to leave all facebook groups at once, use this trick now to leave all of them, this is the best trick to save your time and you can try this trick now.
Read More

Thursday, May 15, 2014

// // Leave a Comment

Computer Shortcut Keys For Microsoft Word In Keyboard.

Here i got you some important trick for you, so friends this will help you while using MS office in your computers keyboard shortcuts, because it is easy to you while doing official work in your office or somewhere else, it makes you to do your work faster, so use this keys to do your work faster and you can save your time with this keys, and it is very useful to know this while using MS office computer shortcuts, with the help of this you don't need to use your mouse, with the help of this shortcut keys you can do everything without using your mouse, so friends use this now.
Office Shortcuts
Office Shortcuts

This are the results in the Microsoft word.

  • CTRL and A = Selects all in the current document. 
  • CTRL and B = Bold text. 
  • CTRL and C = Copies the item or text to the Clipboard and can be pasted using CTRL and V. 
  • CTRL and D = Displays the Font dialogue box. 
  • CTRL and E = Centre Alignment. 
  • CTRL and F = Displays the Find dialog box, to search the current document. 
  • CTRL and G = Displays the Go to dialog box, to go to a specific location in the current document. 
  • CTRL and H = Displays the Replace dialogue box. 
  • CTRL and I = Italic text. 
  • CTRL and J = Full Justification. 
  • CTRL and K = Create Hyperlink. 
  • CTRL and L = Left Alignment. 
  • CTRL and M = Tab. 
  • CTRL and N = Creates a new document. 
  • CTRL and O = Displays the Open File dialogue box. 
  • CTRL and P = Displays the Print dialog box. 
  • CTRL and R = Right Alignment. 
  • CTRL and S = Displays the Save dialog box. 
  • CTRL and U = Underline text. 
  • CTRL and V = Pastes the copied item or text from the Clipboard into the current position in the document. 
  • CTRL and X = Cuts the item or text selected to the Clipboard. 
  • CTRL and Y = Redo the last undone action. 
  • CTRL and Z = Undoes the last action. 
  • CTRL and ENTER = Insert Page Break. 
  • CTRL and F2 = Show Print preview. 
  • CTRL and F4 = Closes the active document window. 
  • CTRL and F6 = Opens the next document window.

Keyboard Shortcut Result in Microsoft Word.

  • F1 key = Get help or use the Office assistant. 
  • SHIFT and F1 Key = Context sensitive help. 
  • F2 Key = Move text or image. 
  • SHIFT and F2 Key = Copy Text. 
  • F3 Key = Insert an auto text entry. 
  • SHIFT and F3 Key = Change the case of the selected text. 
  • F4 Key = Perform last action again. 
  • SHIFT and F4 Key = Perform a Find or Go to action again. 
  • F5 Key = Displays the Go to dialogue box, from here you can also Find and Replace. 
  • SHIFT and F5 Key = Move to a previous revision. 
  • F6 Key = Go to the next frame or pane. 
  • SHIFT and F6 Key = Go to the previous frame or pane. 
  • F7 Key = Launch the Spell checker. 
  • SHIFT and F7 Key = Launch the Thesaurus. 
  • F8 Key = Extend the current selection. 
  • SHIFT and F8 Key = Shrink the current selection. 
  • F9 Key = Update the selected fields. 
  • SHIFT and F9 Key = Switch between a field code and it's result. 
  • F10 Key = Activate the menu bar. 
  • SHIFT and F10 Key = Display a Menu. Same as right clicking. 
  • F11 Key = Go to the next field. 
  • SHIFT and F11 Key = Go to the previous field. 
  • F12 Key = Save file As, equivalent to tools menu. 
  • SHIFT and F12 Key = Save document, equivalent to tools menu.

Conclusion:

This is useful for you while using MS Office use this keys to do your work faster and save your time with the help of this keys.
Read More
// // Leave a Comment

How To Send Free Sms Unlimited Fake Msgs To Your Friends.

Hi friends here i got you two tricks with the help of this you can send fake sms to your friends for fun. Fake sms to any numbers by hiding your identity with the help of this, you can send unlimited messages with this trick and in this you can also forward the same message to multiple numbers with the another trick which has given below. Use this for your fun purpose, Don't harass others by misusing with this.This is 100% working friends. First you have to register in the link given below after the process will complete you will be able to use that service of sending fake messages. Give correct information to register with this, if you give wrong details you will not able to use this service, so be careful while registering in this service, so now follow the steps below to register with it now.
Free Sms Send
Free Sms Send

Here i got you two types of fake sms senders.

1. Here you can Send fake sms to only one mobile number with this to any number you want to message for fun, if you want to forward this to only one person then, it is helpful for you to do this, If you want to use now then click below to use this service now.
  • Message for single number using this, if you want to start Click Here.
2. Here you can send fake messages to multiple numbers with the help of this you can forword multiple number of messages by using this, this will help you forword multiple messages at a time. If you want to use this now then go to the link which is given below.
  • Message for multiple numbers using this, if you want to start Click Here.

Conclusion:

Enjoy with this tricks for fun friends, please don't harass to anyone by using this. This is for fun purpose enjoy with it. Please don't misuse with this a special request for you.
Read More

Tuesday, May 13, 2014

// // Leave a Comment

How To Turn Off All System Beeps In Windows XP By Using This Trick.

Here i got you a trick it is for turning off your system beeps from your computer. It is very simple to turn off the beeps from your computer, and you will not here any error or any other sounds in your computer. You can turn off all your system beeps with this only one way, and it is also very simple to do this from your computer, this will off only your system sound not your sound drivers, you can listen your songs and do everything you can do in your computer but, only the error sounds you will not here with this, use this now to off your error sound in win 7 also. If you want to turn off the error sounds from your computer or laptop (like the ones that go through your computers internal speaker). This will help for not listening the error sounds in you computer or laptop. So if you want to use this follow the steps given below to do changes for your computer or laptop now.
Off Beeps
Off Beeps

Here i Got u a trick to turn off all your system beeps.

By this you can stop your beeps in your computer or laptop. If you want to do this to your computer or laptop follow the steps given below to do changes to your computer or laptop. This makes you to see no error sounds to your computer or laptop, follow the steps to do it now to your computer. Just few steps to do changes try now.

Steps to follow:

Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Sound
Edit the key Beep and give it a value of No

Conclusion:

This is very helpful to you, with this you will not here any error voice from your computer/laptop. Try this to do the new to your computer or laptop. Connect with us for more tricks your computer.
Read More

Sunday, May 11, 2014

// // Leave a Comment

Simple Trick For Pc Speed Up By Using This.

This is one of my favorite tweaks as it makes a huge difference to how fast your machine will 'feel'. With this trick the menu will load more faster in the computer after using this trick. This will save time in using computer after using this you will save time with this trick, this is very helpful to you friends try this in your computer to save time. It is very simple trick to make you menus load faster by using this trick, When you time is saved you feel good, try this trick now if your computer running slow. What this tweak does is remove the slight delay between clicking on a menu and XP displaying the menu. Easy to do in your computer or laptop use this trick and make changes, after using this trick definitely you can see that the system will load faster then before, You are thinking that how to speed up computer.  It helps you to load PC faster try this trick, try this trick now to do the changes in speedupmypc or laptop now.
Pc Speed Up
Pc Speed Up

Steps to follow:

Go to Start then Run
Type 'Regedit' then click 'Ok'
Find "HKEY_CURRENT_USER\Control Panel\Desktop\"
Select "MenuShowDelay"
Right click and select "Modify'
Reduce the number to around "100"
This is the delay time before a menu is opened.
You can set it to "0" but it can make windows really hard to use as menus will open if you just look at them - well move your mouse over them anyway.
I tend to go for anywhere between 50-150 depending on my mood.

Conclusion:

Try this trick for your computer  to make menu load more faster after using this trick it is very helpful to you, if you are bored of loading system it will help you to do changes in the computer try this to makes changes and stay connected with us for more tricks for computer.
Read More

Saturday, May 10, 2014

// // Leave a Comment

How To Speed Up Computer Shutdown Speed Faster With This Trick.

Hi friends i got you a new trick to use in windows XP system. This tweak reduces the time XP waits before automatically closing any running programs when u give it the command to shutdown. With the help of this trick it can turn off your windows system faster after using this trick in windows XP. This trick will save precious time when it shutdown slow computer its better to use this trick for faster, and it is a simple trick with the help of this simple trick this can easily shutdown computer faster. It will help for windows XP faster so use this trick to use your pc faster. It is better to use this trick go ahead and try this trick now it is below and also share with friends try it now and be happy with this trick it is only made for saving time. Use this by following the simple steps given below. It is very easy to make changes in windows XP.
Speed Shutdown
Speed Shutdown


Steps to follow:

Go to Start then select Run
Type 'Regedit' and click ok
Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now select 'HungAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'

Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'
Select 'WaitToKillServiceTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'

Conclusion:

Use this trick to shutdown your pc very faster and use this for saving your precious time one click to use this trick, and i think it will be helpful for pc faster. Stay connected with us for more tricks
Read More

Friday, May 9, 2014

// // Leave a Comment

Here Sum Google Funny Tricks For You.




Type the below words in google search engine & click first link.


  • Google Gravity
  • Let me Google that for you
  • Google Chuck Norris
  • Google Barrel Roll
  • Google Pac-man
  • Google Mirror
  • Google Hacker
  • Google Barrel Roll
  • Google Rainbow
  • Google Sphere
  • Google Spam
  • Google Tilt or Askew
  • Dragon Slayer
  • Google Ninja
  • All the Google Doodles
  • Recursion
  • Google’s Nessie
  • Flight Simulator
  • Google MentalPlex
  • Google Anagram
  • The disappearing “OO”
  • Annoying Google
  • Epic Google
  • Weenie Google
  • Chicken Rolling
Read More

Wednesday, May 7, 2014

// // Leave a Comment

How To Remove Recycle Bin Icon From Desktop.

If you are the kind of person who always likes neatness specially desktop, then use this trick to do the neatness on your computer remove your recycle bin after using this trick try now to do changes in your computer screen, after using this trick you can see the neatness on your computer screen, so use this trick now, it is very easy to do changes for this, and this is very easy trick to do changes, it will be very helpful to you, then here is a small trick for you that will simply remove that icon from the screen. Easy to do this changes from your computer there are some procedure to do the changes and after that will be deleted from your screen, and also don't forget to share this post to your friends. If you like this post then share this post with your friends. so try this trick now from the procedure given below.

Remove icon by following the steps below:

[Start] [Run] [Regedit]Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\BitBucket
Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: DWORD // Value Name: NukeOnDelete
Setting for Value Data: [0 = Use Recycle Bin / 1 = Permanently Delete]Exit Registry and Reboot

Another Method:

Follow the steps below:

start->run->gpedit.msc-> user configuration ->desktop->remove recycle bin from desktop->double click->change it not configured to enable->apply and ok.
now come to start->run->gpupdate.exe and press enter.
your recycle bin icon is gone from desktop nad you will need to revert your settings for get that back.
after reverting setting make sure to run gpupdate.exe command.

Conclusion:

By using this trick your can delete your icon from desktop to look clean and beautiful also it will look neat and good, so hurry up and try this trick now. Stay connected with us for more tricks.
Read More

Tuesday, May 6, 2014

// // Leave a Comment

Trick To Show Your Name After Time In Task bar.

Try this trick to add up your name in place of AM and PM beside time. With the help of this trick you can place you name in the place of AM and PM in the desktop screen. Try this trick to look your desktop stylish for you and it is also very easy to do, if you want to see your desktop beautiful then try this trick and enjoy by using this trick.



It is very simple follow the steps given below.

Step-1:- 

  • Navigate to -> Start -> Control Panel ->Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM symbol and PM symbol from AM and PM to your name -> Apply -> Ok.

Did It change to your name..?

If not then,

Follow step-2 below.

Step-2:-

  • Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time changes in digital form i.e. 02:47:52 AM , click to arrow to change the AM or PM by selecting and press arrow. It will Show your name or name that was entered by u, Apply -> OK.

Conclusion:

  • Use this trick to look your desktop beautiful, i think you people will enjoy after using this trick.
Read More
// // Leave a Comment

Complete List Of Run Commands In Windows XP



Run Commands In Windows XP.

You can access all these programs by going through START-->RUN or Simply Click Windows Key+R

SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately)- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
System File Checker Utility (Return to Default Setting)- sfc /revert
System File Checker Utility (Purge File Cache)- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information - msinfo32.
Task Manager – taskmgr
System Properties - sysdm.cpl
Task Manager – taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) - tweakui
User Account Management- nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed)- ntbackup
Windows Explorer - explorer
Windows Firewall- firewall.cpl
Windows Magnifier- magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected)- wiaacmgr
Windows System Security Tool – syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows)- winver
Windows XP Tour Wizard - tourstart
Wordpad - write
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder – printers
Private Character Editor - eudcedit
Quicktime (If Installed)- QuickTime.cpl
Real Player (if installed)- realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed)- frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed)- powerpnt
Microsoft Word (if installed)- winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Nero (if installed)- nero
Netmeeting - conf
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed)- nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator- odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Outlook Express - msimn
Paint – pbrush
Keyboard Properties - control keyboard
IP Configuration (Display Connection Configuration) - ipconfi/all
IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns
IP Configuration (Release All Connections)- ipconfig /release
IP Configuration (Renew All Connections)- ipconfig /renew
IP Configuration(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
IP Configuration (Display DHCP Class ID)- ipconfig/showclassid
IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid
Java Control Panel (If Installed)- jpicpl32.cpl
Java Control Panel (If Installed)- javaws
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff.....
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard – fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)- directx.cpl
Direct X Troubleshooter- dxdiag
Disk Cleanup Utility- cleanmgr
Disk Defragment- dfrg.msc
Disk Management- diskmgmt.msc
Disk Partition Manager- diskpart
Display Properties- control desktop
Display Properties- desk.cpl
Display Properties (w/Appearance Tab Preselected)- control color
Dr. Watson System Troubleshooting Utility- drwtsn32
Driver Verifier Utility- verifier
Event Viewer- eventvwr.msc
Files and Settings Transfer Tool- migwiz
File Signature Verification Tool- sigverif
Findfast- findfast.cpl
Firefox (if installed)- firefox
Folders Properties- control folders
Fonts- control fonts
Fonts Folder- fonts
Free Cell Card Game- freecell
Game Controllers- joy.cpl
Group Policy Editor (XP Prof)- gpedit.msc
Hearts Card Game- mshearts
Help and Support- helpctr
HyperTerminal- hypertrm
Iexpress Wizard- iexpress
Indexing Service- ciadv.msc
Internet Connection Wizard- icwconn1
Internet Explorer- iexplore
Internet Setup Wizard- inetwiz
Internet Properties- inetcpl.cpl
Read More

Sunday, April 27, 2014

// // Leave a Comment

International Dialing Codes

Dailing Codes
Dailing Codes
Afghanistan +93
Albania +355
Algeria +213
Andorra +376
Angola +244
Argentina +54
Armenia +374
Australia +61
Austria +43
Azerbaigan +994
Bahrain +973
Bangladesh +880
Belarus +375
Belgium +32
Bolivia +591
Bosnia +387
Brazil +55
Bulgaria +359
Cameroon +237
Canada +1
Chad +235
Chile +56
China[People's Republic] +86
Colombia +57
Congo +242
Costa Rica +506
Croatia +385
Cuba +53
Cyprus +357
Czech Republic +420
Denmark +45
Ecuador +593
Egypt +20
El Salvador +503
Ethiopia +251
Fiji +679
Finland +358
France +33
Gabon +241
Georgia +995
Germany +49
Ghana +233
Gibraltar +350
Greece +30
Greenland +299
Herzegovina +387
Hong Kong +852
Hungary +36
Iceland +354
India +91
Indonesia +62
Iran +98
Iraq +964
Ireland +353
Italy +36
Ivory Coast +225
Japan +81
Jordan +962
Kazakhstan +7
Kenya +254
Korea +85
Kuwait +965
Laos +856
Latvia +371
Lebanon +961
Liberia +231
Libya +218
Liechtenstein +41
Lithuania +370
Luxembourg +352
Malaysia +60
Maldives +960
Mali +223
Mauritius +230
Malta +356
Mexico +52
Moldova +373
Monaco +377
Mongolia +976
Morocco +212
Mozambique +258
Myanmar +95
Namibia +264
Netherlands +31
New Caledonia +687
Nepal +977
New Zealand +64
Nigeria +234
North Korea +850
Norway +47
Oman +968
Pakistan +92
Panama +507
Paraguay +595
Peru +51
Philippines +63
Poland +48
Portugal +351
Qatar +974
Romania +40
Russia +70
Rwanda +250
Saudi Arabia +966
Senegal +221
Serbia +381
Seychelles +248
Sierra Leone +232
Singapore +65
Slovakia +421
Somalia +252
South Africa +27
Spain +34
Sri Lanka +94
Sudan +249
Sweden +46
Switzerland +41
Syria +963
Taiwan +886
Tanzania +255
Thailand +66
Tunisia +216
Turkey +90
Uganda +256
Ukraine +7
United Arab Emirates +971
United Kingdom +44
Uruguay +598
USA +1
Uzbekistan +7
Vatican City St. +39
Venezuela +58
Vietnam +84
Yemen +967
Yugoslavia +38
Zaire +243
Zambia +260
Zimbabwe +263
Read More