Welcome to

HOW TO'S

How to Reset a BIOS Password



At command prompt type debug and press ENTER then Type :

A
MOV AX,0
MOV AX,CX
OUT 70,AL
MOV AX,0
OUT 71,AL
INC CX
CMP CX,100
JB 103
INT 20
just hit enter on this line






How to Back Up the Registry

Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.


How to Export Registry Keys

Click Start, and then click Run.

In the Open box, type regedit, and then click OK.

On the File menu, click Export.

In the Save in box, select the boxs at the bottom the bottom according to weather you want to export all or only selected branches of the registry.

Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.

How to Restore the Registry


To restore registry keys that you exported, double-click the .reg file that you saved.





How To Boot Xp Faster
First of all, this tweak only apply to those who only have one HDD on their primary IDE channel (nothing else on device 0 or 1) and a CD-ROM and/or DVD-ROM on the secondary IDE channel. Each time you boot Windows XP, there's an updated file called NTOSBOOT-*.pf who appears in your prefetch directory (%SystemRoot%Prefetch) and there's no need to erease any other files as the new prefetch option in XP really improves loading time of installed programs. We only want WindowsXP to boot faster and not decrease its performance. Thanks to Rod Cahoon (for the prefetch automation process...with a minor change of mine) and Zeb for the IDE Channel tweak as those two tricks, coupled together with a little modification, result in an EXTREMELY fast bootup:

1. Open notepad.exe, type "del c:windowsprefetch tosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device 0 or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.

WindowsXP should now boot REALLY faster.






HOW TO RESTORE WINDOWS MEDIA PLAYER

To restore Windows Media Player insert the the XP CD into the CD drive (if it autostarts click exit). Open a command window and type the following :
rundll32.exe setupapi,InstallHinfSection InstallWMP7 132 c:\windows\inf\wmp.inf











How To Delete An "undeletable" File

To 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.
At the command prompt type DEL where is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.

Or you can try this
Open Notepad.exe
Click File>Save As..>
locate the folder where ur undeletable file is
Choose 'All files' from the file type box click once on the file u wanna delete so its name appears in the 'filename' box put a " at the start and end of the filename (the filename should have the extension of the undeletable file so it will overwrite it) click save, It should ask u to overwrite the existing file,
choose yes and u can delete it as normal Here's a manual way of doing it.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or mbogo Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\mbogol~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule.
Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone.
Make sure to type in the correct extension.




How to copy songs from your iPod to your PC
A reader points out a straightforward way for Windows users to transfer music from an iPod to your hard drive, without extra software:

  1. Connect the iPod to your PC. If iTunes starts syncing (ie erasing) your music automatically, hit the X in the upper right hand corner of iTunes display, to the left of the search box, to stop it.
  2. In Control Panel, Portable Media Devices, double-click your iPod.
  3. Navigate to the Music folder.
  4. Select all the music folders, and drag and drop them into a folder on your hard drive, or directly into iTunes.

And you’re done! The iPod music folder structure is strange and inexplicable, but once you move your files into iTunes you can set it to automatically organize your folder by artist and album to clean that up. (To do this, in iTunes Edit menu, choose Preferences and in the Advanced tab, check “Keep iTunes Music Folder organized.”)

If you give this a go, lemme know how it goes. I’ll ammend the instructions with any additional info for other versions of Windows and iPods.

you do not need to go into the control panel. Instead just make explorer.exe show hidden folders. Then, navigate into the iPod directory, go into iPod_control, and follow step four of the article. Software





How To Find Serial Numbers On Google
ok, this is a little trick that i usually use to find cd keys with google.


if your looking for a serial number for nero (for example) goto google.com and type nero 94FBR and it'll bring it up

this works great in google

HOW DOES THIS WORK?

Quite simple really. 94FBR is part of a Office 2000 Pro cd key that is widely distributed as it bypasses the activation requirements of Office 2K Pro. By searching for the product name and 94fbr, you guarantee two things.

1)The pages that are returned are pages dealing specifically with the product you're wantinga serial for.

2)Because 94FBR is part of a12:00 PM 11/5/2012 serial number, and only part of a serial number, you guarantee that any page being returned is a serial number list page.


I hope this trick help you finding your ccd keys easily

Enjoy :)






How To Get And Show The Ip Via Javascript
To show the ip via JavaScript


var ip= '<!--#echo var="REMOTE_ADDR"-->';
document.write("Your IP Address is :"+ip+" ");
________________________________________________________________________________
__________________
To show IP via ASP


request.ServerVariables("REMOTE_ADDR")
________________________________________________________________________________
__________________
TO SHOW IP VIA PHP

<?
$remote_address = getenv("REMOTE_ADDR");
echo "Your IP address is $remote_address.";
$browser_type = getenv("HTTP_USER_AGENT");
echo "You are using $browser_type.";
?>

thanks!



How to fix the always run CHKDSK on startup ?

This problem is very easy to fix.
Follow this step :
1. if your FAT is NTFS goto Start>Run type CMD > enter
in command promt type CHKNTFS [drive-letter]: /x >enter (example : CHKNTFS C: /x)


However if the problem still exist. you may try to decrease the virtual memory size or adjust to system managed size


--------------------------------------------------------
Works on Windows XP/2003



How to register your own top level domain(TLD) Free

If you need a top level domain like .com/org or .net,usually you have to pay for get it.But from this method you can register your own top level domain completely free of charge.
How to - 
Intuit and Google together giving away this opportunity.So just go to intuit and register your domain free.No credit carded needed.
Within 24 hours your domain will get registered under your details.

More JavaScript Tips(How to make images rotate in web pages)

An amazing JavaScript tip which makes images rotate in 3D style

Steps
Go to Google image search Google Image Search .
Type any keyword for pictures.I use "The X Files".
Now in url bar type paste below javascript and press enter.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
You will see the images  rotate in 3D style***




How to check you computer is a male or a female?

An amazing trick which you can make your computer Speak with you. Sometimes it will give you a female voice and sometimes a male voice.

steps
Open notepad and type in -   CreateObject("SAPI.SpVoice").Speak"I love you"
Save the notepad file as voice.vbs . (Make sure to choose "all files" to Save as type option)
Close the notepad and double click the newly created file to run it.

You will hear a voice calling you "I Love You"
.


How to: Enable right clicks if disabled on web pages

How do I enable right clicks then?

You can easily overcome that kind of “Security” by entering the following javascript code in the address bar in your browser
javascript:void(document.oncontextmenu=null)
Like in this image
address-bar-javascript
Hit Enter and you’re done; Right clicks are now back on.
Bonus tricks:
1. In Firefox browser, Go to: Tools -> Options -> Content -> Advanced Javascript settings -> Then choose to enable or disable context menu.
2. Hold down the right mouse button
The error message will appear, Hit Enter. (Without releasing the mouse button, You’re still holding it down)
Once you hit enter, the message will disappear.
Now you can release the right-click and it will work***




How to: Remove Youtube’s new subscription / autoplay gray bar

Few days ago YouTube became more ‘bloated’ with a new feature. The gray autoplay bar!
Most of you guys must have noticed it, It is horrible and set Autoplay to “ON” by default; You have to turn it off everytime.
I like to drop a comment sometimes after watching a video, Now I don’t even read comments as it jumps to the next video which I don’t want to watch!
So, Here’s few ways and tips to get rid of that bar…

1. GreaseMoney script (Firefox)
Install GreaseMoney plugin for Firefox: https://addons.mozilla.org/addon/748
Then load this user scripts in it: http://userscripts.org/scripts/show/82587
The bar is now gone.
2. Youtube Subscription Bar And Autoplay Remover (Google Chrome)
This one is a Google Chrome extensions that you can get from here:
https://chrome.google.com/extensions/detail/jpajpedkdbbffnpjopibeolebkjdiikp
Just hit Install and you’re done.
3. AdBlock Plus
AdBlock Plus is a browser extension that works on both Firefox, Chrome and Safari Here’s the download like:
http://adblockplus.org/en/installation
After installing it go to Tools > Adblock Plus > and click “Add filter” > Paste in the following lines
youtube.com##DIV#quicklist-tray
youtube.com##DIV#quicklist-bar-container
youtube.com##DIV#quicklist-bar

Now hit Save and the bar should stop appearing.
4. Removing URL extra parameters
This one isn’t permanent, In the URL of the video, delete everything from “&playnext=....” onward. So that the new URL should look like youtube.com/watch?v=LiFElaNc0m , Then hit enter!




How to: List Firefox’s addons, plugins and themes

Post image for How to: List Firefox’s addons, plugins and themes


Today am teaching you how to make a list of all Firefox’s plugins, addons, extensions and themes with AND without using any third party applications!
So you can share the list anytime you want with your friends, or when reporting a bug or a conflict about Firefox. It is very simple and easy…

How to list Firefox addons without any third party applications:

To list all your addons just start Firefox and type the following line in the address bar and hit Enter…
about:support
This will basically show you troubleshooting information about Firefox including the current version of your browser, The modified preferences and also a list of the addons you have!
Just hold down Ctrl key and quickly select all cells under the “Name” column in the addons table, Then copy them to wherever you want!

How to list Firefox plugins without any third party applications:

Again, just like the one above, But you’ll type a different line in the address bar…
about:plugins
This will show you a list of all the installed plugins you have along with some information about them.

How to list Firefox plugins, addons, extensions using a Firefox extension:

extension-list-dumper This extension is called Extension List Dumper, and can be downloaded from here:
https://addons.mozilla.org/en-US/firefox/addon/3746/
This extension adds a button (“Dump list”) to the Addons window. When this button is clicked, a new window pops up with the list of installed addons extensions, themes and plugins. It also shows the current version of Firefox and the operating system.


How to get the Windows 7 GodMode folder?






windows 7 godmode

 GodMode folder lets you do a lot of tweaks and change a lot of settings in the windows so easily, Which is one of the things that makes Windows 7 more powerful.

How to get the Windows 7 that GodMode folder?

How to get the Windows 7 that GodMode folder?
To show the GodMode folder; All what you have to do is to go to your desktop or whatever, Right click > New > Create a new folder
After creating a new folder… Choose to rename the folder and rename it as that.
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
The folder icon should change and the the name of it will be “GodMode” And voila! That’s all what you have to do to unlock that Windows 7 Secret.











1 comment:

  1. thanks man i tried some tricks and worked.mat God bless the works of your handa

    ReplyDelete

please leave a comment