Saturday, February 26, 2011

Merging video files with simple DOS command


Click start > run

type cmd and press enter. this will open the command prompt.

In the command prompt, type :
copy /b "D:\video1.flv" + "D:\video2.flv" "D:\FullMovie.flv"

where the video1.flv and video2.flv are the video files to join and fullmove.flv is the resultant combined file.

You can specify any number of files to join.

Also notice I have typed the entire file path in the above command.

Press enter and the files will be joined.

Run Commands In Windows XP


Very Useful Commands For Registry Editor :
A couple Tips of registry below only dedicated for Windows XP User.
Before you play with your Registry, it is better to do backup first.
1. Click Start > Run.
2. Type regedit and press Enter after Run Window emerge.
3. Inside Registry Editor, choose menu File > Export.
4. After Export Registry File showed up, insert file name to File Name part, ex backup-registry and so on.
5. Press Save button.
To Speed up Registry Update
Go to Start > Log Off > Log Off.

Change Wallpaper
HKEY_CURRENT_USER/Control Panel/Desktop
Double click at wallpaper and insert the desired path picture in Value Data.

Change Recycle Bin Name
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
Double click at option (Default value) give new desired name in Value Data.

Show Rename In Recycle Bin
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/ShellFolder
Double click at Attributes > Edit Binary Value. In Value Data, change those value into 0000 50 01 00 20.

Hide Recycle Bin
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace
Delete subkey {645FF040-5081-101B-9F08-00AA002F954E}, then Restart computer to see the result.
To show it back, make again the digit number combination {645FF040-5081-101B-9F08-00AA002F954E}.

Adding Shortcut Content Menu In Recycle Bin
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/ShellFolder
Double click Attributes and change digit number in Value Data with the following:
0000 50 01 00 20 > Rename
0000 60 01 00 20 > Delete
0000 70 01 00 20 > Rename & Delete
0000 41 01 00 20 > Copy
0000 42 01 00 20 > Cut
0000 43 01 00 20 > Copy & Cut
0000 44 01 00 20 > Paste
0000 45 01 00 20 > Copy & Paste
0000 46 01 00 20 > Cut & Paste
0000 47 01 00 20 > Cut, Copy & Paste

Adding Shortcut Content Menu In Recycle Bin With Selection Menu
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/Shell
Click Edit > New > Key give the desired name (ex: Go To Windows Explorer).
Under those new key, go to menu Edit > New > Key again make another new key called Command.
Double click option (Default), and in Value Data, fill with Windows Explorer path(C:\WINDOWS\Explorer.exe).

Restore The Missing Folder Documents In My Computer
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/DocFolderPaths
Click Edit > New > String Value and give appropriate name with username which is used in Windows (Ex: W5A)
Double click at those value and insert location path where your Documents is (Ex: D:\Documents)

Removing File Stored from My Computer
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/MyComputer/NameSpace/DelegateFolders
Delete subkey {59031a47-3f72-44a7-89c5-5595fe6b30ee} by pressing Del button.

Hide My Recent Documents
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Click Edit > New > DWORD Value and give name NoRecentDocsMenu.
Then double click at those DWORD Value, and once again give value 1 to activated.

Hide Find Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Click Edit > New > DWORD Value and give name NoFind.
Then double click at those DWORD Value and give value 1 to activated. Restart computer.

Hide Help And Support
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value - Menu Edit > New > DWORD Value, and give name NoSMHelp.
Then double click at NoSMHelp and fill with value 1 in Value Data. Restart computer.

Hide Run Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoRun. Double click and insert value 1 as Value Data.

Hide Run Menu From Start Menu (2)
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Find value called Start_ShowRun, double click and insert value 0 in Value Data.

Hide Log Off
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Click Edit > New > Binary Value and give name NoLogOff.
Double click at NoLogOff and insert value 01 00 00 00 in Value Data.

Hide Turn Off Computer Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Click Edit > New > DWORD Value and give name NoClose.
Double click NoClose and give value 1 in Value Data.

Cleartype At Logon Screen
HKEY_USERS/.DEFAULT/Control Panel/Desktop
Double click FontSmoothingType and insert value 2 in Value Data.

Make Different Looks At Logon Screen
HKEY_USERS/.DEFAULT/Software/Microsoft/Windows/CurrentVersion/ThemeManager
Double click ColorName and insert Metallic text in Value Data.

Show Administrator At Welcome Screen
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t
Make a new DWORD Value and give name Administrator.
Double click Administrator and insert value 1 in Value Data.

Automatic Login
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon
Double click AltDefaultUserName and insert chosen username account.
Double click AutoAdminLogon and insert value 1 in Value Data.
Make a new DWORD Value ad give name DefaultPassword.
Double click DefaultPassword and insert chosen password account in Value Data.

Hide Printer Icon & Faxes from Start Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Find value called Start_ShowPrinters and give value 0 in Value Data.

Hide Control Panel From Start Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Find value called Start_ShowControlPanel and double click at those part.
Insert value 0 in Value Data.

Hide My Pictures From Start Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click at Start_ShowMyPics and insert value 0 in Value Data.

Show Administrative Tools Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click at StartMenuAdminTools and give value 1 in Value Data.

Minimize Start Menu Icon
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click at Start_LargeMFUIcons and insert value 1 in Value Data.

Erase Username At Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
Choose Edit > New > DWORD Value and give name NoUserNameInStartMenu.
Double click NoUserNameInStartMenu and insert value 1 in Value Data.

Prevent Any Change from Start Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoChangeStartMenu.
Double click NoChangeStartMenu and insert alue 1 in Value Data.

Hide My Recent Documents
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click Start_ShowRecentDocs and insert value 0 in Value Data.
Change Important Default Shortcut Name In Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CLSID
Double click at default value for each subkey below:
My Network Places:
{208D2C60-3AEA-1069-A2D7-08002B30309D}
My Computer:
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents:
{450D8FBA-AD25-11D0-98A8-0800361B1103}
Recycle Bin:
{645FF040-5081-101B-9F08-00AA002F954E}
Default IE Icon:
{871C5380-42A0-1069-A2EA-08002B30309D}
Insert unique name as the substitute default name.

Hide Icon In Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click at HideIcons and insert value 1 in Value Data.
Cleaning All Icon At Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoDesktop.
Double click at NoDesktop and insert value 1 in Value Data.

Make Desktop More Stable
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer
Make a new DWORD Value and give name DesktopProcess.
Doubl click DesktopProcess and insert value 1 in Value Data.

Deleting Program List On Run Menu
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/RunMRU
At the right window, you will see many software in a row (marked as alphabet a, b, c, d, etc).
To erase it, simply by choosing 1 of (or all) existed program name and press Del button
If it show confirmation window to deleting data, choose Yes.

Cleaning Recent Documents
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoRecentDocsHistory.
Double click at NoRecentDocsHistory and insert value 1 in Value Data.
Vanishing Info Tip At Folders Icon In Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click FolderContentsInfoTip with value 0.

Lock Taskbar
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Double click at TaskBarSizeMove and insert value 0 in Value Data.

Deleting Past Items Icons In Taskbar
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\TrayNotify
Erase IconStreams and PastIconsStream, then open Task Manager, at Tab Processes right click at explorer.exe and choose End Process.
Click File > New Task (Run) and re-type explorer and press OK.

Hide System Tray
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
If Explorer key not exist yet, make a new DWORD Value and give name NoTrayItemsDisplay.
Double click NoTrayItemsDisplay and insert value 1 in Value Data.
To return it back System Tray insert value 0 in Value Data.

Deactivated Right-Click In Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoViewContextMenu.
Double click NoViewContextMenu and insert value 1 in Value Data.

Change Delay Time When Open up Menu
HKEY_CURRENT_USER/Control Panel/Desktop
Double click at MenuShowDelay and change milisecond value from 400 into different one. The More its small the more its faster.

Arrange Icon Size In Desktop And Start Menu
HKEY_CURRENT_USER/Control Panel/Desktop/WindowMetrics
Doubl click Shell Icon Size and change value 32 into different one, ex 10.

Change Windows Color
HKEY_CURRENT_USER/Control Panel/Colors
Double click Window and insert RGB combination color (Use Adobe PhotoShop to define appropriate combination color).

Change Text Color On Windows
HKEY_CURRENT_USER/Control Panel/Colors
Double click WindowText and insert RGB combination color

Vanishing Screen Saver Tab
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/System
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Policies/System
Make a new DWORD Value and give name NoDispScrSavPage.
Double click NoDispScrSavPage and insert value 1 in Value Data.

Change Screen Saver By Registry
HKEY_CURRENT_USER/Control Panel/Desktop
Double click SCRNSAVE.EXE then insert desired Screen Saver file location path.
Ex: C:\WINDOWS\ScreenSaver.scr

Deactivated Default Screen Saver
HKEY_USERS/.DEFAULT/Control Panel/Desktop
Double click ScreenSaveActive and insert value 0 in Value Data.
To return it back insert value 1 in Value Data.

Vanishing Small Arrow Mark On Shortcut Icon
HKEY_CLASSES_ROOT/Inkfile
HKEY_CLASSES_ROOT/piffile
Change name IsShortcut into IsShortcuts.
Change Wallpaper Style
HKEY_CURRENT_USER/Control Panel/Desktop
Double click at WallpaperStyle and insert value as the following in Value Data:
1 > Center
2 > Stretch
3 > Tile

Deactivated Low Disk Space Warning
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies\Explorer
Make a new DWORD Value and give name NoLowDiskSpaceChecks.
Doubl click NoLowDiskSpaceChecks and insert value 1 in Value Data.

Deactivated Properties Menu My Computer
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoPropertiesMyComputer.

Double click NoPropertiesMyComputer and insert value 1 in Value Data.
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Make a new DWORD Value and give name NoPropertiesMyComputer.
Double click NoPropertiesMyComputer and insert value 1 in Value Data.
If Explorer key not existed yet, make a one by clicking menu Edit > New > Key and give name Explorer.
Change CoolSwitch Size
(Try press Alt+Tab, that is what it called CoolSwitch)
HKEY_CURRENT_USER/Control Panel/Desktop
HKEY_USERS/.DEFAULT/Control Panel/Desktop
Click CoolSwitchColumns and set how far this CoolSwitch will displayed by inserting desired value in Value Data.
Then click CoolSwitchRows and do the same thing.

Deactivated CoolSwitch Function
HKEY_CURRENT_USER/Control Panel/Desktop
HKEY_USERS/.DEFAULT/Control Panel/Desktop
Doubl click at CoolSwitch and insert value 0.

Deactivated Animation On Windows XP
HKEY_CURRENT_USER/Control Panel/Desktop/WindowMetrics
Double click at MinAnimate and insert value 1 to deactivated, and 0 to re-Activated.

Change Left Click Button into Right Click Button In Mouse
HKEY_CURRENT_USER/Control Panel/Mouse
Doubl click SwapMouseButtons and give value 1 in Value Data.

Change Scroll Lines On Scroll Mouse
HKEY_CURRENT_USER/Control Panel/Desktop
Double click at WheelScrollLines insert desired value (accordance with desired scroll line) in Value Data.

Hide System Properties In Control Panel
HKEY_CURRENT_USER/Control Panel/don't load
make a new String Value and give name sysdm.cpl.
Double click sysdm.cpl and type Yes at Value Data.

Deactivated Display Properties
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies
On subkey Policies, make a new key with Edit > New > Key and give name System.
Then in subkey System, make a new DWORD Value and give name NoDispCPL.
Double click NoDispCPL ad insert value 1 in Value Data.

Arrange Repeat Speed Rate Keyboard
HKEY_CURRENT_USER/Control Panel/Keyboard
Double click KeyboardSpeed and insert desired value. The more higher value, the more faster the Repeat Rate.

Underline Text In Notepad
HKEY_CURRENT_USER/Software/Microsoft/Notepad
Double click lfUnderline and insert value 1 in Value Data.

Word Wrap Mode In Notepad
HKEY_CURRENT_USER/Software/Microsoft/Notepad
Double click fWrap and insert value 1 in Value Data.

Status Bar In Notepad
HKEY_CURRENT_USER/Software/Microsoft/Notepad
Double click StatusBar and insert value 1 in Value Data.

DVD In Windows Media Player
HKEY_CURRENT_USER/Software/Microsoft/MediaPlayer/Player/Settings
Choose Edit > New > String Value and give name DVDUI.
Double click DVDUI and insert text Yes in Value Data.

Adding Windows Media Player Identity
HKEY_CURRENT_USER/Software/Policies/Microsoft
HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows
Click Edit > New > Key and give name WindowsMediaPlayer.
Click Edit > New > String Value and give name TitleBar.
Double click TitleBar and insert desired text in Value Data.
Change Stop Button Into Play Button In Windows Media Player
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MediaPlayer/Objects/StopButton
Double click onclick and insert text player.controls.play() in Value Data.

Choose Default CD Turning Audio
HKEY_CLASSES_ROOT/AudioCD/Shell/Play/Command
Double click (Default) and insert path software that you want it as CD Audio turning by default.
Ex: C:\Program Files\Windows Media Player\wmplayer.exe
Restoring Access To CD-ROM
After uninstalling a burning CD program, there is a situation where CD-ROM cannot be access anymore, the solution:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
Delete subkey LowerFilters and UpperFilters by pressing Del button.

Minimize Thumbnail Size For Windows Explorer
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer
Choose Edit > New > Binary Value and give name ThumbnailSize.
Double click ThumbnailSize and insert value 20 in Value Data.

Make Private Shortcut Menu In Windows Explorer
HKEY_CLASSES_ROOT/Drive/Shell
Choose Edit > New > Key and give name Winamp as for example.
Double click option (Default) at right side from registry editor and insert text Winamp.
Click subkey Winamp and choose Edit > New > Key and give name Command.
Double click option (Default) and insert path C:\Program Files\Winamp\Winamp.exe in Value Data.

Encryption By Context Menu
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced
Make a new DWORD Value and give name EncryptionContextMenu.
Double click EncryptionContextMenu and insert value 1 in Value Data.

Change Icon On Drives
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer
If it's not existed yet, choose Edit > New > Key and give name accordance with desired drive [ex: C for drive C:]
At those value, make a new Key again and give name DefaultIcon.
Double click option (Default) anmd insert location path where those icon exist (ex[IMG]file:///C:/DOCUME%7E1/srinivas/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif[/IMG]:\Documents\CDrive Icon.ico)

Hide A Drive
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Choose Edit > New > DWORD Value and give name NoDrives.
Double click NoDrives and determine which drive that you want to vanish in Value Data.
Ex: If you wish to vanishing drive E:, insert value 16 in Value Data.
The combination value in Value Data are the following:
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
All: > 67108863
Make Tip Of The Day Windows Explorer
To activated open Windows Explorer then choose View > Explorer Bar > Tip of the Day.
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Tips
In right side window there will be many tips in a row that stored in value 0 - 49.
2 thing you can do is change the tips by double click each value with desired text.
Second is adding new tips started with row after value 49 (ex 50 and so on.).
Choose Edit > New > String Value and give name with digit number form that continues from last digit number in tips (ex 50 and so on.).
Double click at those new value and fill with deisre text in Value Data.

Hide Advanced Settings In Folder Options Windows Explorer
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer
Under Explorer key there'll be subkey called Advanced. Right click and choose Rename. Change name Advanced into Advancedx.

Cheat Code Playing Game Hearts
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Applets
Click Edit > New > Key and give name Hearts.
Click Edit > New > String Value and give name ZB and fill with value 42 in Value Data.
Open game Hearts in Start Menu > All Programs > Games. After inserting player name, press the following combination:
Ctrl+Shift+Alt+F12 and all card will be opened.

Cleaning Registry Trash
HKEY_CLASSES_ROOT/Application
HKEY_CURRENT_USER/Software
HKEY_LOCAL_MACHINE/SOFTWARE
Choose one of subkey which is software name that you want to deleted, then press Del button.

Cleaning Uninstall Trash
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall
Delete subkey that have the same name with the uninstalled software.

Deleting Unnecessary Program List From Add/Remove Programs
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall
Delete subkey that has unnecessary program by pressing Del button.

Running Program When StartUp
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
Choose Edit > New > String Value with Winamp for example.
Double click at those value and insert path where those program installed (C:\Program Files\Winamp\Winamp.exe).

Deleting StartUp Items In MSCONFIG
Click Start > Run > type msconfig, then click on startup tab, uncheck the check box in program deleted from startup list.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Run

Delete subkey that has unwanted program by pressing Del button.
Speed Up Shutdown Windows XP Process
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control
Double click WaitToKillServiceTimeout and change the value into something more lower than 2000.

Change AM And PM Into Morning and Afternoon
HKEY_CURRENT_USER/Control Panel/International
Double click s1159 and change text AM with MORNING.
Double click s2359 and change text PM with AFTERNOON.

Deactivated AutoRun Function
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
Double click NoDriveTypeAutoRun and insert value 95 in Value Data.

Turn Off Automatically Not Responding Program
HKEY_USERS/.DEFAULT/Control Panel/Desktop
Double click AutoEndTasks and insert value 1 in Value Data.

Displaying My Computer Hidden Option
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Internet Settings/Zones/0
Double click Flags then change into Decimal and insert value 1 in Value Data.

Function New Window In Internet Explorer
HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Restrictions
Make a new DWORD Value and give name NoOpeninNewWnd.
Double click NoOpeninNewWnd and insert 1 in Value Data.

Change Toolbar Background Internet Explorer
HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Toolbar
Choose Edit > New > String Value and give name BackBitmap.
Double click BackBitmap and fill with location path where bitmap is (.bmp) that will turn into toolbar background in Value Data. Ex: C:\WINDOWS\Wallpaper.bmp

Change Internet Explorer Version
To define what version your Internet Explorer have: Help > About Internet Explorer on Internet Explorer browser.
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer
Double click Version and insert desired value in Value Data.

To checking Internet Explorer ProductID
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/Registration
Look for ProductID on key ProductId, at those value there'll stated what Internet Explorer ProductID you using it.

Full Screen Mode In Internet Explorer
HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main
Double click FullScreen and insert text Yes in Value Data.

Change Internet Explorer Title
HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main
Choose Edit > New > String Value and give name Window Title.
Double click Window Title and insert desired text in Value Data.

Cleaning URL List On Internet Explorer
HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/TypedURLs
Delete value url1, url2 and so on by pressing Del button.
Hiding Go Button On Internet Explorer
HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main
Choose Edit > New > String Value and give name ShowGoButton.
Double click ShowGoButton and insert value 0 in Value Data.
Change Internet Explorer Icon Name
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}
Double click at value (Default) at right side, insert desired text in Value Data.

Adding Domain .Gov On Searching Website
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/Main/UrlTemplate
Choose Edit > New > String Value and give name with value which is constanly continues from existed value.
Double click at those value and type %s.gov in Value Data.

Tweaking Memory On Windows XP
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management
Double click at DisablePagingExecutive and insert value 1 in Value Data.
If its activated, Windows will not doing paging file into hard drive. The System Operation and program will become more responsive. Suggested for computer that has bigger memory more than 128MB.
Double click at LargeSystemCache and insert value 1 in Value Data.
If its activated, the system will alocating all memory (except 4 MB for disk caching) for file caching. Computer will do caching kernel XP inside memory so that Windows XP can run more faster.
Unload .dll For Speed Up Memory Access
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer
Choose Edit > New > Key and give name AlwaysUnloadDLL.
On Default Value Option insert value 1.

Deleting Pagefile When Shut Down
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management
Double click ClearPageFileAtShutdown and insert value 1 in Value Data.
Moving Pagefile
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management
Double click PagingFiles then change path to new desired location.
Ex: D:\pagefile.sys 1024 1024

Restoring Search Function Into Old Display
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/CabinetState
Choose Edit > New > String Value and give name UseSearchAsst.
Double click UseSearchAsst and insert value 1 in Value Data.

Hiding Device Manager

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies
Choose Edit > New > Key and give name System.
In subkey System make a new DWORD Value and give name NoDevMgrPage.
Double click NoDevMgrPage ad insert value 1 in Value Data.

Optimized Hard Drive While Computer On Idle Condition
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\OptimalLayout
Make a new DWORD Value and give name EnableAutoLayout.
Double click EnableAutoLayout and insert value 1 in Value Data.
Deleting Run As Option In Context Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value baru and give name HideRunAsVerb.
Double click HideRunAsVerb and insert value 0 in Value Data.

Deactivated Windows XP Tour
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Applets\Tour
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Applets\Tour
Make a new DWORD Value if it's not existed yet and give name RunCount.
Double click RunCount and insert value 0 in Value Data.

Store Notepad Configuration Changes
HKEY_CURRENT_USER\Software\Microsoft\Notepad
Make each new DWORD Value and give value fSavePageSettings and fSaveWindowPositions.
Double click at fSavePageSettings and fSaveWindowPositions and insert value 1 on each Value Data.

Specific Information In Device Manager
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment
Make a new String Value or change existed String Value called DEVMGR_SHOW_DETAILS.
Double click DEVMGR_SHOW_DETAILS and insert value 1 in Value Data.

Show All Hidden Devices In Device Manager
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment
Make a new String Value and give name DEVMGR_SHOW_NONPRESENT_DEVICES.
Double click DEVMGR_SHOW_NONPRESENT_DEVICES and insert value 1 in Value Data.

Deactivated Task Manager
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System
Make a new DWORD Value and give name DisableTaskMgr.
Double click DisableTaskMgr and insert 1 in Value Data.

Using Smooth Scrolling On Internet Explorer
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
If it's not existed yet, make a new DWORD Value and give name SmoothScroll.
Double click SmoothScroll and insert value 1 in Value Data.

Deactivated Image Preview Using Windows Picture & Fax Viewer
HKEY_CLASSES_ROOT\SystemFileAssociations\image\She llEx\ContextMenuHandlers\ShellImagePreview
Double click at Default value and clear the value (delete {e84fda7c-1d6a-45f6-b725-cb260c236066})

Change Thumbnail Setting
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer
If it's not existed yet, make a new DWORD Value and give name ThumbnailSize and ThumbnailQuality.
Double click ThumbnailSize and insert desired value accordance with size in pixel.
Double click ThumbnailQuality and insert desired value accordance with the presentation quality (50% - 100%).

Deactivated Cache On Thumbnail
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a new DWORD Value and give name DisableThumbnailCache.
Double click DisableThumbnailCache and insert 1 in Value Data.

Change Color On Encrypted File
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer
Make a new Binary Value and give name AltEncryptionColor.
Double click AltEncryptionColor and insert desired RGB Color.
Hints: RR GG BB 00 (Default 00 80 40 00)

Change Color On Compression File And Folder
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer
Make a new Binary Value if it's not already yet and give name AltColor.
Double click at AltColor and insert desired RGB Color.
Hints: RR GG BB 00 (Default 00 00 ff 00)
Note: In order to activated this feature in Folder Options give check mark at Show encrypted or compressed NTFS in color.

Alternative Color At Compression File
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a new DWORD Value and give name ShowCompColor.
Double click ShowCompColor and insert 1 in Value Data.

Deactivated Web Content In Explorer And Desktop
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name ClassicShell.
Double click ClassicShell and insert value 1 in Value Data.

Removing My Computer From Desktop And Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\NonEnum
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\NonEnum
Make a new DWORD Value if it's not existed yet and give name {20D04FE0-3AEA-1069-A2D8-08002B30309D}.
Double click {20D04FE0-3AEA-1069-A2D8-08002B30309D} and insert 1 in Value Data.
Choose The First Desktop Icon
HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}
Make a new DWORD Value and give name SortOrderIndex.
Double click SortOrderIndex and insert the following value in Value Data as selection:
48 > My Documents
54 > My Computer

Show Windows Version In Desktop
HKEY_CURRENT_USER\Control Panel\Desktop
Make a new DWORD Value if it's not existed yet and give name PaintDesktopVersion.
Double click PaintDesktopVersion and insert 1 in Value Data.

Show Descriptions Pop-up In Explorer And Dekstop Item
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a new DWORD Value if it's not existed yet and give value ShowInfoTip.
Double click ShowInfoTip and insert value 1 in Value Data.

Deactivated Desktop Cleanup Wizard
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Desktop\CleanupWiz
Make a new DWORD Value and give name NoRun.
Double click NoRun and insert value 1 in Value Data.

Hiding Internet Explorer Icon
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give value NoInternetIcon.
Double click NoInternetIcon and insert value 1 in Value Data.

Removing My Documents From Desktop
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder
Change value on Attributes key into 0xf0500174. Press F5 to see the result.

Deleting Directly Without Using Recycle Bin
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
Make a new DWORD Value and give name NoRecycleFiles.
Doubl click NoRecycleFiles and insert value 1 in Value Data.

Deactivated Recycle Bin
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\BitBucket
Make a new DWORD Value and give name NukeOnDelete.
Double click NukeOnDelete and insert value 1 in Value Data.

Activated Advanced File System And Sharing Security
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
Make a new DWORD Value and give name ForceGuest.
Double click ForceGuest and insert 0 in Value Data.

Deactivated NTFS Last Access Time Stamp
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem
Make a new DWORD Value if it's not existed yet and give name NtfsDisableLastAccessUpdate.
Double click NtfsDisableLastAccessUpdate and insert value 1 in Value Data.

Deactivated 8.3 Name Creation (NTFS)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem
Make a new DWORD Value and give name NtfsDisable8dot3NameCreation.
Double click NtfsDisable8dot3NameCreation and insert value 1 in Value Data.

Activated 48-bit Support LBA For Large Harddrive Capacity
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Atapi\Parameters
Make a new DWORD Value and give name EnableBigLba.
Double click EnableBigLba and insert value 1 in Value Data.
Note: Only for Windows XP user before SP1.

Deactivated CD Burning Function
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoCDBurning.
Double click NoCDBurning and insert value 1 in Value Data.

Change Logon Screen
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new DWORD Value and give name LogonType.
Double click LogonType and insert value as the following at Value Data:
0 > Classic Mode
1 > Welcome Screen

Activated Fast User Switching
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new DWORD Value and give name AllowMultipleTSSessions.
Double click AllowMultipleTSSessions and insert value 1 in Value Data.

Activated Power-off Monitor In Logon Screen
HKEY_USERS\.DEFAULT\Control Panel\Desktop
Double click PowerOffActive and ScreenSaveActive and insert value 1 at each Value Data.
Double click SCRNSAVE.EXE insert text (None) to Value Data.
HKEY_USERS\.DEFAULT\Control Panel\PowerCfg
Double click CurrentPowerPolicy and insert value 0 in Value Data.

Deactivated Passport Balloon Reminder
HKEY_CURRENT_USER\Software\Microsoft\MessengerServ ice
Make a new Binary Value and give name PassportBalloon.
Double click PassportBalloon and insert 0a 00 00 00 to Value Data.

Change Wallpaper In Logon Screen
HKEY_USERS\.DEFAULT\Control Panel\Desktop
Change value key Wallpaper and insert desired bitmap location file path (.bmp). (ex: D:/Documents/Wallpaper.bmp)

Limitation of Automatic Login Amount
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new DWORD Value and give name AutoLogonCount.
Klik ganda AutoLogonCount and insert desired value accordance with desired Limited login amount.

Dialog Box Before Logon
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Doubl click LegalNoticeCaption and insert desired text title (ex: WARNING).
Double click LegalNoticeText and insert desired text (ex: Do Not Attempt to Logon to this system unless you are an authorized user).

Customize Windows Logon And Security Dialog Title
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new String Value and give name Welcome.
Double click Welcome and insert desired text.

Pushing Automatic Login Used
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new String Value and give name ForceAutoLogon.
Double click ForceAutoLogon and insert value 1 in Value Data.

Activated Automatic Login By Using Shift Button

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new String Value and give name IgnoreShiftOverride.
Double click IgnoreShiftOverride and insert value 1 in Value Data.

Hiding Usernames From Logon Screen
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t
Make a new DWORD Value and give it name accordance with desired username.
Double click at those value and insert value 0 in Value Data.

Activated Start Menu Scrolling
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer\Advanced
Make a new String Value and give name StartMenuScrollPrograms.
Double click StartMenuScrollPrograms and insert Yes input in Value Data.

Removing Undock Computer Option From Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoStartMenuEjectPC.
Double click NoStartMenuEjectPC and insert value 1 in Value Data.


Sorting New Program In Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a new DWORD Value if it's not existed yet and give name Start_NotifyNewApps.
Double click Start_NotifyNewApps and insert value 1 in Value Data.

Start Menu Folders Modification
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a few DWORD Value if it's not existed yet and give name Start_ShowControlPanel,

Start_ShowMyComputer, Start_ShowMyDocs, Start_ShowMyMusic, Start_ShowMyPics and Start_ShowNetConn
Start_ShowControlPanel - Control Panel
Start_ShowMyComputer - My Computer
Start_ShowMyDocs - My Documents
Start_ShowMyMusic - My Music
Start_ShowMyPics - My Pictures
Start_ShowNetConn - Network Connections
Double click at each key and give selection value as the following:
0 = Hidden
1 = Open When Clicked
2 = Expand Contents

Removing Program Access And Defaults From Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoSMConfigurePrograms.
Double click NoSMConfigurePrograms and insert value 1 in Value Data.

Removing Disconnect Item Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoDisconnect.
Double click NoDisconnect and insert value 1 in Value Data.

Removing Step In Run Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\RunMRU
Delete a few desired key by pressing Del button.
Activated Favorites In Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced
Make a new DWORD Value and give name StartMenuFavorites.
Double click StartMenuFavorites and insert value 1 in Value Data.

Removing Pinned Programs From Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoStartMenuPinnedList.
Double click NoStartMenuPinnedList and insert value 1 in Value Data.

Removing All Programs From Start Menu
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoStartMenuMorePrograms.
Double click NoStartMenuMorePrograms and insert value 1 in Value Data.
Determine Respond Time For Not Responding Application
HKEY_CURRENT_USER\Control Panel\Desktop
HKEY_USERS\.DEFAULT\Control Panel\Desktop
Make a new String Value if it's not existed yet and give name HungAppTimeout.
Double click HungAppTimeout and insert time input on milliseconds (1000 = 1 seconds).

Turn Off Not Responding Application Automatically
HKEY_CURRENT_USER\Control Panel\Desktop
HKEY_USERS\.DEFAULT\Control Panel\Desktop
Double click AutoEndTasks and insert value 1 in Value Data.

Activated Shutdown Event Tracker
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Reliability
Make a new DWORD Value if it's not existed yet, and give name ShutdownReasonUI.
Double click ShutdownReasonUI and insert value 1 in Value Data.
Deactivated Save Function On Desktop Configuration & Setting
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer
Make a new DWORD Value and give name NoSaveSettings.
Double click NoSaveSettings and insert value 1 in Value Data.
Deactivated Creation Of LastKnownGood Configuration Function
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Make a new String Value if it's not existed yet, and give name ReportBootOk.
Double click ReportBootOk and insert value 0 in Value Data.

Automatic Restart On BSOD (Blue Screen Of Death)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\CrashControl
Change value in AutoReboot and insert value 1 at Value Data.

Activated Automatic Daylight Savings Adjustment
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\TimeZoneInformation
Make a new DWORD Value and give name DisableAutoDaylightTimeSet.
Double click DisableAutoDaylightTimeSet and insert value 1 in Value Data.

Deactivated Update Device Driver Wizard
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
Make a new DWORD Value if it's not existed yet, and give name NoDevMgrUpdate.
Double click NoDevMgrUpdate and insert value 1 in Value Data.
Hiding Computer Management Option (Right Click at My Computer menu Manage)
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
Make a new DWORD Value and give name NoManageMyComputerVerb.
Double click NoManageMyComputerVerb and insert value 1 in Value Data.

Automatic Windows Update Configuration
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate\AU
Make a few DWORD Value with the following name:
NoAutoUpdate
0 - Enable Automatic Updates (Default)
1 - Disable Automatic Updates
AUOptions
2 - Notify for download and notify for install
3 - Auto download and notify for install
4 - Auto download and schedule the install
ScheduledInstallTime
0 to 23 - Install time of day in 24-hour format

1000 JAVA TIPS

  
DOWNLOAD 1000 JAVA TIPS FROM BELOW LINK :


http://www.ziddu.com/download/3189493/1000_Java_Tips_low.pdf.html

Free talk from 1 rupee coin box


Yes u can Talk free From 1 Rupee Coin Box

Wht U hve 2 do is first pick up the reciever

dial *** then 68807 then first 7 no.s which u r calling then #" 999"

This 999 is for your limit u can talk 999 min so u can only press no.s like this for eg333 , 444, 555 do 999 it will be better then #0

then Insert the coin nd dial full number nd u can talk for 999 sec free

full code ***68807 first seven no.s #999#0

imp thing ------ this only works on red 1 Rupee coin Box..

Here is a calcualtor that will convert among B KB MB GB TB:


Here is a calcualtor that will convert among B KB MB GB TB:

DOWNLOAD LINK :

hide file in .jpg


1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using C:\New Folder
-The image will hereby be referred to in all examples as fluffy.jpg
-The file will hereby be referred to in all examples as New Text document.txt

2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are by typing
cd location [ex: cd C:\New Folder]

5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (minus the brackets)

Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.

In order to view/extract your file, there are two options that you can take

a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there
b) Leave the file extension as is, right click, open with WinRar and your file is there

 The below is the trick for getting back deleted message in ur phone.. the trick will work only on s60 version phones :

A SMS once deleted can’t be read again….but sometimes we hurrily delete some important SMS Here is the technique that must be followed to retrieve deleted SMS Required utility:    1) Any system explorer or file explorer program (eg. fileman or fexplorer.provided with the package) 1) Open Fexplorer 2) Select drive C: or D: depending on the memory in which the Sms messages have been saved. 3) For example u selected c: , Then open “system” folder. 4) Then in “system” folder open “mail” folder. 5) Then in this folder u will see different folders (eg 0010001_s) and certain files (eg 00100000). These files are the actual messages. Browse through every folder and open all files till u get the sms u are looking for. 6) For opening the files don’t choose options>file>open as it will show format not supported rather choose options>file>hex/text viewer. By selecting the “Hex/ text viewer” u ll be able to open and read the deleted

GENERAL INTERVIEWING TIPS

Download the interview tips from below link :

http://www.mediafire.com/?zmveozoy3qu

BASIC TROUBLE SHOOTING TIPS

FOR SOME OF THE TROUBLESHOOTING TIPS DOWNLOAD THE DOCUMENT FROM BELOW LINK AND SEE :
http://www.mediafire.com/?mutyhuhgy7d1zlj

Know who used your PC in your absence


"start > run >eventvwr.msc"

Events are stored in three log files: Application, Security, and System. These logs can be reviewed and archived.
For our purposes we want the System log. Click on "System" in the left-hand column for a list of events.
Look for a date and time when you weren't home and your computer should have been off.
double click on the eg: info n it will show u the detail.
You can also use this log to see how long someone was on the computer. Just look at the time the computer was turned on and off for that day.

Shutdown Computer with Your Cell Phone




Using this method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone. love love

To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish to shutdown.



So, this is how you do this:

1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can write them down yourselves

2. open your note pad

and write lik this...

c:\windows\system32\shutdown -s -f -t 00

and save it as shutdown.bat

3. Open up Microsoft Outlook. Make sure that you have already configured it for your email.Now we will need to make it so that Outlook checks your inbox about every minute (1 minute for testing time can be increased if a delayedshutdown is desired). You can do this by going to Tools: Options.

4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.

5. Make sure that the Schedule an automatic send/receive every... box is checked, and set the number of minutes to 1. Now you may close all of these dialog boxes.

6. Now go to Tools: Rules and Alerts... Next click the options button in the upper right hand corner and press the Import Rules button.

7. Now select the shutdown.bat file ...whi u hv created ...

8. Now, when you send a message from your phone to your e-mail address with the subject shutdown or smsshutdown%%, your computer will shutdown.


Use of any of the Isolated or dead E-mail address or any e-mail will shutdown your computer. Enjoy..

Wednesday, February 23, 2011

VARIOUS SOFTWARE S/N & KEYS A TO Z


Autodesk Animator Pro v3.05 :
s/n: 655-10000088

Autodesk Animator Pro :
s/n: 4930-P4-PH-1

Autodesk Architectural Desktop For AutoCAD v14.01 :
s/n: 117-99703105
CD- Key: W36H
Code: C3DF32EA

Autodesk AutoCAD v13.0 :
s/n: 70FEE2FD

Autodesk AutoCAD vR12 :
s/n: 110-10061620

Autodesk AutoCAD ADE extension :
s/n: 13010083217

Autodesk AutoCAD data extension :
s/n: 130-10083217

Autodesk AutoCAD Lite :
s/n: 167-10001908

Autodesk AutoSketch v6.0 :
s/n: 110-20158545

Autodesk CAD Ooverlay 2000 :
s/n: 110-98539662
CDKey: 2ZC3DJ
Code: 08BB785

Autodesk Designer Learning Resources :
s/n: 07301-010203-4520

Autodesk Designer New Fundamental Tools :
s/n: 07300-010203-3310

Autodesk Designer Training Guide :
s/n: 07300-010203-3010

Autodesk Mechanical Desktop v2.01 :
s/n: 111-11111111
CD-Key: X8NU
Code After Install: aeaf67b7

Autodesk QuickCAD Millenium Edition v4.12 :
s/n: 110-15761543

Autodesk QuickCAD Millenium Edition v6.0 :
s/n: 110-15835934


AutoMap Road Atlas v4.0 :
s/n: 34584-068-0102477

AutoMasker v1.5.1.107 :
s/n: AMS000-12378945 (says it's not regged, but it is)

AutoMasker v1.5.1.110 :
Name: SPAB
Company: NATOSOFT
s/n: AMS000-00000

Automata for Art v3.3 :
s/n: 133254650

Automate v4.05c :
s/n: 53435780

Automate v4.1b :
Standard: 12881573
Pro: 18543317
Upgrade: 9999384I

Automate v4.3e :
s/n: 18485546

Automate Enterprise Server v4.0 :
Name: (Anything)
s/n: KYK9T-VL86-KWI6MW

Automate Pro v3.6e :
s/n: 12336467

Automate Pro v3.8c :
s/n: 3528068400

Automate Pro v3.8d :
s/n: 3136060800

Automate Pro v3.8e :
s/n: 1306692000

Automate Pro v4.0 :
s/n: 18535047 or
s/n: 18535047

Automate Pro v4.01 :
s/n: 18561577

Automate Pro v4.05b :
s/n: 18546647

Automate Pro v4.07 :
s/n: 18520242

Automate Pro v4.1b :
s/n: 18535047


AUTOption Graphic v1.4 :
Name: bitfou
PersonalCode: 10827986
BusinessCode: 14827869

AUTOption Programmer v3.0 :
Name: TRPS 1999
s/n: 10314378

AutoRoute Express v4.0 :
s/n: 32098-025-0191712

AutoRun Action Flash v2.1 :
Name: PGC
s/n: 9016242



AutoView v1.0 :
Make a shortcut to the program with "/R"
at the end of the command, then enter:
Company: BLiZZARD
Name: zaarnik
Personal: 13428576
Business: 12228465

AutoVision v2.0 :
s/n: 5B35AE2B

AutoVue v1.0.1 :
Name: Vizion/CORE
s/n: cmtm2618vcx24gb4xwkavm

AutoVue Pro v1.22C3 :
s/n: 311-076-0001605-01

AutoVue Pro v12.2 :
s/n: 111-300-0000020-71

AutoWinNet v1.3 :
s/n: AWN348CASLT101

AutoWinNet v1.4 :
s/n: AWN348INWUA102

AutoWipe v2.21 :
Name: Cabeca
s/n: 67768576

AutoWorks :
s/n: G037825



BBPrint v1.0 :
s/n: 12552631

BBPrint v1.1 :
s/n: 12552631

BBS Bowl v1.5 :
Name: Batman
s/n: 15766 or
Name: ???
s/n: 12363 or
Name: ***
s/n: 8142

BBS Bowl v1.7 :
Name: The GuaRDiaN aNGeL
s/n: 18384 or
Name: TeLLeRBoP
s/n: 17684

BBS Bowl v1.7 :
Name: You!
s/n: 19689

BBS Drag Racing v2.39 :
sysop: The GuaRDiaN aNGeL
bbs: G.!.$
s/n: GB2<8AN?15N

BCM Diagnostics v1.02 :
Name: [Abaddon]
s/n: 226-45-3456

Beach Box v2.14 :
s/n: 14 87 32

Beam Splash! Web Author v1.0 :
s/n: M6FCA01592

Beam Splash! Web Author v1.1 :
s/n: NS-100-000-001
Key: CCC8-2B1A

Beam Splash! Web Author v1.2 :
s/n: J8BIA19419

Beame and WhiteSide BW-connect NFS :
s/n: 015-005345

Beanie Wizard v1.1 :
s/n: 5931876

Bear Soft Alarm Clock v2.1 :
Name: SpriteX
s/n: 2635854

Beat Me v1.01 :
Name: CHAFE
Keyword: ABF
s/n: 22445009710139

Beat the Market :
Name: godenver
s/n: 109722013434

BeatCounter v1.0.3 :
Name: dustie of blizzard
s/n: 265499338

BeatMonitor v1.0.1 :
Name: dustie of blizzard
s/n: 1528534274

Becky! Internet Mail v1.24.13 :
s/n: 6608-3437-Z338

Becky! Internet Mail v1.24.16 :
Name/Email: (Anything)
s/n: 3705-3437-G295 or 3705-3437-G296

Becky! Internet Mail v1.25.04 :
Name: dLLord
Email: [tNC'99]
s/n: 3306-3437-N744

Becky! Internet Mail v1.25.06 :
Name: CoKeBoTtLe99
Email: Cokebottle@the_factory.com
s/n: 9201-3437-D411 or
Name: Gordon
Email: softforum@usa.net
s/n: 8111-3437-E888

Becky! Internet Mail v1.25.07 :
Name: Gordon
Email: softforum@usa.net
s/n: 8111-3437-E888

Been There, Done That v2.0 :
s/n: unmuzzle

Been There, Done That v3.2 :
Name/Company: (Anything)
s/n: unmuzzle

Beer! v2.3e :
Name: Riz la+
Code: 40843197

BeHierarchic v3.0.x : 2572311E 'Anonymous'

BeJeanie v2.02 :
s/n: 002060072032

Bench v1.07b :
s/n: CGP-152kGGx-PE002q-iUsB

Best Crypt NP Driver v4.11 :
s/n: BC-3304-050-9FBF

Best Proto v2.09A :
s/n: camelus bactrianus

BestWeb v1.0 :
s/n: 01000100101

BetaDesigns Picture Explorer v1.2.1 :
Name/Company: (Anything)
s/n: x5x6x7seXy

Better File Rename v1.0 :
s/n: BFR-ASTH-1289-3939-4595

BetterWriter v1.0.1 :
s/n: BW9112131832

Beyond Compare v1.5c :
Name: :MARQUIS:
Company: UCF
s/n: 2BB27304

Beyond Compare v1.7a :
Name: wizdaz
Company: Warp
s/n: AEB07A02

Beyond Compare v1.7c :
Name: wizdaz
Company: Warp98
s/n: C38C1E83

Beyond Compare v1.8a :
Name: rubor
Company: Syntax 2oo1
s/n: C084B89E

Beyond Compare v1.8b :
Name: ultraschall
Company: blizzard
s/n: 232DAA98

Beyond Compare v1.8b4 :
Name: justarius
Company: inside
s/n: 803A5619

Beyond Press v4.0 :
Name/Company: (Anything)
s/n: CCE-400-162-285-319898

Beyond Pyramid! v2.0 :
Name: GZI
s/n: P22082

BFM Casino v2.00 :
First Name: Phrozen
Last Name: Crew
Password: 40

BFM Casino v2.0x :
First Name: fungus Initial: of
Last Name: blizzard
Password: 1847

BGFax v1.30 :
Name: Batman
s/n: 123456
RegNum: C9659F6D

BGFax v1.55 :
Name: The GuaRDiaN aNGeL
s/n: 921343110
RegNum: 4FAD154D

BGFax v1.55 :
Name: You!
s/n: 1234
RegNum: 9CF6FBA6

Bible Decoder v1.0 :
Name: Larry Holder
s/n: 0f7b-650f-1bac-2622

Bible Decoder v1.54 :
Name: Gorgeous Ladies Of Warez
s/n: 36dd9815fb89115c

BiblioGraphica v7.0 :
Name: CORE DrRhui
s/n: 67149983

BiblioGraphica Light/Pro v5.7 Build 725 :
Name: CORE DrRhui
Light: 87536712
Pro: 78359921

BiblioGraphica Light/Pro v6.0 :
Name: CORE DrRhui
Light: 95246781
Pro: 59429918

BiblioGraphica Light/Pro v6.5 :
Name: CORE DrRhui
Light: 76416738
Pro: 67149983

BiblioGraphica v8.01 :
Name: CORE DrRhui
s/n: 67149983

Bibliography Pro 2000 :
Password: inkhorn

Bicycle Bike'alog on Disk v1.3 :
s/n: WWUXPQVYP

Bicycle Diary v1.10 :
Name: Azrael [PC]
s/n: 077616784537

Big 8 Solitaire v3.0 :
s/n: 5380582

Big Bucks Slots v1.1 :
s/n: 760138

Big Jig v4.0 :
Name: CHJXTM
s/n: BJ4-713-380

Big Jig v5.01 :
Name: UOLOUP
s/n: BJ4-709-391

Big Thesaurus :
s/n: AxxxxBC (x=any number)

Biggieboy DHTML Editor v2.01 :
Enter any 7 characters.

Biker Diary v1.10 :
Name: Team DEMiSE
s/n: 447825250029

Bikers Log v2.01 :
s/n: 732-389-9227

Bikers Log v2.02 :
s/n: 977-1365-49702

Bill Power v5.1 :
s/n: 32312487392525

Bill Power v6.0 :
s/n: 43290272928553

Bill Power Plus! v4.6 :
s/n: 105251070511971 Leave the Name field blank.

Bill Power Plus! v5.0 :
s/n: 160226651900771

Bill Power Plus! v6.1.106 :
Regular: 43290272928553
Plus: 159109809531263

Billionaire v2.6 :
Name: escom/CORE
s/n: rm-68719476736

Billionaire v2.7 :
Name: escom/CORE
s/n: rm-68719476736

BillQuick v2.03.048 :
s/n: 49857372


BillQuick v2.05.081 :
Go to Settings -> Company Info and enter:
Name: Delusion
Key: 68611-93-859315317
Then Go to Help -> Register and enter:
Key: 554-68611-93-859315317

BillQuick v2.05.095 :
Name: Paul Bar
LicenseKey: 68611-93-859315317
RegKey: 554-68611-93-859315317

BillQuick v2.05.098 :
Name: jman
LicenseKey: 65294-93-789314313
RegKey: 554-65294-93-789314313

BillQuick v2.07.109 :
Name: Arnow Inc.
LicenseKey: 32687-93-879311955
RegKey: 554-32687-93-879311955

Bills Calendar v1.3 :
s/n: 4532-1146-9461-4921

Binary Browser v1.0 :
s/n: 105384D29900454E


Binary Browser v2.4 :
s/n: E04713D39B00454E

Binary Clock v1.3 :
Name: RIK
s/n: CS1177J

Binary Clock v2.3 :
Name: fjalar
s/n: WA6638Y

Binary Search and Replace v1.7 :
s/n: 79878-335-0299143-40027

Binder v3.0.2 :
Name: SavaGe
s/n: 7710607

Bingo v2.0 :
Name: Virus - ML
s/n: 8610511411

BioDrummer v1.1.0 :
s/n: BD110BAJ5446

BirdSpeech 101 v1.0.1 :
Name/Company: (Anything)
s/n: bs1-0103802

Birmy PowerRIP v3.1 :
s/n: 6307 PrinterCode: 2981212585-82
FulfillmentResponse: 318444283

BitFax v3.09c :
s/n: A248258

BitFax v3.09c :
s/n: A248258

BitFax Pro v3.02 :
s/n: 1 5104902939

BitFax/SR v4.06g and 5.6D :
s/n: A006844633

BitFax/SR v4.06h and 5.6D :
s/n: 1200420015594

Bitmap Catalog v2.62 :
Name: davy - blizzard1999
s/n: SnQTrEWucV

BitmapShrinker v1.02 :
Name: Smakkker [Laxity/GWA]
s/n: 3986464

Bitware v3.30.08 :
s/n: 1600100275137

Bitware v3.30U :
s/n: 1600010823417

Bitware v4.0 :
RegKey: 5104902939
PurchasedFrom: Drink or Die '97
s/n: 17000800004138

BitWare Fax/Data v3.24 :
s/n: 0900020083526 or
s/n: 0300060059669 or
s/n: 0300040046953

BitWare Fax/Data v3.30 :
s/n: 1600011096038

BizFax v1.0 :
s/n: 53423423423
Key: 4678-5830-D9E0

B-Jigsaw v1.2 :
Name: the beeman [ECG]
s/n: 26449167


B-Jigsaw v3.0 :
Name: Shaligar^Lash
s/n: 36679822

Black Jack v2.02 :
s/n: BJ-4279

Black List v1.8 :
s/n: 15-BF-00-69-X-963

Black List v1.9 :
s/n: 0A00XXFFFFAB0BFFFF

Black Night v1.0.3 :
s/n: 0000000D1FF113F

Black Swan v3.2 :
s/n: Leb-11513-523438

Black Widow v2.03 :
Name: CORE/DrRhui
s/n: 98667717

Black Widow v2.06 :
Name: (any as long as it is space separated)
Key: F

Black Widow v3.5 :
Name: John Smith
s/n: 12345678901234567

Black Widow v3.5.3 :
Name: Francisco Carpio
s/n: 1W3-W2U0-F6-E1M8F

Black Widow v3.61 :
Name: Ruben Jimenez
s/n: 9U0-X0W0-T0-Q0S0Q


Blackboard :
Name: The Guardian Angel
s/n: $?+1:?C=6A@8.D or
Name: Tellerbop
s/n: $=!=A6<C7:4.23

BlackBoard Backup v5.5 :
Name: dsi team
s/n: 180

BlackBoard Backup v5.5 :
Name: the beeman // EcG
s/n: 219

BlackBoard Backup v5.7 :
Name: Versus
s/n: 750

BlackBoard Backup v5.8 :
Go to Help/Register and enter:
Name: inside
s/n: 240

BlackBoard Backup v5.9 :
Name: inside
s/n: 240

BlackBoard Directory Size v1.3 :
Name: Mad Jester
s/n: 179

BlackBoard En/Decoder v1.0 :
Name: jake cwc
s/n: 668

BlackBoard Encrypt Interface :
Name: jake cwc
s/n: 668

BlackBoard File Wipe v3.0 : User
Name: escom/CORE-zx
s/n: 0900

BlackBoard Internet Privacy Interface v2.1 :
Name: Fully Licensed User
s/n: 255

BlackBoard Internet Privacy Interface v2.2 :
Name: jog from dng
s/n: 498

BlackBoard Lock v2.2 :
Name: Mad Jester
s/n: 228

BlackBoard Mail Encrypt v1.2 :
Name: inside
s/n: 199

BlackBoard PicVu v2.0 :
Name: jake cwc
s/n: 668

BlackBoard ZipBack v3.0 :
Name: RTA Team
s/n: 159

BlackBoard ZipBack v4.1 :
Name: Quantico
s/n: 198

BlackDog Web Expander v2.25 :
Name: dustie of blizzard
s/n: mgcw5y

Blade Runner for Windows :
s/n: KD921A10007637

BladePro v2.1.2 :
s/n: 759823

BladePro v2.1.4 :
s/n: 411044479

Blanch v1.4g :
Name: ind
s/n: 102EE7A

Blanch v1.8 :
Name: R Zeluck
s/n: 1000af7

Blanch v1.8b :
Name: Warp98
s/n: 10464ed

Blanch v1.9 :
Name: Mark Fletcher
s/n: 10374ca or
Name: n03l
s/n: 1028cba

Blanch v1.9b :
Name: R Zeluck
s/n: 1000af7

Blanch v1.9d :
Name: (Anything)
s/n: Whatzabuzz

BlasterMaster v6.2 :
(Put the next line in your autoexec.bat)
SET SBMASTER=798-3240

BlasterMaster v6.x :
(put the next line in a batchfile)
SET SBMASTER=798-3240

BlastWords v1.00 :
Name: Leo Jerabek
Email: fritz04@hotmail.com
s/n: 7948B141
S-Key: (None)
T-Key: TH753E39EC

Blobshop v1.20 :
Name: Fluke
s/n: f5e7c

Blobshop v1.21 :
Name: coSmoS
City: [True]
s/n: 1509c9

Block and Attribute Tools v4.0 :
s/n: THF14SPIN980501003
CertificateNumber: 543000000218131

Block Drop v2.1 :
s/n: DROP2233

Block Shifter v1.1 :
s/n: BSHF5498

Blocks Door v1.00 :
bbs: G.!.$
bbsPhone: 031000000
Name: The GuaRDiaN aNGeL
s/n: 439920

BlubberPatrol v1.0.0 :
Name: Ringer
s/n: 35055

Bludder v1.1.3 :
Name: Serials 2000/[CriTteR]
s/n: 105393

Blue Marble Geographics FormatX Tab Reader library v1.0 :
s/n: 98DTG2Q0ZM55

Blue Marble Geographics GeoObjects v2.0 :
s/n: ZQ92BDMN6AAT

Blue Marble Geographics GeoView v5.6 :
s/n: GC198CD691BA

Blue Marble GeoObjects v1.6 :
s/n: 95R56Y34TT1B

BlueLine E-Z InVoice v1.2 :
s/n: 00064923

BlueMarble GeoObjects v2.1 :
s/n: TO29JJ4739SX

BluePrint v1.0.58 :
Name: davy
Password: 4x9x4x
Company: blizzard

BluePrint v1.1.4 :
Name: EzD
Password: zCyoo9rozDbL
Company: VERSUS

BluePrint v1.2 :
Name: MoonCat [PCY]
s/n: ALJZxTT8cxhVjLczQx8hLQDxca

BluePrint v1.2.2 :
Name: Bisoux
s/n: ALJZ97UTyB9TDxca

BluePrint v5.0.2 :
s/n: 2500-00009062 or
s/n: 2500-00019822 or
s/n: 2500-00029682 or
s/n: 2500-BKWM5642

BluePrint Personal Edition v1.2.6 :
Name: James Bond
Password: CoREqxI3UV9T84q394ERoC
Company: (Anything)

BlueWave v2.12 :
Name: The GuaRDiaN aNGeL
s/n: 11667543 or
Name: TeLLeRBoP
s/n: 44234186

BlueWave v2.12 :
Name: Batman
s/n: 43688093

BlueWave v2.31b :
Name: TeLLeRBoP Dos-
s/n: CGCMC68T 386-
s/n: I94C4B8T OS/2
s/n: XCB7498T

BlueWave Mail Door v3.2 :
Name: The GuaRDiaN aNGeL
NameMailPacket: Bwave
s/n: 16080490

BlueWave Mail Door v3.2x :
Name: 2U!
NameMailPacket: Bwave
s/n: 13525402

BMP To GIF Pro v2.0 :
Name: MisterE[iNSiDE]
Pin: 1234567
s/n: 723B54

BMP to GIF Pro v2.01 :
Name: (Anything)
Pin: 6969696
s/n: CF0DEF

BMP To GIF Pro v2.1 :
Name: (Anything)
Pin: 0000000
s/n: 000097

BMP To Ico v3.0.3 :
s/n: 666T3991

BMP To Ico v3.1.01 :
s/n: 161X0961

BM-Win Plus v3.2.27 :
s/n: 43547973-87971490

BNR Football Forecaster 98 :
s/n: 23a793e27

BNR Football Forecaster 99 v1.0 :
s/n: 5sa23m845
Bob Connect v1.0 :
Name: thomas mcgrath
s/n: BC1-NA5T89JDJ2K34QFH

BobCat 99 v1.2 :
Name: TUC PC99
s/n: B03994117

Body Works v3.0 : Q24474

Bogart v3.01 :
s/n: 55-2368-1836

Bolo :
s/n: 7000465510-LNK

Bologna Pony Express v2.55 :
s/n: d2393l17

Bomb Golf v1.01 :
Name: BombGolf
s/n: 78045280

Bomby v7.3 :
Code1: 12768
Code2: 4392

Bones Pro v2.00d :
s/n: OXDI-GWPF-IAW

Bonus Wheel Slots v1.2 :
Key: 252771

Book Catalog Pro v1.8 :
Name: zappa@shell7.ba.best.com
s/n: 357216

Book em v0.72 :
Name: rk39f^n*;
s/n: 890890890890890890890890890890

Book Organizer Deluxe v1.0 :
Name: Azrael [PC]
s/n: 831195569-731

BookBin v3.03 :
s/n: BI-300-BC65921-240136-03

Bookie Bookworm: All stories :
s/n: 1-900-903-2665

BookLock v1.1 :
s/n: Hex19571975

BookMaker IPF Authoring Tool :
s/n: 549732655482

Bookmark Converter v2.7 :
Name: X_Peter
s/n: aiy1bdgfbs

Bookmark Converter v2.8 :
Name: cg! [oDt]
s/n: bzrmh0idww or
Name: Gordon
s/n: bqboe7pm9o

Bookmark Integrator v2.02 :
Key: SpriteX
Code: anrmqkfrxhg

Bookmark Magic v2.1 :
Add the following to your WIN.INI Line1:
[Bookmark Magic]
Line2: RegTo=CORE/ITR
Line3: RegNo=BMAG5F78H01234R67890123

Bookmark Manager v3.0 :
s/n: NCC1701

Bookmark Tray v1.0 :
s/n: bm724439bm

Bookmarks v1.04 :
Name: jeagon
s/n: BW-336338

Bookmarx v1.04 :
Name: under.siege@metpro.com
s/n: BW1925-153901

Bookmarx v1.xx :
Name: DanThaMan/fACTOR '98
s/n: BW666-120165

Bookmarx Wolf v1.04 :
Name: TIC
s/n: BW-160772

BookTracker Collector's Edition v1.4 :
s/n: BCE1L4024910Y004

Bookworm :
Name: JuNiOr
s/n: 0B9F9D6YRW8JA77FKBZH

Boot Administrator v2.21 :
s/n: ID-Vx-Sx-HRomNRvU

Boot Commander v1.27 :
s/n: R302582-TTHY

Boot Locker v3.01 :
Name: MoWAX
s/n: 2903552

Boot Locker v4.1 :
Name: Team Nobliege
s/n: 20320692

Boot Locker v4.6 :
Name: in_sane/PGC
s/n: 16538950

Boot Locker v5.01 :
Name: Liithium2/PGC
s/n: 17343681

Boot Protect 98 v3.0 :
Name: jacky_x [TRPS]
s/n: ACD0D2DFC9D1E794C0B7C692C2CCC

Boot Protect 98 v4.0 :
Name: Jaydee 99
s/n: 8CD0E8D8B5D78FAD9E

Boot 'R v2.1? :
Name: TwinHead
s/n: EWG58RN5QH3DF or
Name: TwinHead [TWH/BDC]
s/n: FVG599M5TP11
NetworkUsers: 65535

Boot 'R v2.11 :
Name: "Your own"
s/n: RH-004001-000

Boot 'R v2.17 :
s/n: BOOTR-14306-0004-000
s/n: RH-004001-000

Boot 'R v2.1x :
s/n: FVG599M5TP11
Name: TwinHead [TWH/BDC]
NetworkUsers: 65535

BootCon v2.00 :
s/n: bcf4vxxn39fe

BootMagic v1.0 :
s/n: PM400ENWDL-003380

BootManager BootMenu v4.22 :
Name: Blacklist me
s/n: BM1-E2A8M-ED78B-AC7F

BootManager BootMenu v4.28 :
Name: Barry Day, Utopia
s/n: BM1-FFBDD-EAAFB-AC72

BootManager BootMenu v4.32 :
Name: Ringer DaMan
s/n: BM1-E2BDD-ED7BR-BC7A

BootManager BootMenu v4.33 :
Name: Registered User
s/n: BM1-E1B6U-EA7ER-BC76

BootManager BootStar v5.13 :
Name: Registered User
s/n: BM1-E1B6U-EA7ER-BC76



Bootscroller v1.89 :
s/n: 12986

Boris Filters v1.0 :
s/n: 8F002G-03B8M09-123DL

Boris FX v3.02 :
s/n: 111222-3334445-55621

Boris FX v4.0 :
s/n: 199908-666166-00615

Borland C++ v3.1 :
s/n: IA973a10267379
Key: 14LB-TCP02

Borland C++ Builder Enterprise v4.0 :
s/n: 100-000-0427
Key: xcx8-19x0

Borland C++ Builder Pro v4.0 :
s/n: 100-000-3448
Key: 86x8-19x0

Borland C++ for OS/2 v2.0 :
s/n: BCP1420WW10180

Borland JBuilder Client/Server Suite v2.0 :
s/n: 9263389126
Key: 1e-0-0-0

Borland JBuilder Pro v2.01 :
s/n: 1000000171
Key: c3-7-0-0

Borland JBuilder Standard v2.0 :
s/n: 1111111111
Key: 4d-0-0-0

Borland Office v2.0 :
s/n: IA332A10046950

Boscado Khronos v1.0 :
Name: Arfa [PCY]
s/n: 23b5pcy

Boscado Quill v1.0 :
Name: Arfa [PCY]
s/n: 476apcy

Boscado Wrap v1.0 :
Name: Arfa [PCY]
s/n: 8ed4pcy

Boscado Xplore v1.0 :
Name: Arfa [PCY]
s/n: 6b1fpcy



B-Puzzle v2.0 :
Name: Fluke
s/n: 22744654

Brain Cell v1.01 :
s/n: BC-000001-10

Brain Power v1.0 :
Name: YruS@c4n.edu
s/n: bpwr-1212124

Brain Washer v1.0 :
Name: Killing Joke
s/n: 36448

BrainHex v1.0.x :
whole new world 'Anonymous'

Brainstrain v2.1 :
Name: DSG TeAM
s/n: QNLAECPT

Brainsystems Wordlearn v1.0 :
Name: Dracs
s/n: 871280

BrainWasher v1.0 :
Name: Serials 2000/[CriTteR]
s/n: 59168

BrainWave Generator v2.0.7 :
Name: Kimberly Allen
s/n: 25638-7A3n

BreakThrough :
s/n: 1212106406042270

BreakThrough Game v1.0 :
s/n: 5432790423443430

BreakThru for Windows :
s/n: 017904

Breathe MP3 Player v1.0 :
Name: TRPS
s/n: 177822-SER-131364-17388


Bryce3D v4.0 :
s/n: BF00WBB-0000000-CUY

Bryce3D Meta Creations :
Name/Company: RiSE
s/n: 200500001507800

B's Recorder Gold v1.06se :
s/n: 11P6-ACZY-5119-1899

BS1 Pro v1.0b :
Name: davy - blizzard
Single: b935k524
Multi: c9kk43111

BS1 Pro v1.0c :
Name: (Anything)
Single: b935k5111
Multi: c9kk43111

BS1 Pro v1.5 :
Name/Company: (Anything)
s/n: b935k5111

BS1 Pro v1.5a :
s/n: b935k5111

BS1 Pro v1.6c :
Company: (Anything)
s/n: b935k5111

BS1 Pro v1.6d :
Name/Company: (Anything)
s/n: b935k5111

BS1 Pro v1.6h :
Name: aerosmith
s/n: c9kk43

BS1 Small Business v1.1h :
Name: PRiMESTAR
s/n: f25xfs96

BS1 Small Business v1.1i :
Name: davy - blizzard Single: b935k4111 Multi: c9kk42111

BS1 Small Business v1.1k :
Name: (Anything) Single: b935k4111 Multi: c9kk42111

BS1 Small Business v1.5 :
Name: PRiMESTAR
s/n: f25xfs96

BS1 Small Business v1.6 :
Name: davy - blizzard
Single: b935k424
Multi: c9kk42111

BS1 Small Business v1.6i :
Single: b935k4111
Multi: c9kk42111

BSS Software Helium v1.3 :
First Name: MvD '99
Last Name: TbC
s/n: 3C9662FF-2B56C1259EC2

Btrieve v6.15 :
s/n: 110464

BTS Click and Paste v3.0.2 :
s/n: t03117g51-0301

BuddyPhone v1.55 :
Name: Jamez CoKeBoTtLe99
s/n: IKFK-LIUG-JHKG-HHOG

BuddyPhone v2.0 :
First Name: CoKeBoTtLe99!
Last Name: [Anthrax]
s/n: 1781589856-1781644923
First Name: Doctor
Last Name: Evil
s/n: 9660506579-9660556015

BuddyPhone v2.01 :
First Name: CoKeBoTtLe99!
Last Name: [Anthrax]
s/n: 1781589856-1781644923

BuddyPhone v2.02 :
First Name: CoKe
Last Name: CoKeBoTtLe99
s/n: 8058217142-8058266065

BuddyPhone v2.03 :
First Name: EViL
Last Name: '99
s/n: 0386866711-386908468 or
First Name: CoKe
Last Name: CoKeBoTtLe99
s/n: 8058217142-8058266065 or
First Name: Gordon
Last Name: Softforum
s/n: 70699-123722

Budget for Success v2.17 :
Name: davy - blizzard
s/n: 980215

Budget for Success v2.20 :
s/n: 980215

Budget for Success v2.30 :
Name: Azrael [PC]
s/n: 980215

Budget for Success v2.40 :
Name: Mr_GReeN [WkT!]
s/n: 980215

Bug Collector Pro v2.02 :
Name: Larry Walker
s/n: 5AE9B62B1891F52

Bug Collector Pro v2.02a :
Name: SiraX DNG
s/n: 6Z35Z9BZ983BF5E



ByeLines v4.2.1 :
Name: CORE/JES
s/n: 60a02e756eb9fb3f

Byron Mortgage Calculators v1.4 :
First/Last Name: UNICITY
s/n: Y-14283552236

ByteCatcher v1.04b :
Name: The Master DaVinci
Company: Phrozen Crew
s/n: 98437856278

ByteCatcher Pro v3.1a :
s/n: 239856538576

ByteCatcher Pro v3.2 :
Name: Ringer
Company: Ground Zero Inc.
s/n: 239856538576

BytesBak v1.15c :
s/n Prefix: BB
s/n: 8021972
Company: Kill3xx / AVaLoN
#ofCodes: 9999
License Type: network
License Key: US24VAV86WHFETCX

Book Organizer v3.5s :
Name: TeamPGC
s/n: 986166027-926


serial numbers, software programmes, passwords, programmes, software, registration, software registration Get your software programmes operating with this serial and password index.
C.B.S.O v2.6 :
Password: SYSTEM C3 Systems RSVP v1.0 :
s/n: 4959382452

CA Clipper v5.30 build 32x :
Name: bit miXer
Company: THHG
s/n: 085511-732209

CA Project :
s/n: 1071300-22830

CA Simply Accounting v3.0a :
s/n: 1021602-52559

CA Simply Accounting v4.0b :
s/n: 1020602-212703

CA Visual Object v1.0 :
s/n: 1062301-96825

Cable Management Systems v2.01 :
s/n: CMS94DA0066

CaBook v1.10 :
Name: CORE CMT
s/n: 167X3L-A6CI1

Cache and Cookie Washer for Netscape 4.x v2.03 :
s/n: NS-100-000-105
Key: B719-5E7C

Cache Bomber v1.0 :
s/n: tj100753

Cache Compactor v4.16 :
Name: Warp
s/n: 789206-1921042

Cache Compactor v5.0b2 :
Name: Blackstar
Company: TRPS98
s/n: 78920S39351936

Cache Explorer Netscape v1.32 :
Name: CoKeBoTtLe99
s/n: SFJHTKJO

CacheCompactor v4.0 :
Name: TheForceTeam
s/n: 78920--7467829

Cachet :
s/n: CM0000045VPM or
s/n: CM0000567VOM

CacheX Internet Explorer v2.00 :
Name: CoKeBoTtLe99
s/n: RFJHTKJO

CacheX Internet Explorer v2.02 :
Name: ind
s/n: 5;N@Eubg or
Name: Gordon
s/n: G< p>

CacheX Netscape v2.01 :
Name: Gordon
s/n: GHHCFDBB

CA-Clipper v2.0 :
s/n: FCW201169

CA-Clipper v5.3 :
s/n: 1055110-23047

CA-Clipper for DOS :
s/n: FCD101080

CA-Clipper ToolKit for Windows :
s/n: FTK201021

Cactus Library v1.0 :
Name/Company: (Anything)
s/n: 14900397808

Cactus Workbench v3.72 :
s/n: 003232323

Cactus Workbench v3.72c :
s/n: 002222222

Cactus Workbench v3.82 :
s/n: 003232323

CAD Easy Electrical SymBols for AutoCad LT :
s/n: 11301-001403-0120

CAD Tools v2.0 : Name/Comany: (Anything)
s/n: 6056-1-W-200-CTE-60028

Cad Viewer v2.1 :
Name: LiQuiD Gravity
s/n: 9-13-1999-38475

CAD/DRAW Level 1 v4.25 :
Name: [0245778361steveloh@rocketmail.com]
s/n: [04000-04.20-43010-527]

CAD/DRAW Level 2 v4.22 :
Name: outbk@ibm.net
s/n: 04200-04.10-29235-525

CA-Dbfast v2.0 :
s/n: 026220D30200

Cadet Pro v3.51 :
s/n: FCN ROCKS
Password: WE ROCK

CAD-KAS Brush 'n so v1.0 :
Name: WeaxWeasel[4110]
s/n: 16020

CAD-KAS Easy Award TuneUp 98 :
Name: WeaxWeasel[4110]
s/n: 16733

CAD-KAS Picture Control System 98 :
Name: WeaxWeasel[4110]
s/n: 16936

CAD-KAS PsBrowser 99 :
Name: WeaxWeasel[4110]
s/n: 24011

CAD-KAS Super Disk Reder 98 v1.0 :
Name: WeaxWeasel[4110]
s/n: 17753



Capture Professional v3.21b :
Name: VERSUS
Company: VERSUS
s/n: C6-C1E-000-GSK-GI

Capture Professional v3.21f :
Name: M. RAMANO
Company: STF ENT.
s/n: C6-C01-6SZ-8G8-3S

Capture Professional v4.01B :
Name/Company: TRPS98
s/n: D9MX-3AG3J-KG-57PSS

Capture Professional v4.06b :
Name/Company: SWP '98
s/n: DQFA-Q2Q5Q-QX-YV4TL

Capture Professional v4.06e :
Name: ANNE HOYT
Company: PERSONAL COPY
s/n: DCLT-Z8VWF-XH-B9SK6

CaptureStudio v1.07 :
Name: (Anything)
s/n/Code
: PCSA110311-12345678901

Carbon Copy v2.5 :
s/n: 15003149

Carbon Copy v3.0 :
s/n: W30104791

Carbon Copy v6.0 :
s/n: 21566

Carbon Copy Guest and Utils v6.0 :
s/n: 760835

Carbon Copy Host v6.0 :
s/n: 805335

Carbon Copy Plus v6.0 :
s/n: 10588

Card Base v2.8 :
Name: Warp98
Company: Warp
s/n: 3475282208 or
Name: n03l Comapny: Faith98
s/n: 3476621585

Card Base v2.9 :
Name: aip35[Tbc]
Company: aip35-TBC
s/n: 3496213307 or
Name: Mr_GReeN [WKT!]
Company: Whiskey kon Tekila
s/n: 3672141827

Card Check v1.1 :
Name: DEMiSE
s/n: CCQ1003965585

Card Organizer v1.0.4 :
Name: Norway/Revolt98
s/n: 5177-3345-31

CardCheck 1.0 v1.0 :
s/n: CCQ100434954

CardGames I v2.7 :
Name: DoH RuLeZ!
s/n: RG42277

CardIRIS v3.9.5 :
s/n: 4395351

Cards+More v2.8 :
s/n: 115882633981226199734549868

Cards+More v4.3 :
s/n: V10752880.35 Jessica Sexton

CardScan v4.0 :
Name/Company: (Anything)
s/n: 00-0400-00345587

CardShop Plus :
s/n: 0729

CA-Realizer v2.0 :
s/n: 1064100-20010

CaRedirect v1.1 :
Name: CORE CMT
s/n: 128U9R-MR9H7

Carello Web v1.0 :
s/n: 01359DE00A4802AA094804600000006E

Carnet v1.4 :
s/n: A6b45zxs

Carolina Poker v1.0 :
s/n: SAIL412V1875

CartSoft v1.0 :
Name: JudgeD
s/n: 101105

CaSaveAtt v1.2 :
Name: CORE CMT
s/n: DUDJ7G-BRBHH

CaSaveMessage v1.1 :
Name: CORE CMT
s/n: MZCAJW-MRJ3K

Cascader v1.0 :
Name: L!M!T / The Exterminators
s/n: 1649014045

Case Linr v5.6 :
Name: CiB
s/n: r8aq6GcQLn

Case Linr v5.9.3 :
Name: davy - blizzard
s/n: U9U0e25DDh

Case Linr v5.94 :
Name: DSi TEAM
s/n: u2JiAjTkLn

CashBack ScreenSaver v1.x :
Name: Aurora
s/n: ee71ba4a2a6736d8

Casino Madness 98 v1.5.1 :
Name: Author Grubbs
Password: Giraffe
s/n: 28219-101701276-CM10

Casino Madness 98 v1.5.4 :
Name: Pamela Williamson
Password: Apopka
s/n: 29653-116447331-CM14

Casino Software Stationery Paper Maker v4.1 :
Name: dustie of blizzard
Company: blizzard
s/n: 97LB304435N89B9779B3

Casual Writer v1.21 :
s/n: 039847960003

Casual Writer v1.21b :
s/n: 039826480015

Catalog Builder v1.0 :
Name: Stuart Cave
s/n: 2921013514440222

Catalyst v3.00.095.0 :
Name: Diego Abramzon at Heritage
s/n: 12031420030126

Catalyst v3.14 :
Name: Orion YOung
Company: Heroes In Darkness
s/n: 120314-7890-9914

Catalyst v3.14.04 :
Name: Diego Abramzon at Heritage
Company: PGC PIMPS 1998
s/n: 12031420030126

Catalyst v3.14.06 :
s/n: 12031420040102

Catalyst v3.14.07 :
Name: Diego Abramzon at Heritage
Company: PGC
s/n: 120314-2003-0126

Catalyst v3.15.04 :
Name: KAREN LUTZ
s/n: 12031420050135

Catalyst SocketTools Standard Edition v2.12 :
s/n: 47-0116282-489

Catch the Wave v3.00 :
s/n: 7004459

Catdisk v9.00 :
Name: Maroon
s/n: G445000QIR

CatFinder v1.5.5 :
Name: shadow fax
s/n: 109176985 or
s/n: 235642596 or
s/n: 235983691 or
s/n: 258605775 or
s/n: 453029002 or
s/n: 687233582

Cat-O-Phile v2.0 :
s/n: CHAMCHELA

Catz v2.0 :
s/n: 3115-6978-7745

Catz :
s/n: 1287-6097-3288 or
s/n: 5501-8984-3486

Caucus v4.0 :
Name: PREMiERE
Company: (Anything)
s/n: 8sfj-s1f7-s32g-s2sd

CB Suite for Delphi3 v7.5 :
Name: cbs
s/n: c9734

CC Mail v1.11 :
s/n: 19342 030390

CC Mail v4.0 :
s/n: 19340 030380

CC Mail DOS v2.01 :
s/n: 19344 030400

CC Rider Code Visualizer Deluxe v6.1g :
s/n: CCR-68012
16-bit: 11274497
32-bit: 11272457
Deluxe: 590252

CCGREP v96.7.25 :
FirstName: tHATDUDE
LastName:: PC'96
Company: Cracker
s/n: CYBERGREP

CCS Mini Phone Book v4.98.1230 :
Name: IBH-RiP [Blizzard]
s/n: 17440769

CCS Mini Phone Book v4.98.330 :
Name: Sune / KAC 1998
s/n: 17440125

CCS Mini Phone Book v4.98.335 :
Name: Dr Weird
s/n: 17439782

CCS Mini Phone Book v4.98.337 :
Name: LordFritz-MFD
s/n: 17440304

CCS Mini Phone Book v4.99.0111 :
Name: Registered
s/n: 17440119

CCZip PRO v3.2 :
s/n: 012-345-678-901-010-101-010-101

CD Alarm v2.2 :
Name: Durk [pc97]
s/n: 2WG18398D

CD Booklet v2.02 :
FirstName: Ryder
LastName:: H00k
RegNum: MOPs9804021021212210
License: 12345678
Key: 10537

CD Box Labeler 98 v2.4.5 :
Name: SiraX/CORE
s/n: 90246

CD Box Labeler 98 v3.1.2 :
Name: VERSUS
s/n: 54214

CD Box Labeler 98 v3.1.4 :
Name: LOMAX
s/n: 46105

CD Box Labeler Pro v1.0 :
Name: Azrael [PC]
s/n: GPS-335768-548584

CD Box Labeler Pro v1.1 :
Name: Daniel Roth
s/n: GPS-546516-892908

CD Box Labeler Pro v1.2.1.726 :
Name: dustie of blizzard
s/n: GPS-962654-1572802

CD Box Labeler Pro v1.2.1.731 :
Name: EViL '99
s/n: GPS-135736-221768

CD Chicago v2.11.0 :
Name: Nobody
Company: [uCF]
s/n: 2852116413-CDChicago-8312557330

CD Copy v1.0 :
s/n: C.012169

CD Cover v2.02 :
FirstName: Ryder
LastName:: H00k
RegNum: MOPs9801020210101100
License: 12345678
Key: 23725

CD Directory v1.0.x : 0400-4880-7344-0743 or
0400-5283-5483-8636 or
0400-5045-8441-9806

CD Everywhere v1.2.1 :
Name: SKIMP ALLEN
s/n: AgcEB88AHWnv60Z14R8AeZyWiYs/fII=

CD Label Printer Pro v1.1.1 :
Name: SPICE-CRACKING-FORCE
s/n: 498673851

CD Manager :
s/n: 92083

serial numbers, software programmes, passwords, programmes, software, registration, software registration Get your software programmes operating with this serial and password index.
CD Menu Generator v2.25 :
Name: Dana Stone
s/n: 954993300

CD Menu Generator v2.27 :
Name: Garry Hatton
s/n: 1891928390

CD Namer v2.0.x : 0027001335 'Anonymous'

CD Player v1.32 :
s/n: VW926AR2

CD Player :
s/n: VW926AR2

CD Right Plus v1.1.251 :
s/n: ABCD1F-123456

CD Runner v7.01 :
s/n: TRQ-4632-3JD

CD Spectrum Pro v3.3.331 :
s/n: 11181 or
s/n: 64222

CD Spectrum Pro v3.4.341 :
s/n: 64222

CD Spectrum Pro v3.4.345 :
s/n: 51095

CD Spectrum Pro v3.4.349 :
s/n: 65222

CD Spectrum Pro v3.5.3500 :
s/n: 16677

CD Spectrum Pro v3.5.3502 :
s/n: 65222 or
s/n: 66222 or
s/n: 52095 or
s/n: 53095 or
s/n: 11181

CD Streamer v3.0.1d :
s/n: S/SANELLI/FIST+MASTER.LUCIAN.NET/EED17E67

CD Throttle v0.991 :
Name: GWA
s/n: 1D10000EC2DF

CD Valet v3.01 :
Name: CGTDRDQDLBB SCPDGL
s/n: bfdde-fcfdf-fcccb-afddf

CD Wizard v3.10 :
FirstName: MaC
Initials: uCF
LastName:: Thunderbyte
Key: 20517
s/n: 12349

CD Wizard Pro v4.2 :
Name: Jamiroquai
Company: Council
s/n: 23409-10457365-44754

CD Wizard Pro v4.2.3.1.9 :
s/n: 37319-10442644-11066

CD Wizzard v2.0 :
s/n: cw76548596D37111

CD Wizzard v4.35 :
FirstName: Serial
Initial: N
LastName:: Heaven
s/n: 538

CD Wizzard v4.60 :
FirstName: pSi Initial: VRS
LastName:: VERSUS
s/n: 5113

CD Wizzard v4.61 :
FirstName: BaMa Initial: 98
LastName:: WeaPoN
s/n: 5490

CD-Automatic v1.0 :
Name: CORE
s/n: 864511129

CD-Booklet v2.01 :
FirstName: Ryder
LastName:: H00k
RegNum: MOPs9804021021212210
License: 12345678
Key: 10537

CD-Box Labeler 98 v3.1.7 :
Name: Envelope
s/n: 73934

CD-Cover v2.01 :
FirstName: Ryder
LastName:: H00k
RegNum: MOPs9801020210101100
License: 12345678
Key: 23725



CDDA :
s/n: D16C37D17575F13737370012657

CDEdit v1.0 :
Name: n03l
s/n: 5333299986665333 or
Name: Spider]PC98
s/n: 87675692495

CDF FIRE - The Program v1.0 :
Name: Spider] PC n GLoW
Company: Spider's Professional
s/n: 71427668

CD-Gen v4.1 :
s/n: GEN-W-9507-008

CDH Image Explorer Pro v2.0 :
Name: SiraX
Company: DNG
s/n: 6A2EACCB6455F62

CDH Image Explorer Pro v2.1 :
Name: David Northwood
s/n: 5A6AAC4381D9351

CDH Image Explorer Pro v2.16 :
Name: SiraX/CORE
Company: CORE
s/n: 6A2EACCB6455F67

CDH Image Explorer Pro v2.2 :
Name: SiraX
s/n: 6A2EACCB6455F62

CDH Image Explorer Pro v3.2 :
s/n: 4AB6AC3G33GB711



CDH Image Man Pro v2.12 :
Name: SiraX
s/n: 6A4FACFDBAGDG62

CDH Image Man Pro v2.13 :
Name: Jacinto Santos
s/n: 5AB5AC5G6GE868G

CDH Image Man Pro v2.15 :
Name: SiraX
s/n: 6A4FACFDBAGDG62

CDH Image Man Pro v2.17 :
Name: SiraX/CORE
Company: CORE
s/n: 6A4FACFDBAGDG1B

CDH Image Man Pro v2.2 :
Name: Sirax
s/n: 6A4FACFDBAGDG62

CDH Mail Bagger v1.1 :
Name: Jacinto Santos
s/n: 5ACEACD6C68D3G4



CDH Zip Control v1.06 :
Name: SiraX/CORE
Company: CORE
s/n: 6A3CAC1B378G847

CDH Zip Control v1.1 :
Name: Michel Roy
s/n: 5ADBACB26917616

CD-List Maker 98 v1.0 :
Name: SaSH0r
s/n: 30742042980

CDMenu v1.07 :
s/n: CD-10-347217-ENG-95863


CDOrc - MenuOrc v4.0 :
Name: German Warez Alliance
s/n: 709-636-AEA-549

CDPlayer v3.xx :
Name: THE RiDDLER [E0D/P0W]
s/n: 79FB

CDProw v2.3 :
s/n: 28372425


CD-Quick Cache v1.10 :
Name: Dir&Mir
s/n: 96EE

CD-Quick Cache v1.11 :
Name: Batman
s/n: DDB4

CD-Quick Cache v1.20 :
Name: DIR&MIR
s/n: 96EE or
Name: 2U
s/n: D987

CD-Quick Cache v1.30 :
Name: Me
s/n: DF92

CD-Quick Cache v3.10 :
Name: Warp
s/n: A14E

CD-Quick Cache v3.21 :
Name: PC99
s/n: D473

CD-Quick Share v1.0 :
s/n: 1021-0656-3338-4191

CDR Box Labeler Pro v1.2 :
Name: dustie of blizzard
s/n: GPS-962654-1572802

CD-R Diagnostic v1.1.5 :
Name: LOMAX
s/n: 505005005



Cdr Labels v3.0+ :
Initials: snh
Line1: 35786796
Line2: 354551340

CDRCue v1.0 :
Name: djHD (c) UCF
s/n: d8f84121-8089b23c-a298995c-2a094cf2

CDRCue v1.0b :
Name: LOMAX [DSi]
s/n: ade9af4e-7289e779-6745119a-83d44a5e or
Name: Golem
s/n: a4130f91-ba723731-d230af61-4494e6cb


UnlockCode
: 58286BA1-6FE321B6-9DE9C146-C5D8C612
CheckCode
: 9DF0ADB3-37CB4A17-F20AE0F0-583107

CDRWIN v3.5c :
Name: DjKinley
Company: Welfare
UnlockCode
: 18e8ae35-512e3166-3c2a3edf-3a49624d
CheckCode
: 22a1cc78-49c69f53-6d040fb9-06635c92

CDRWIN v3.6b :
Name: Finn Mac CooL
Company: #CRACKS
UnlockCode
: FF103680-3CDC16AE-D8B9529C-563CAA5A
CheckCode
: A92C9CDA-C3CC202E-E4654432-8E85F8C6

CDRWIN v3.7c :
Name: Regged
Company: http://crcpl.topnet.pl
UnlockCode
: 6DB8BC4D-73C06579-F742D32E-D789BD22
CheckCode
: BA31016F-1E78D934-8482B657-20CB6E0C

CDRWIN v3.7d :
Name: CoKeBoTtLe99
Company/Email: Cokebottle@thefactory.com
Unlock Code
: 60D015F4-600893EB-BEFF5755-53E4E943
Check Code
: 3334FCB7-00D8861F-DEF7C4BE-ED1BBE16

CDRWIN v3.7e :
Name: dj-StaT
Company: GWC
Unlock: 2038D59B-4E2CCC08-2BD73E10-3AB36E55
Check: 1A8BBBCE-6E141993-65FBF218-11645045

CDRWIN v3.7f :
Name: Gordon
Company: Softforum
Unlock: FA2C39E9-2E4605F-F78E8397-873D3D40
Check: 7D1104A9-F8C859B6-F56AE3C8-70B3BED7

CDView Pro v1.32 :
Name: dv blizzard
s/n: 193EF047C048C672DE331C3

CD-Write v1.1 :
s/n: 111010065995601

CE Tiles v1.0 :
s/n: 100369

CEBware Aniform v2.1 :
Name: 4
s/n: 1-2-3


CGI Star Pro v3.1 :
s/n: CPXXXX-US173-JK1N1-87437-3207634

CGI Star Pro v3.3 :
s/n: CP1013-US173-JK1N1-31337-3207634

CGI Star Pro v3.5 :
s/n: CP0000-US173-JK1N1-00000-3207634

CGI Star Pro v3.6 :
s/n: CP13358-US173-JK1N1-J7688-3207634

CGIexecutor v1.02 :
s/n: 11100000

CGIMailer v1.10 :
s/n: X3C3yXXC

CGIMailer v2.00 :
s/n: C3C3yCXC

Chacal Pager :
First, Go to PCBSETUP /B/B , Edit CMD.LST (With F2)
Insert a line for another command (With ALT-I).
And put: COMMAND: O ; FILE SPECIFICATION:
DRIVE:\PPEPATH\PVM-CHPA.PPE

Chain Link v1.2.2 :
s/n: 817K4153

Chamaleon NFS v4.5 :
s/n: 34768840199594I3
Key: 2FA2

Chameleon v4.5 :
s/n: 34866345044981I3
Key: EAAB or
s/n: 34866345051840I3
Key: A171

Chameleon v4.x :
s/n: 34059131041712 S3
Key: A224

Chameleon Clock v1.1a :
s/n: PW-LOCK-6YJA-YLFN-M7QJ

Chameleon Clock v1.22 :
s/n: PW-LOCK-6YJA-YLFN-M7QJ

Chameleon NFS v3.14 :
s/n: 3433223117197 P3
Key: C4ED
NetworkAuth: 077633
AccessCode
: 1-3-0-671515

Chameleon NFS v4.01 :
s/n: 34649640121147S3
Key: D7D0

Chameleon NFS v4.5 :
s/n: 34768840199594I3 2FA2

Chameleon NFS v5.0 :
s/n: 34933445047297S3
Key: B72E

Championship Slots v1.1 :
s/n: 289700

Championship Spades v5.1c :
Name: IBH-RiP [tNO]
s/n: 24138

Championship Spades v6.1 :
Name: Gorgeous Ladies Of Warez
s/n: 51688

Championship Spades v6.2 :
Name: IBH-RiP [Blizzard]
s/n: 37789

Championship Spades v7.1 :
Name: Orion
s/n: 12850

Chance NBA v4.03 :
s/n: 1043096320

Channel Maker v1.01 :
Name: Robert Eskapa
s/n: iGXKiWRav

Character Studio v0.2.27 :
s/n: 80a4020f

Character Studio v1.15 : (
ID: 629-00067174)
s/n: e34e4a7d

Character Studio v1c1 :
ID: 629-00000666
s/n: E34E4A7D

Character Studio v2.1 :
s/n: 3d2525b7

Character Studio v2.33 Beta :
s/n: 80a4020f

Character Time v1.02 :
Name: ^pain^ '97
Company: Rebels
s/n: 21375IL

Charly The Clown :
Name: Manuel Reis Costa
Address: Rua Andro de Castro,249 2 Dto
City: Portugal, 4400 Vila Nova de Gaia

Charm v1.0 :
Name: CORE/ITR
s/n: 3754277

Charm v1.1 :
Name: Warp
s/n: 6536475

Charm Estimating Software v1.1 :
Name: Azrael [PC]
s/n: 4736658

Charon Software SysTray Control v1.2 :
1) Put a SysTray control on a form.
2) Click on the SysTray control on your form.
3) Select "About..." from the Properties box.
4) Click on the "Enter Registration Code" button.
Name: MANIFEST Inc.
s/n: 4cvrq3

Chat with Lisa :
bbs: Registered BBS
FirstName: Registered
LastName:: Sysop
s/n: 456600268275

ChatSpace IRC Server v1.3 :
s/n: AB3AA472BBEF453388966A0E4AC59C43

ChatSpace IRC Server v1.4 (Build 16) :
Name/Company: (Anything)
s/n: 6D4DC8CCE706D57DBEFB4189C66B2AF0

ChatWare v1.1c :
s/n: kr8dhdl-49r8gtxcrkf2g7m7r-dzytu

Cheap Date v2.0 :
s/n: CORE---DRW00298

Cheap Date v4.0 :
s/n: CORE98-eww-0298

Cheap Date v4.0.7 :
s/n: TRPS'98ewwZ0298

Cheat Master :
Make a empty file "A FOREST.SIG"
(Free space between A and F is very important)

Cheaters Lair v3.1 :
s/n: 66931123AT

Cheaters Liar v3.0 :
s/n: 66931123AT

Check Email Pro v1.0 :
Name: Darkie
s/n: 123456 890123 567890

Check Files v1.5a :
Name: CORE CMT
s/n: 3789260943

Check List :
s/n: D2-002587

Check Mail v1.02 :
Name: Gordon Liu
s/n: 5582-9144-35

Check Up v1.5 :
Name: Wayward
Company: TEAM SiEGE
s/n: 666
String: CVKNJJLAOIDDIJB

Check Wizard v1.22 :
Name: Decline/Laxity
s/n: 7011-10059-16788-0865-1000

CheckBook v2.0 :
Name: The Exterminators
s/n: 884-697442

CheckBook v2.5.5 :
Name: PGC99-Team
s/n: 641-697320

CheckIt v4.0 and 5.0 :
s/n: 000-237032



CheckPop v1.5 :
s/n: 269624

CheckPop Standard v1.53 :
Install: 0-2832-803-3577-1-116
s/n: 268184

ChemDraw Plus v3.0 :
s/n: 40770
Code: CQXWPQ


s/n: 99999
Code: XSXPNMZQA
Pro-Plugin:
s/n: 99999
Code: ZUDTZOBTO

ChemFolder v3.6 :
Main: 9J74G0P0V9JF14LG
Addon: 9J7440003V9JFWWQ

ChemOffice WebServer 98 :
s/n: 99999
Code: NYXXUYJYA

ChemOffice 2000 Ultra :

Civil Design for Land Development Desktop v1.02 :
s/n: 117-99703105
CDKey: W36H

Civil Design for Land Development Desktop :
s/n: 117-99703105
CDKey: W36H

CivilDraft v5.6 :
Name: Chumbawamba aka The Bottlerocket
Company: X-Force World Domination
s/n: 00000083000000 Reg: 1918086442
License: 1922715057

CK Clipboard v2.2 :
Name: Grafix [GGC]
s/n: 3769-3498-1500-00

CK Escape v1.2 :
Name: DASavant [AnThraX]
s/n: 3444-2485-DASavant

Claim DoX v2.5 :
s/n: CD229192212

Clarion v1.002 :
s/n: 407457

Clarion v1.5 :
s/n: 40734X or
s/n: 40735X

Clarion v2.0 :
s/n: 721266-JBC

Clarion Pro v4 :
s/n: 821686-FWF

Claris Easy Business Card Maker :
s/n: 0005866781

Claris Emailer v1.0 :
s/n: f804977886.3295

Claris File Maker Pro Deluxe v2.1 :
s/n: 0006063450

Claris Home Page v3.0 :
s/n: 312013008240

Claris Homepage v2.0 :
s/n: 0005866781

Claris Impact v1.0.x :
s/n: 0003116155 or
s/n: 0003119496

Claris Impact v2.0 :
s/n: 0006055899

Claris Organizer v1.0v2 :
Enter any number with 6 or more digits

ClarisWorks v4.0 :
s/n: 011-245578-112

Clasp 2000 v3.0.3 :
Name: Chafe/TEX99
s/n: 418333-128331EX99-3623322

Clasp 97 v2.1.2 :
Name: Phrozen Crew
s/n: 424675-172725CREW-3838950

Class Parser v1.1 :
s/n: Bark!-0001-0001-0003

ClassExpert for Borland C++ Builder 3 v3.41 :
Name: Judy Conley
s/n: 66618

ClassExplorer Pro v2.01 :
Name: Che Ming
s/n: EDF6C633
Code: BA4B32-8C01DA-4B64C0-C5BB5A

ClassExplorer Pro v4.0 :
Name: Desync Crackers
s/n: 876-5309

ClassExplorer Pro v4.04 For C++ Builder 4 :
Name: fAT cAT/FCN
s/n: D804CA13
Code: D4426F-FD0CE5-91040A-5C104C

ClassExplorer Pro v4.04 For Delphi 4 :
Name: fAT cAT/FCN
s/n: B85E66B6
Code: C01ABD-C574FA-2C9D74-50987E

ClassiCat v1.13 :
Name: TUC PC99
s/n: 031358

Classic Clipboard v1.0 :
Name: ShadE
Company: PGC
s/n: 4278365

Classic Clipboard v1.02 :
AllFields: fjalar and vots
s/n: 4278864

Classic Music Collection v2.5 :
Name: Carol Swafford
s/n: 1876rVz52Q

Classic Mustang Analyzer v4.0 :
Name: iNTENSiTY
s/n: 19641993JCP

Classical Music Collection v3.0 :
Name: Team DSi
s/n: 1876rVz52Q

ClassiCat v1.12 :
Name: Richard Zeluck
s/n: 0009-689-1133-830

ClassiCat v1.13 :
Name: TUC PC99
s/n: 031358

Classify Wolf v1.01 Build 003 :
When you run the program you will see your
first nag screen...go to About then Register and enter:
Name: Blackstar TRPS98
s/n: CW0-456372 When you click OK to reg it...another
screen will pops up and ask you to download the
script to "upgrade"...click No.

Classify Wolf v1.02.1 :
Name: Warp
s/n: CW-112784

ClickOff v1.1.10 :
Name: Decline/Laxity
s/n: w52656159-iceR-l1002732f

Client Biller v2.5 :
s/n: 19735368

Cli-Mate v1.0 :
Name: KAC
s/n: K2697C

Cli-Mate v1.2 :
Name: MANiFEST
s/n: M7793t

Cli-Mate v1.4 :
Name: Azrael [PC]
Code: A12616]

Cli-Mate v1.5 :
Name: TUC PC99
s/n: T68839

serial numbers, software programmes, passwords, programmes, software, registration, software registration Get your software programmes operating with this serial and password index.
Clinical Pharmacy v1.2 :
s/n: 6015526

Clinical Pharmacy :
s/n: 9412345

Clip & Keep v1.0 :
Name: Arcane
Company: [UCT]
s/n: 0000-000000-9600D4

Clip Magic v2.0 :
Name: Eugene R. Harden
s/n: 94254526CC4ACBACF787222DG

Clip Magic :
s/n: 56D299834C4A8FACB38B6ECBE

Clip Quik v1.0 :
Name: fungus of blizzard
s/n: 978-310-211-070

Clip Quik v1.03 :
Name: Mr_GReeN [WKT!]
s/n: 104-831-101-097

Clip4Win Database Server v1.01 :
s/n: DDS101065

ClipAid :
Name: The Key
s/n: yeK ehTjeT

ClipBoard Plus v1.2 :
Name: iNT
s/n: 540

ClipCache v2.19 :
s/n: 30050a0f-04090e03

ClipCache v2.19a :
s/n: FEFC5548-51316D56

Clipfolio v1.5.1 :
s/n: 1502091113247000003

ClipHistory v1.1 :
Name: lxcore97
s/n: 1997-55-23421

ClipHound v1.0a :
Name: ypocwar-uct
s/n: 14662

ClipMagic v1.041 :
Name: JEWEL LASAN
s/n: DCE1DC4C2B5A7EAC1F7B49E59

ClipMate v4.0 :
Name: CLIPMATE
s/n: FFF02011948

ClipMate v4.5.1 :
Name: CORE/JES
s/n: 00002049708

ClipMate v5.01.02 :
Name: BaRT SiMPSoN
s/n: GFF6542252648

ClipMate v5.1 :
Name: Azrael [PC]
s/n: G995045600900 or
Name: Skorpien
s/n: G013586054140

ClipMate v5.1.03 Build 115 :
Name: Jumanji [WkT!99]
s/n: GFF4545208508

ClipMate v5.1.04 Build 119 :
Name: CoKeBoTtLe99
s/n: G017907454988


Cursor Maker v0.3 :
s/n: 111062

CURT Target Practice Computer v2.0.0a7 :
s/n: SFAB-1296

Curve Plots v2.11 :
Name: iTR97
Company: CORE
s/n: QJB2mhNdEJ

CU-SeeMe v2.0 :
s/n: DCNE-0110-0ML4-KJCD

CU-SeeMe v2.02 :
s/n: SCNE-O11B-OCSM-A3CL

CU-SeeMe v2.1.1 :
s/n: SCBE-011Y-026T-6XCZ

CU-SeeMe v3.1 :
s/n: SCBTM-JTAHM-PIBCN-TBEJM-ANGBJ or
s/n: SCBTK-NPJGG-PKHEG-MJDCT-TECLM

CU-SeeMe v3.11.16 :
Name: (Anything)
Company: PREMiERE
Email: (Anything)
s/n: SCBPD-LGANG-ACDAC-TACHN-GKLEJ

CU-SeeMe v3.12 :
Name: VERSUS
s/n: SCBPD-LGANG-ACDAC-TACHN-GKLEJ

CU-SeeMe v4.01 :
s/n: SPPCI-EATGM-BPTFH-LPBKK-GTGPT

CU-SeeMe :
s/n: SCNE-011Y-04GN-20CL

CU-SeeMe Pro v4.0 :
s/n: SPPCI-EATGM-BPTFH-LPBKK-GTGPT

Custom Form Border ActiveX :
Name: Lucifuge Rofocale [Weapon]
s/n: 666666666666666644F4D8CF

Custom Form Shape Control v1.05 :
Name: Lucifuge Rofocale [Weapon]
s/n: 666666666666666644F456CF

Custom Title Control v1.0 :
Name: Lucifuge Rofocale [Weapon]
s/n: 6666666666666666457A56CF

Customizer v1.1.30 :
Name: Omega [Weapon]
s/n: 408F9D479C228FF6331451422A1D1495D014B

Customware Music Manager v3.0 :
Name: Radium
Company: Radium
s/n: BEV92197IS

Cute DB Explorer v2.0 :
s/n: 5E456F46 B690 11D0 A14E 446374000000

CuteFX v1.0 :
Ctrl+R in the main screen and enter:
Name: Versus 1998
s/n: 11307

CutePage CoolButton v1.0 :
Name: Sickie [TbC]
s/n: AED5D1359FBADF8D or
Email: azrael@phrozencrew.com
s/n: 93FF363230BB40FE

CutePage CoolButton v1.5 :
Name: phase
s/n: 3324C1C18BAF4EF3

CutePage CoolMenu v2.1 :
Name: Sickie [TbC]
s/n: B245464C72E5FBD8 or
Email: azrael@phrozencrew.com
s/n: 131C269688D144D1

CutePage CoolMenu v2.5 :
Name: TORN@DO '99 [ECLiPSE]
s/n: 6AD2C6353BD6C0E9

CutePage CoolText v1.1 :
Name: Sickie [TbC]
s/n: 0D3571899721F934 or
Email: azrael@phrozencrew.com
s/n: 5EAC43C50BDFD115

CutePage SlidingMenu v1.1 :
Email: shaligar@lash.net
s/n: 618B021F6BC91CC3

CutePage SlideMenu v1.5 :
Name: Orion
s/n: 91FB4EB3B5BA7C79

Cutter-Joiner v2.1 :
s/n: 709258910501375

Cyber Info Email Notify v3.75a :
Name: Warp98
s/n: 3456265326

Cyber Info Email Notify v4.0d :
Name: Sherman
Code: Shermay
Password: 2017216398869967

Cyber Lom CD Player Gold v1.8 :
s/n: BEE-300-272302

Cyber Marketeer's Companion v1.1 :
Name: (Anything)
Email: sune@microsoft.com
s/n: 467783081113

Cyber Presence 2000 v1.01 :
s/n: 2739688371846390349

Cyber Presence 2000 v2.10 :
Enter the following code at the startup screen:
Code: 105656321033090028
Then click on REGISTER menu and enter the following:
Code: 1683-23234500-25

Cyber Snoop v3.0 :
Name: PREMiERE
s/n: 20-1005-96

Cyber Snoop Pro v3.0 :
s/n: 12116741
Key: 0261-4575

CyberCom v1.00 : (Cyber.exe /R)
Name: TwinHead [TWH/BDC]
s/n: 170169191160190187183186

CyberCom v1.60 : (Cyber.exe /R)
Name: THe aNGRy youTh
s/n: 70715199475842386091505467317934

Cyber-Info Email Notify v3.63 :
Name: scut / blz
s/n: 22674

Cyber-Info Email Notify v3.70 :
Name: jD [dSi]
s/n: 4314584415

Cyber-Info Email Notify v3.78 :
Name: TheDon
s/n: 3573271136

Cyber-Info Email Notify v3.85 :
Name: fallen
s/n: 3613774769

Cyber-Info Email Notify v4.0 :
Name: HaRlEM
Key: 32806
Password: 2017265898870312

Cyber-Info Email Notify v4.51 :
Name: CZY
Key: 22444
Password: 2017242798869737

Cyber-Info Email Notify v4.52 :
Name: mojado
Key: 34162
Password: 2017222998869599 or
Name: CZY
Key: 22444
Password: 2017242798869737

Cyber Info Email Notify v4.56 :
Name: CZY
Key: 22444
s/n: 2017242798869737

Cyber-Info Email Notify v4.66a :
Name: Gordon
Key: 34303
s/n: 2017180098868886

Cyber-Info WebMail Notify v2.75b :
Name: L!M!T
s/n: 2234345856

Cyberlink Linktel v3.0b :
s/n: MT2395E988975311

Cyberlink MediaShow v1.0 :
Name: Donald Sample
s/n: PM6849G191FG9423
Certificate: 1068000000339686

Cyberlink PowerDVD v1.2 :
s/n: MV09868G44521430

CyberMotion XL v2.02 :
Name: PRMPRM
s/n: 267945

CyberOffice 98 :
Name: (Anything)
Com

DAO v3.5b :
Name: wizdaz
Company: [Warp]
UnlockKey
: 64D4FC9E-F1CAB7C7-C170B3A1-B73F2715
CheckKey
: D3EBDB8B-951E4B59-30BA0466-764F94B4



YOU CAN DOWNLOAD VARIOUS SOFTWARE SERIALS AND KEYS A TO Z

FILE SIZE JUST 825.90 KB

DOWNLOAD HERE

DOWNLOAD :

  http://www.ziddu.com/download/13929368/SoftwareserialsandkeysbyCHAITU.rtf.html