Friday, 30 November 2007

Convert all popular video formats to many other formats.




Apex Video Converter
Free 6.34
Convert all popular video formats to many other formats.

Apex Video Converter Free is designed to convert file from
WMV,
ASF,
RM,
RMVB,
MPEG,
VCD,
DVD,
SVCD,
MOV to AVI, Divx, Xvid formats.

Extremely fast conversion speed and friendly user interface let you convert video files between many formats with ease.

The powerful features and unbeatable price make Apex Video Converter Free an affordable and powerful video conversion solution on personal computer.
Download Now
Version 6.34 may include unspecified updates, enhancements, or bug fixes

Monday, 26 November 2007

Untold Secrets About Windows Operating System

This time I have a collection of Tips and Tricks which no body normally knows, the secrets which Microsoft is afraid to tell the people, the information which you will seldom find all gathered up and arranged in a single file. To fully reap this Manual you need to have a basic understanding of the Windows Registry, as almost all the Tricks and Tips involve this file.

****************

Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system

****************

Exiting Windows the Cool and Quick Way

Normally it takes a hell lot of time just Shutting down Windows, you have to move your mouse to the Start Button, click on it, move it again over Shut Down, click, then move it over the necessary option and click, then move the cursor over the OK button and once again (you guessed it) click.This whole process can be shortened by creating shortcuts on the Desktop which will shut down Windows at the click of a button. Start by creating a new shortcut( right click and select New> Shortcut). Then in the command line box, type (without the quotes.)

'C:\windows\rundll.exe user.exe,exitwindowsexec'

This Shortcut on clicking will restart Windows immediately without any Warning. To create a Shortcut to Restarting Windows, type the following in the Command Line box:

'c:\windows\rundll.exe user.exe,exitwindows'

This Shortcut on clicking will shut down Windows immediately without any Warning.

Ban Shutdowns : A trick to Play on Lamers

This is a neat trick you can play on that lamer that has a huge ego, in this section I teach you, how to disable the Shut Down option in the Shut Down Dialog Box. This trick involves editing the registry, so please make backups. Launch regedit.exe and go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane look for the NoClose Key. If it is not already there then create it by right clicking in the right pane and selecting New > String Value.(Name it NoCloseKey ) Now once you see the NoCloseKey in the right pane, right click on it and select Modify. Then Type 1 in the Value Data Box.

Doing the above on a Win98 system disables the Shut Down option in the Shut Down Dialog Box. But on a Win95 machine if the value of NoCloseKey is set to 1 then click on the Start > Shut Down button displays the following error message:

This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

You can enable the shut down option by changing the value of NoCloseKey to 0 or simply deleting the particular entry i.e. deleting NoCloseKey.

Instead of performing the above difficult to remember process, simply save the following with an extension of .reg and add it's contents to the registry by double clicking on it.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoClose"="1"

Disabling Display of Drives in My Computer

This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDrives"=dword:03ffffff

Take Over the Screen Saver

To activate and deactivate the screen saver whenever you want, goto the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ScreenSavers

Now add a new string value and name it Mouse Corners. Edit this new value to -Y-N. Press F5 to refresh the registry. Voila! Now you can activate your screensaver by simply placing the mouse cursor at the top right corner of the screen and if you take the mouse to the bottom left corner of the screen, the screensaver will deactivate.

Pop a banner each time Windows Boots

To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon

Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]

"LegalNoticeCaption"="Caption here."

Delete the Tips of the Day to save 5KB

Windows 95 had these tips of the day which appeared on a system running a newly installed Windows OS. These tips of the day are stored in the Windows Registry and consume 5K of space. For those of you who are really concerned about how much free space your hard disk has, I have the perfect trick.

To save 5K go to the following key in Regedit:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Tips

Now simply delete these tricks by selecting and pressing the DEL key.

Change the Default Locations

To change the default drive or path where Windows will look for it's installation files, go to the key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath

Now you can edit as you wish.

Secure your Desktop Icons and Settings

You can save your desktop settings and secure it from your nerdy friend by playing with the registry. Simply launch the Registry Editor go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane create a new DWORD Value named NoSaveSettings and modify it's value to 1. Refresh and restart for the settings to get saved.

CLSID Folders Explained

Don't you just hate those stubborn stupid icons that refuse to leave the desktop, like the Network Neighborhood icon. I am sure you want to know how you can delete them. You may say, that is really simple, simply right click on the concerned icon and select Delete. Well not exactly, you see when you right click on these special folders( see entire list below)neither the rename nor the delete option does not appear. To delete these folders, there are two methods, the first one is using the System Policy Editor(Poledit in the Windows installation CD)and the second is using the Registry.

Before we go on, you need to understand what CLSID values are. These folders, like the Control Panel, Inbox, The Microsoft Network, Dial Up Networking etc are system folders. Each system folder has a unique CLSID key or the Class ID which is a 16-byte value which identifies an individual object that points to a corresponding key in the registry.

To delete these system Folders from the desktop simply go to the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace{----}

To delete an icon simply delete the 16 byte CLSID value within "NameSpace". The following are the CLSID values of the most commonly used icons:

My Briefcase:{85BBD920-42AO-1069-A2E4-08002B30309D}

Desktop: {00021400-0000-0000-C000-0000000000046}

Control Panel:{21EC2020-3AEA-1069-A2DD-08002B30309D}

Dial-Up-Networking:{992CFFA0-F557-101A-88EC-00DD01CCC48}

Fonts: {BD84B380-8CA2-1069-AB1D-08000948534}

Inbox :{00020D76-0000-0000-C000-000000000046}

My Computer :{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Network Neighborhood:{208D2C60-3AEA-1069-A2D7-O8002B30309D}

Printers :{2227A280-3AEA-1069-A2DE-O8002B30309D}

Recycle Bin :{645FF040-5081-101B-9F08-00AA002F954E}

The Microsoft Network:{00028B00-0000-0000-C000-000000000046}

History: {FF393560-C2A7-11CF-BFF4-444553540000}

Winzip :{E0D79300-84BE-11CE-9641-444553540000}

For example, to delete the Recycle Bin, first note down it's CLSID value, which is: 645FF040-5081-101B-9F08-00AA002F954E. Now go to the Namespace key in the registry and delete the corresponding key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}

Similarly to delete the History folder, delete the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{FBF23B42-E3F0-101B-8488-00AA003E56F8}

Sometimes, you may need to play a trick on your brother or friend, well this one teaches you how to hide all icons from the Desktop. Go to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane create a new DWORD value by the name: NoDesktop and set its value to: 1. Reboot and you will find no icons on the desktop.

Till now you simply learnt how to delete the special system folders by deleting a registry key, but the h@*k would have been better if there was a way of adding the DELETE and RENAME option to the right click context menus of these special folders. You can actually change the right click context menu of any system folder and add any of the following options: RENAME, DELETE, CUT, COPY, PASTE and lots more.

This h@*k too requires you to know the CLSID value of the system folder whose menu you want to customize. In this section, I have taken up Recycle Bin as the folder whose context menu I am going to edit.

Firstly launch the registry editor and open the following registry key:

HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder.

In Case you want to edit some other folder like say the FONTS folder, then you will open the following key:

HKEY_CLASSES_ROOT\CLSID\{CLSID VALUE HERE}\ShellFolder.

In the right pane there will be a DWORD value names attributes. Now consider the following options:

To add the Rename option to the menu, change the value of Attributes to
50 01 00 20

To add the Delete option to the menu, change the value of Attributes to
60 01 00 20

3. To add both the Rename & Delete options to the menu, change the value of Attributes to 70,01,00,20

4. Add Copy to the menu, change Attributes to 41 01 00 20

5. Add Cut to the menu, change Attributes to 42 01 00 20

6. Add Copy & Cut to the menu, change Attributes to 43 01 00 20

7. Add Paste to the menu, change Attributes to 44 01 00 20

8. Add Copy & Paste to the menu, change Attributes to 45 01 00 20

9. Add Cut & Paste to the menu, change Attributes to 46 01 00 20

10.Add all Cut, Copy & Paste to the menu, change Attributes to 47 01 00 20

We want to add only the Rename option to the right click context menu of the Recycle Bin, so change the value of attributes to: 50 01 00 20. Press F5 to refresh and then after rebooting you will find that when you right click on the Recycle Bin a RENAME option pops up too.

To reset the default Windows options change the value of Attributes back to

40 01 00 20

The Registry File which one can create for the above process would be something like the below:

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell-Folder]

"Attributes"=hex:50,01,00,20

To access say the Modem Properties in the Control Panel Folder, the normal procedure is: Click on Start, Click on Settings> Control Panel and then wait for the Control Panel window to pop up and then ultimately click on the Modems icon.

Wouldn't it be lovely if you could shorten the process to: Click on Start> Control Panel>Modems. Yes you can add the Control Panel and also all other Special System Folders directly to the first level Start Menu. Firstly collect the CLSID value of the folder you want to add to the start menu. I want to add Control Panel hence the CLSID value is: 21EC2020-3AEA-1069-A2DD-08002B30309D

Now right click on the Start Button and select Open. Now create a new folder and name it: Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}

NOTE: Do not forget the period after the 'l' in Panel. Similarly all system folders can be added to the Start Menu.(accept My Briefcase, I think)

Deleting System Options from the Start menu

You can actually remove the Find and Run options from the start menu by performing a simple registry h@*k. Again like always Launch the registry editor and scroll down to the below key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.)

To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.

Fed Up of the boring Old Yellow Folder Icons?[Drive Icons Included]

NOTE: This trick hasn't been tried on Win98.

You can easily change the boring yellow folder icons to your own personalized icons. Simply create a text file and copy the following lines into it:

[.ShellClassInfo]

ICONFILE=Drive:\Path\Icon_name.extension

Save this text file by the name, desktop.ini in the folder, whose icon you want to change. Now to prevent this file from getting deleted change it's attributes to Hidden and Read Only by using the ATTRIB command.

To change the icon of a drive, create a text file containing the following lines:

[Autorun]

ICON=Drive:\Path\Icon_name.extension

Save this file in the root of the drive whose icon you want to change and name it autorun.inf For Example, if you want to change the icon of a floppy, SAVE THE icon in a:\icon_name.ico One can also create a kewl icon for the Hard Disk and create a text file [autorun.inf] and store it in "c:\".

Securing NT

By default, NT 4.0 displays the last person who logged onto the system. This can be considered to be a security threat, especially in the case of those who choose their password to be same as their Username. To disable this bug which actually is a feature, go to the following key in the registry editor:

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon

Click and select the ReportBookOK item and create a new string value called DontDisplayLastUserName. Modify it and set it's value to 1.

As a system administrator, you can ensure that the passwords chosen by the users are not too lame or too easy to guess. NT has this lovely utility called the User Manager which allows the administrator to set the age limit of the password which forces the users to change the password after a certain number of days. You can also set the minimum length of passwords and prevent users to use passwords which already have been used earlier and also enable account lockouts which will deactivate an account after a specified number of failed login attempts.

When you log on to Win NT, you should disable Password Caching, this ensures Single NT Domain login and also prevents secondary Windows Logon screen.

Simply copy the following lines to a plain text ASCII editor like: Notepad and save it with an extension, .reg

----------------DISABLE.reg-----------------

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]

"DisablePwdCaching"=dword:00000001

----------------DISABLE.reg-----------------

To Enable Password Caching use the following .reg file:

--------------Enable.reg-----------------

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]

"DisablePwdCaching"=dword:00000000

--------------Enable.reg-----------------



Cleaning Recent Docs Menu and the RUN MRU

The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes.

You can also clear the RUN MRU history. All the listings are stored in the key:

HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

You can delete individual listings or the entire listing. To delete History of Find listings go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU

and delete.

Customizing the Right Click Context Menu of the Start Menu

When you right click on the start menu, only 3 options pop up: Open, Explore, and Find. You can add your own programs to this pop up menu( which comes up when we right click on it.) Open Regedit and go to the following registry key:

HKEY_CLASSES_ROOT\Directory\Shell

Right click on the shell and create a new Sub Key (You can create a new SubKey by right clicking on the Shell Key and selecting New > Key.). Type in the name of the application you want to add to the start menu. I want to add Notepad to the Start Menu and hence I name this new sub key, Notepad. Now right click on the new registry key that you just created and create yet another new key named Command. Enter the ful| path of the application, in this case Notepad in the default value of Command in the right

pane. So I Modify the value of the default string value and enter the ful| pathname of Notepad:

c:\wndows\notepad.exe.

Now press F5 to refresh. Now if you right click on the Start Button you will find a new addition to the Pop Up Menu called Notepad. Clicking on it will launch Notepad.

We can not only add but also remove the existing options in this pop up box.

To delete the Find option, go to the following registry key:

HKEY_CLASSES_ROOT\Directory\Shell\Find

Delete Find. DO NOT delete Open else you will not be able to open any folders in the Start Menu like Programs, Accessories etc.

BMP Thumbnail As Icon

You can actually change the default BMP icon to a thumbnail version of the actual BMP file. To do this simply go to HKCU\Paint.Picture\Default. In the right pane change the value of default to %1. Please note however that this will slow down the display rate in explorer if there are too many BMP thumbnails to display. You can use other icons too, simply enter the pathname.To restore back to the normal change the vale of default back to: C:\Progra~1\Access~1\MSPAINT.EXE,1.

Customizing The Shortcut Arrow

All shortcuts have a tiny black arrow attached to it's icon to distinguish from normal files. This arrow can sometimes be pretty annoying and as a Hacker should know how to change each and everything, here goes another trick. Launch the Registry Editor and go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons.

Now, on the right pane is a list of icons ( we found out that on some systems, Windows 98 especially, the right pane is blank. Don't worry, just add the value as required ). Find the value 29. If it isn't there, just add it. The value of this string should be C:\Windows\system\shell32.dll, 29 ( which means the 30th icon in shell32.dll - the first one begins with 0 ). Now, we need blank icon to do this. Just create one with white as the whole icon. Go here to learn how to create an icon. Once done just change the value to C:\.ico, 0 where "" is the ful| path of the icon file and "0" is the icon in it.

Now for some fun. If the blank icon is a bit boring, change it again. You will find that under shell32.dll there is a gear icon, a shared folder ( the hand ) and much more. Experiment for yourself!

Use Perl to Get List or Services Running on your NT box

Use the following Perl Script to get a list of Services running on your NT system

--------------script.pl-----------------

#!c:\per\bin\perl.exe

use Win32::Service;

my ($key, %service, %status, $part);

Win32::Service::GetServices(' ',\%services);

foreach $key (sort keys %services) {

print "Print Name\t: $key, $services{$key}\n";

Win32::Service::GetStatus( ' ',$services{$key};

\%status);

foreach $part (keys %status) {

print "\t$part : $status{$part}\n" if($part eq "CurrentState");

}

}

-------------script.pl-------------------

Internet Explorer Tricks and Tips

Resizable ful| Screen Toolbar

The ful| Screen option increases the viewable area and makes surfing more enjoyable but sometimes we need the Toolbar but also need to have extra viewing area. Now this h@*k teaches you how to change the size of the Internet Explorer toolbar. This registry h@*k is a bit complicated as it involves Binary values, so to make it simple, I have included the following registry file which will enable the resizable option of the Internet Explorer toolbar which was present in the beta version of IE.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]

"Theater"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,18,00,00,00,1b,00,00,00,5c,\

00,00,00,01,00,00,00,e0,00,00,00,a0,0f,00,00,05,00,00,00,22,00,00,00,26,00,\

00,00,02,00,00,00,21,00,00,00,a0,0f,00,00,04,00,00,00,01,00,00,00,a0,0f,00,\

00,03,00,00,00,08,00,00,00,00,00,00,00

*******************

h@*king TRUTH: Internet Explorer 5 displays the friendly version of HTTP errors like NOT FOUND etc . They are aimed at making things easier for newbies. If you would rather prefer to see the proper error pages for the web server you're using, go to Tools, Internet Options and select the Advanced tab. Then scroll down and uncheck the Show friendly http errors box.

*******************

Making the Internet Explorer & the Explorer Toolbars Fancy

The Internet Explorer toolbar looks pretty simple. Want to make it fancy and kewl? Why not add a background image to it. To do this kewl h@*k launch the Windows Registry Editor and go to the following key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\ Internet Explorer\Toolbar\.

Now in the right pane create a new String Value and name it BackBitmap and modify it's value to the path of the Bitmap you want to dress it up with by rightclicking on it and choosing Modify. When you reboot the Internet Explorer and the Windows Explorer toolbars will have a new look.

Change Internet Explorer's Caption

Don't like the caption of Internet Explorer caption? Want to change it? Open the registry editor and go to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main.

In the right pane create a new String Value names Window Title (Note the space between Window and Title). Right click on this newly created String Value and select Modify. Type in the new caption you want to be displayed. Restart for the settings to take place.

Now let's move on to some Outlook Express Tricks.

Colorful Background

Don't like the boring background colors of Outlook Express? To change it launch the Windows Registry Editor and scroll down to the

HKEY_CURRENT_USER\Software\Microsoft\Internet Mail And News key.

On the left pane, click on ColorCycle or select Edit and Modify in the menu. Now change the value to 1. Close and restart. Now, launch Outlook Express and whenever you open up a New Message, hold down ctrl-shift and tap the z key to scroll to change the background color. Repeat the keystroke to cycle through the colors.

Internet Explorer 5 Hidden Features


Microsoft Internet Explorer 5 has several hidden features which can be controlled using the Windows Registry. Open your registry and scroll down to the following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions

Create a new DWORD value named x(See complete list of values of x below) and modify it's value to 1 to enable it and to 0 to disable it.

NoBrowserClose : Disable the option of closing Internet Explorer.

NoBrowserContextMenu : Disable right-click context menu.

NoBrowserOptions : Disable the Tools / Internet Options menu.

NoBrowserSaveAs : Disable the ability to Save As.

NoFavorites : Disable the Favorites.

NoFileNew : Disable the File / New command.

NoFileOpen : Disable the File / Open command.

NoFindFiles : Disable the Find Files command.

NoSelectDownloadDir : Disable the option of selecting a download directory.

NoTheaterMode : Disable the ful| Screen view option.

h@*king Secrets

Almost all system administrators make certain changes and make the system restricted. System Administrators can hide the RUN option, the FIND command, the entire Control Panel, drives in My Computer like D: A: etc. They can even restrict activities of a hacker my disabling or hiding, even the tiniest options or tools.

Most commonly these restrictions are imposed locally and are controlled by the Windows Registry. But sometimes the smart system administrators control the activities of the hacker by imposing restrictions remotely through the main server.

Poledit or Policy Editor is a small kewl tool which is being commonly used by system administrators to alter the settings of a system. This utility is not installed by default by Windows. You need to install in manually from the Windows 98 Installation Kit from the Resource Kit folder. user.dat file that we saw earlier.

The Policy Editor tool imposes restrictions on the user's system by editing the user.dat file which in turn means that it edits the Windows Registry to change the settings. It can be used to control or restrict access to each and every folder and option you could ever think of. It has the power to even restrict access to individual folders, files, the Control Panel, MS DOS, the drives available etc. Sometimes this software does make life really hard for a Hacker. So how can we remove the restrictions imposed by the Policy Editor? Well read ahead to learn more.

You see the Policy Editor is not the only way to restrict a user's activities. As we already know that the Policy Editor edits the Windows Registry(user.dat) file to impose such restrictions. So this in turn would mean that we can directly make changes to the Windows Registry using a .reg file or directly to remove or add restrictions.

Launch Regedit and go to the following Registry Key:

HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies

Under this key, there will definitely be a key named explorer. Now under this explorer key we can create new DWORD values and modify it's value to 1 in order to impose the restriction. If you want to remove the Restriction, then you can simply delete the respective DWORD values or instead change their values to 0. The following is a list of DWORD values that can be created under the Explorer Key-:

NoDeletePrinter: Disables Deletion of already installed Printers

NoAddPrinter: Disables Addition of new Printers

NoRun : Disables or hides the Run Command

NoSetFolders: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)

NoSetTaskbar: Removes Taskbar system folder from the Settings option on Start Menu

NoFind: Removes the Find Tool (Start >Find)

NoDrives: Hides and does not display any Drives in My Computer

NoNetHood: Hides or removes the Network Neighborhood icon from the desktop

NoDesktop: Hides all items including, file, folders and system folders from the Desktop

NoClose: Disables Shutdown and prevents the user from normally shutting down Windows.

NoSaveSettings: Means to say, 'Don't save settings on exit'

DisableRegistryTools: Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too

will not work.)

NoRecentDocsHistory: Removes Recent Document system folder from the Start Menu (IE 4 and above)

ClearRecentDocsOnExit: Clears the Recent Documents system folder on Exit.

Nolnternetlcon: Removes the Internet (system folder) icon from the Desktop

Under the same key: HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular option):

NODispCPL: Hides Control Panel

NoDispBackgroundPage: Hides Background page.

NoDispScrsavPage: Hides Screen Saver Page

NoDispAppearancePage: Hides Appearance Page

NoDispSettingsPage: Hides Settings Page

NoSecCPL: Disables Password Control Panel

NoPwdPage: Hides Password Change Page

NoAdminPaqe: Hides Remote Administration Page

NoProfilePage: Hides User Profiles Page

NoDevMgrPage: Hides Device Manager Page

NoConfigPage: Hides Hardware Profiles Page

NoFileSysPage: Hides File System Button

NoVirtMemPage: Hides Virtual Memory Button

Similarly, if we create a new subkey named Network, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):

NoNetSetupSecurityPage: Hides Network Security Page

NoNelSetup: Hides or disables the Network option in the Control Panel

NoNetSetupIDPage: Hides the Identification Page

NoNetSetupSecurityPage: Hides the Access Control Page

NoFileSharingControl: Disables File Sharing Controls

NoPrintSharing: Disables Print Sharing Controls

Similarly, if we create a new subkey named WinOldApp, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):

Disabled: Disable MS-DOS Prompt

NoRealMode: Disable Single-Mode MS-DOS.

So you see if you have access to the Windows Registry, then you can easily create new DWORD values and set heir value to 1 for enabling the particular option and 0 for disabling the particular option. But Sometimes, access to the Windows Registry is blocked. So what do you do? Go to the Windows Directory and delete either user.dat or system.dat (These 2 files constitute the Windows Registry.) and reboot. As soon as Windows logs in, it will display a Warning Message informing you about an error in the Windows Registry. Simply ignore this Warning Message and Press CTRL+DEL+ALT to get out of this warning message.(Do not press OK) You will find that all restrictions have been removed.

The most kind of restriction found quite commonly is the Specific Folder Restriction, in which users are not allowed access to specific folders, the most common being the Windows folder, or sometimes even access to My Computer is blocked. In effect, you simply cannot seem to access the important kewl files which are needed by you to do remove restrictions. What do you? Well use the RUN command. (START >RUN). But unfortunately a system administrator who is intelligent enough to block access to specific folder, would definitely have blocked access to the RUN command. Again we are stuck.

Windows is supposed to be the most User Friendly Operating System on earth. (At least Microsoft Says so.)

It gives the User an option to do the same thing in various ways. You see the RUN command is only the most convenient option of launching applications, but not the only way. In Windows you can create shortcuts to almost anything from a file, folder to a Web URL. So say your system administrator has blocked access to the c:\windows\system folder and you need to access it. What do you do? Simply create a Shortcut to it. To do this right click anywhere on the desktop and select New > Shortcut. A new window titled Create Shortcut pops up. Type in the path of the restricted folder you wish to access, in this case c:\windows\system. Click Next, Enter the friendly name of the Shortcut and then click Finish. Now you can access the restricted folder by simply double clicking on the shortcut icon. Well that shows how protected and secure *ahem Windows *ahem is.

****************

h@*king TRUTH: Sometimes when you try to delete a file or a folder, Windows displays an error message saying that the file is protected. This simply means that the file is write protected, or in other words the R option is +. Get it? Anyway, you can stop Windows from displaying this error message and straightaway delete this file by changing its attributes to Non Read Only. This can be done by Right Clicking on the file, selecting Properties and then

unselecting the Read Only Option.

***************

There is yet another way of accessing restricted folders. Use see, DOS has a lovely command known as START. Its general syntax is:

START application_path

It does do what it seems to do, start applications. So in you have access to DOS then you can type in the START command to get access to the restricted folder. Now mostly access to DOS too would be blocked. So again you can use the shortcut trick to launch, c:\command.com or c:\windows\command.com. (Command.com is the file which launches MS DOS).

Accessing Restricted Drives.

The problem with most system administrators is that they think that the users or Hackers too are stupid. Almost all system administrators use the Registry Trick (Explained Earlier) to hide all drives in My Computer. So in order to unhide or display all drives, simply delete that particular key.(Refer to beginning of Untold Secrets Section.)

Some systems have the floppy disk disabled through the BIOS. On those systems if the BIOS is protected, you may need to cr@ck the BIOS password. (For that Refer to the Windows h@*king Chapter). Sometimes making drives readable (Removing R +) and then creating Shortcuts to them also helps us to get access to them.

Further Changing your Operating System's Looks by editing .htt files

If you have installed Windows Desktop Update and have the view as Web Page option enabled, you can customise the way the folder looks by selecting View > Customise this folder. Here you can change the background and other things about that particular folder. Well that is pretty lame, right? We hackers already know things as lame as that. Read on for some kewl stuff.

Well, you could also change the default that is stored in a Hidden HTML Template file (I think so..) which is nothing but a HTML document with a .htt extension. This .htt file is found at: %systemroot%\web\folder.htt.

The %systemroot% stands for the drive in which Windows is Installed, which is normally C:

You can edit these .htt files almost just like you edit normal .HTM or .HTML files. Simply open them in an ASCII editor like Notepad. The following is a list of .htt files on your system which control various folders and which can be edited to customise the way various folders look.

controlp.htt Control Panel

printers.htt Printers

mycomp.htt My Computer

safemode.htt Safe Mode

All these files are found in the web folder in %systemfolder%. The folder.htt file has a line:

'Here's a good place to add a few lines of your own"

which is the place where you can add your own A HREF links. These links would then appear in the folder whose folder.htt file you edited. All this might sound really easy and simple, but you see these .htt files do not contain normal HTML code, instead they contain a mixture of HTML and web bots. Hence they can be difficult for newbies to understand.

Orkut STUFF - Tips and Tricks

Scrap Flooder Script

You must have seen your friends having 2000 or such values in scraps, even you must have thought of having the same.
Now you don't need to chat through scraps any more. There is a much simpler way of increasing Scraps. Its called the Scrap Flooder.
Just copy paste this script in your own or anyones scrap book and wait for few minutes, you will see that the scrap book is full of Scraps.
Here's the Script



Code:
javascript:var i=1;function orkuttricks(){i=i+1;document.forms
[0].elements[2].value= “I have flooded our SCRAPBOOK by this number
of times”+”[green]”+i+”[/green]”;
document.getElementsByTagName(’input’).item(3).click();};
void(setInterval(orkuttricks,500));


Another Script to do this
Code:
javascript:i=9874654;sar=’Flooding by EE-AA-ee-OO ..!![silver]’; a=document.forms[0];a.action+=’&Action.submit=’; setInterval(”i++; a.scrapText.value=sar+i; a.submit()”,500);void(0)


Post Mirror Scraps

Another way of impressing someone is by posting Mirror Scraps.
This is really simple. All you need to do is to type the code
"& # 8 2 3 8" without space and quotes and then type in your message.
Your message will appear in a mirror format.

Post Blank Scraps

Tried to post in Blank Scrap? NO, well just do that you might not know how to that, but I will let you know the procedure for that.
All you need to do is this.
Firstly open any of your friends or your own scrapbook.

1. Type in to enable the italics command and then press enter as many times as you want, this will actually decide the length of Blank Scrap.
2. Then type in to end the italics command and press the submit button.
3. You will see a blank scrap in that scrapbook. This can also be done through Bold() and Underline() commands as well.

Access blocked websites !!!!

Websites which have been blocked in many countries can be accessed.Here are some tricks that might help :

1.Proxy server :Use a proxy server to access restricted sites.A proxy server (or proxies) is a normal computer that hides the identity of computers on its network from the Internet. Which means that only the address of the proxy server is visible to the world and not of those computers that are using it to browse the Internet. Just visit the proxy server website with your Web browser and enter a URL (website address) in the form provided.
List of Proxy servers
Just click on this link and it will take you to a page having a long list of proxies.You can either choose one yourself or let the service choose a random proxy for you.You can now visit any site with these proxy servers.
Also bookmark the DMOZ directory of free web-based proxy services and DMOZ directory of free proxy servers .


2.Convert ip to decimal:The third trick may work at some places and wont at others.This is a lesser known trick i came across recently.Suppose you want to access www.orkut.com.

Go to start->run type cmd.
Now type ping www.orkut.com (space between ping and www)
You will get an ip address for www.orkut.com ,note it down.
Now go to http://www.allredroster.com/iptodec.htm
Enter the ip in the enter ip address field and press calculate.You will get an address in Decimal field.This is it.Copy this address and type it in your browser,if lucky www.orkut.com or any other blocked site for which you do this should open.

For example,for orkut you get the decimal address as http://72.14.209.87
If u like the post please comment....
Note:Press ctrl+d to bookmark this page.Visit the site often as it is reularly updated with the latest hacks and tricks.

Windows RUN Commands...

Windows RUN Commands...

Wanted to Browse fast in windows. Remember these commands.
This will really save a lot of time of your. There are many
commands which you might have never seen or never knew.
There are certain properties of windows which you hardly know
exist in windows. Here is a list of 112 run commands.

Windows Run Commands

Accessibility Controls------- access.cpl
Add Hardware Wizard------- hdwwiz.cpl
Add/Remove Programs------- appwiz.cpl
Administrative Tools------- control admintools
Automatic Updates------- wuaucpl.cpl
Bluetooth Transfer Wizard------- fsquirt
Calculator------- calc
Certificate Manager certmgr.msc
Character Map charmap
Check Disk Utility------- chkdsk
Clipboard Viewer------- clipbrd
Command Prompt------- cmd
Component Services------- dcomcnfg
Computer Management------- compmgmt.msc
timedate.cpl------- ddeshare
Device Manager------- devmgmt.msc
Direct X Control Panel (If Installed)*------- directx.cpl
Direct X Troubleshooter------- dxdiag
Disk Cleanup Utility------- cleanmgr
Disk Defragment------- dfrg.msc
Disk Management------- diskmgmt.msc
Disk Partition Manager------- diskpart
Display Properties------- control desktop
Display Properties------- desk.cpl
Display Properties (w/Appearance Tab Preselected)------- control color
Dr. Watson System Troubleshooting Utility------- drwtsn32
Driver Verifier Utility------- verifier
Event Viewer------- eventvwr.msc
File Signature Verification Tool------- sigverif
Findfast------- findfast.cpl
Folders Properties------- control folders
Fonts------- control fonts
Fonts Folder------- fonts
Free Cell Card Game------- freecell
Game Controllers------- joy.cpl
Group Policy Editor (XP Prof)------- gpedit.msc
Hearts Card Game------- mshearts
Iexpress Wizard------- iexpress
Indexing Service------- ciadv.msc
Internet Properties------- inetcpl.cpl
IP Configuration (Display Connection Configuration)------- ipconfig /all
IP Configuration (Display DNS Cache Contents)------- ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)------- ipconfig /flushdns
IP Configuration (Release All Connections)------- ipconfig /release
IP Configuration (Renew All Connections)------- ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS)------- ipconfig /registerdns
IP Configuration (Display DHCP Class ID)------- ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)------- ipconfig /setclassid
Java Control Panel (If Installed) jpicpl32.cpl
Java Control Panel (If Installed)------- javaws
Keyboard Properties------- control keyboard
Local Security Settings------- secpol.msc
Local Users and Groups------- lusrmgr.msc
Logs You Out Of Windows------- logoff
Microsoft Chat------- winchat
Minesweeper Game------- winmine
Mouse Properties------- control mouse
Mouse Properties------- main.cpl
Network Connections------- control netconnections
Network Connections------- ncpa.cpl
Network Setup Wizard------- netsetup.cpl
Notepad------- notepad
Nview Desktop Manager (If Installed)------- nvtuicpl.cpl
Object Packager------- packager
ODBC Data Source Administrator------- odbccp32.cpl
On Screen Keyboard------- osk
Opens AC3 Filter (If Installed)------- ac3filter.cpl
Password Properties------- password.cpl
Performance Monitor------ perfmon.msc
Performance Monitor------- perfmon
Phone and Modem Options------- telephon.cpl
Power Configuration------- powercfg.cpl
Printers and Faxes------- control printers
Printers Folder------- printers
Private Character Editor------- eudcedit
Quicktime (If Installed)------- QuickTime.cpl
Regional Settings------- intl.cpl
Registry Editor------- regedit
Registry Editor------- regedit32
Remote Desktop------- mstsc
Removable Storage------- ntmsmgr.msc
Removable Storage Operator Requests------- ntmsoprq.msc
Resultant Set of Policy (XP Prof)------- rsop.msc
Scanners and Cameras------- sticpl.cpl
Scheduled Tasks------- control schedtasks
Security Center------- wscui.cpl
Services------- services.msc
Shared Folders------- fsmgmt.msc
Shuts Down Windows------- shutdown
Sounds and Audio------- mmsys.cpl
Spider Solitare Card Game------- spider
SQL Client Configuration------- cliconfg
System Configuration Editor------- sysedit
System Configuration Utility------- msconfig
System File Checker Utility (Scan Immediately)------- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)------- sfc /scanonce
System File Checker Utility (Scan On Every Boot)------- sfc /scanboot
System File Checker Utility (Return to Default Setting)------- sfc /revert
System File Checker Utility (Purge File Cache)------- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)------- sfc /cachesize=x
System Properties------- sysdm.cpl
Task Manager------- taskmgr
Telnet Client------- telnet
User Account Management------- nusrmgr.cpl
Utility Manager------- utilman
Windows Firewall------- firewall.cpl
Windows Magnifier------- magnify
Windows Management Infrastructure------- wmimgmt.msc




Accessibility Controls --------- access.cpl
Accessibility Wizard --------- accwiz
Add Hardware Wizard --------- hdwwiz.cpl
Add/Remove Programs --------- appwiz.cpl
Administrative Tools --------- control admintools
Adobe Acrobat (if installed) --------- acrobat
Adobe Designer (if installed) --------- acrodist
Adobe Distiller (if installed) --------- acrodist
Adobe ImageReady (if installed) --------- imageready
Adobe Photoshop (if installed) --------- photoshop
Automatic Updates --------- wuaucpl.cpl
Bluetooth Transfer Wizard --------- fsquirt
Calculator --------- calc
Certificate Manager --------- certmgr.msc
Character Map --------- Charmap
Check Disk Utility --------- chkdsk
Clipboard Viewer --------- clipbrd
Command Prompt --------- cmd
Component Services --------- dcomcnfg
Computer Management --------- compmgmt.msc
Control Panel --------- control
Date and Time Properties --------- timedate.cpl
DDE Shares --------- ddeshare
Device Manager --------- devmgmt.msc
Direct X Control Panel (If Installed)* --------- directx.cpl
Direct X Troubleshooter --------- dxdiag
Disk Cleanup Utility --------- cleanmgr
Disk Defragment ------- dfrg.msc
Disk Management -------- diskmgmt.msc
Disk Partition Manager --------- diskpart
Display Properties ----------- control desktop
Display Properties ----------Desk.cpl
Display Properties (w/Appearance Tab Preselected) --------- control color
Dr. Watson System Troubleshooting Utility ------------ drwtsn32
Driver Verifier Utility ------------ verifier
Minesweeper Game -------- winmine
Mouse Properties --------- control mouse
Mouse Properties ---------- main.cpl
Nero (if installed) --------- nero
Netmeeting ------------- conf
Network Connections ---------- control netconnections
Network Connections --------- ncpa.cpl
Network Setup Wizard ---------- netsetup.cpl
Notepad --------- notepad
Nview Desktop Manager (If Installed) ------- nvtuicpl.cpl
Object Packager ---------- packager
ODBC Data Source Administrator ------ odbccp32.cpl
On Screen Keyboard --------- osk
Opens AC3 Filter (If Installed) --------- ac3filter.cpl
Outlook Express ------------- msimn
Paint ------------ pbrush
Password Properties -------- password.cpl
Performance Monitor ------- perfmon.msc
Performance Monitor --------- perfmon
Phone and Modem Options ------- telephon.cpl
Phone Dialer --------- dialer
Pinball Game --------------- pinball
Power Configuration --------- powercfg.cpl
Printers and Faxes ------- control printers
Printers Folder --------- printers
Private Character Editor --------- eudcedit
Quicktime (If Installed) --------- QuickTime.cpl
Quicktime Player (if installed) ------------- quicktimeplayer
Real Player (if installed) ------------- realplay
Regional Settings ----------- intl.cpl
Registry Editor --------- regedit
Registry Editor -------- regedit32
Remote Access Phonebook -------- rasphone
Remote Desktop --------- mstsc
Removable Storage --------- ntmsmgr.msc
Removable Storage Operator Requests --------- ntmsoprq.msc
Resultant Set of Policy (XP Prof) ---------- rsop.msc
Scanners and Cameras ------------ sticpl.cpl
Scheduled Tasks ----------- control schedtasks
Security Center ----------- wscui.cpl
Services -------------- services.msc
Shared Folders ----------- fsmgmt.msc
Shuts Down Windows ------- shutdown
Sounds and Audio ------------ mmsys.cpl
Spider Solitare Card Game -------- spider
SQL Client Configuration --------- cliconfg
System Configuration Editor --------- sysedit
System Configuration Utility --------- msconfig
System File Checker Utility (Scan Immediately) ---------- sfc /scannow
System File Checker Utility (Scan Once At Next Boot) ---------- sfc /scanonce
System File Checker Utility (Scan On Every Boot) -------------- sfc /scanboot
System File Checker Utility (Return to Default Setting) ----------- sfc /revert
System File Checker Utility (Purge File Cache) ------------ sfc /purgecache
System File Checker Utility (Set Cache Size to size x) ------------ sfc /cachesize=x
System Information ----------- msinfo32
System Properties --------- sysdm.cpl
Task Manager ------------ taskmgr
TCP Tester ------------ tcptest
Telnet Client --------- telnet
Tweak UI (if installed) ------------ tweakui
User Account Management ------------ nusrmgr.cpl
Utility Manager --------- utilman
Windows Address Book --------- wab
Windows Address Book Import Utility ----------- wabmig
Windows Backup Utility (if installed) ------------ ntbackup
Windows Explorer ------------- explorer
Windows Firewall ---------- firewall.cpl
Windows Magnifier ------------- magnify
Windows Management Infrastructure ----------- wmimgmt.msc
Windows Media Player ----------- wmplayer
Windows Messenger ------------ msmsgs
Windows Picture Import Wizard (need camera connected) --------- wiaacmgr
Windows System Security Tool ------- syskey
Windows Update Launches -------------- wupdmgr
Windows Version (to show which version of windows) --------- winver
Windows XP Tour Wizard ------------- tourstart
Event Viewer ----------- eventvwr.msc
Files and Settings Transfer Tool ---------- migwiz
File Signature Verification Tool -------- sigverif
Findfast ---------- findfast.cpl
Firefox (if installed) -------- firefox
Folders Properties ---------- control folders
Fonts ---------- control fonts
Fonts Folder ------------ fonts
Free Cell Card Game ------- freecell
Game Controllers --------- joy.cpl
Group Policy Editor (XP Prof) --------- gpedit.msc
Hearts Card Game ----------- mshearts
Help and Support ------- helpctr
HyperTerminal ----------- hypertrm
Iexpress Wizard ---------- iexpress
Indexing Service ---------- ciadv.msc
Internet Connection Wizard -------- icwconn1
Internet Explorer ---------- iexplore
Internet Properties --------- inetcpl.cpl
Internet Setup Wizard ------- inetwiz
Java Control Panel (If Installed) --------- jpicpl32.cpl
Java Control Panel (If Installed) --------- javaws
Keyboard Properties ----------- control keyboard
Local Security Settings --------- secpol.msc
Local Users and Groups ------------- lusrmgr.msc
Logs You Out Of Windows ---------- logoff
Malicious Software Removal Tool ----------- mrt
Microsoft Access (if installed) ------------- access.cpl
Microsoft Chat ------------- winchat
Microsoft Excel (if installed) ----------- excel
Microsoft Frontpage (if installed) ----------- frontpg
Microsoft Movie Maker ----------- moviemk
Microsoft Paint ------------ mspaint
Microsoft Powerpoint (if installed) --------- powerpnt
Microsoft Word (if installed) ---------- winword
Microsoft Syncronization Tool ---------- mobsync

Tuesday, 20 November 2007

Software Updates

Windows XP Security Update for November 2007
Applies to:
Windows XP with Service Pack 2
Requirements
Windows XP with Service Pack 2
Author/Supplier
Microsoft
File Name
WindowsXP-KB943460- x86-ENU.exe
File Size
3MB
COPY DOWNLOAD LINK
http://download.microsoft.com/download/0/e/b/0eb29ece-fb34-4eb6-ae49-a6e816a9fa5b/WindowsXP-KB943460-x86-ENU.exe


Photoshop CS3 10.0.1 patch
Applies to:
Adobe Photoshop CS3, Adobe Illustrator CS3 software or Adobe Creative Suite 3
Requirements
Adobe Photoshop CS3 (also known as Adobe Photoshop 10)
Windows XP and Vista
File Size
73MB
File Name
ps1001.zip
Author/Supplier
Adobe
COPY DOWNLOAD LINK
http://download.adobe.com/pub/adobe/photoshop/win/cs3/ps1001.zip


Description
The Adobe Photoshop CS3 10.0.1 update patch fixes numerous bugs discovered since the release of the program including:
A crash that could occur when Microsoft Intellipoint software is installed has been fixed.
The speed of moving objects contained within multiple layer sets has been improved.
The speed of closing large documents has been improved.
Converting images to CMYK using certain profiles no longer results in black files.
A crash that could occur when saving a 4-bit BMP file with 16 or fewer colors has been fixed.
The Save for Web feature now includes an option to "Include XMP" (metadata) in the settings menu within the main Save for Web interface, making the existing capability easier to access.
When using Save For Web with "Include XMP" enabled, all XMP data is now included in the optimized file.
A problem that could cause the incorrect printer to appear within the print dialog box has been corrected.
Images no longer print with odd-sized margins on various Epson printers, or print smaller and off-centered.
Printer settings in Windows are saved with a document while that document is open. If a document has not had Page Setup settings applied to it, the document will get the previous page setup used during the current session of Photoshop.
Photoshop now turns off Windows ICM (system color management) when "Photoshop Manages Colors."
Print color matching has been improved.
A problem that caused certain laser printers to show distortions when printing to a nonsquare resolution has been fixed.


Adobe Reader 8.1.1 patch
File Size
6.3MB
File Name
ReaderUpd811_ all_incr. msp
Author/Supplier
Adobe

COPY DOWNLOAD LINK
http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.1.1/misc/ReaderUpd811_all_incr.mspl


Description
The Adobe Reader 8.1.1 patch addresses a critical security flaw in Adobe Reader 8.1 and fixes some minor issues. Given the popularity of Acrobat Reader, most computers will be affected, and this is already being exploited. Here is a scary bit of information from PC World: 'According to researchers, the infamous Russian Business Network (RBN), a collective of cybercriminals, is behind the PDF assault. When recipients open an attack PDF, a combination of Trojan Horses, downloaders and rootkits strike, knocking out the Windows firewall and installing code that captures all information entered into any SSL-secured form on a Web page. That information is then transmitted back to RBN.'

It is important to download an install this update immediately. At the time of publishing this patch information (October 2007), only version 8.1 of Acrobat Reader had a patch. The other versions of Reader are also affected, but no patch was available. In other words, the best way to protect yourself is to update Acrobat Reader to version 8.1, then apply the 8.1.1 patch. The version number of Acrobat can be found in the Help-About menu.



Adobe Acrobat 8.1.1 security update
Applies to:
Acrobat Professional 8.1, Acrobat Standard 8.1 or 3D (full version - English)
Requirements
Windows 2000/XP/Vista
Acrobat 8 (full version - English)
File Size
10MB
File Name
AcrobatUpd811_ all_incr. msp
Author/Supplier
Adobe

COPY DOWNLOAD LINK
http://ardownload.adobe.com/pub/adobe/acrobat/win/8.x/8.1.1/misc/AcrobatUpd811_all_incr.msp


Description
This Acrobat 8.1.1 patch addresses a critical security flaw in Acrobat 8.1 and fixes some minor issues. Here is a scary bit of information from PC World: 'According to researchers, the infamous Russian Business Network (RBN), a collective of cybercriminals, is behind the PDF assault. When recipients open an attack PDF, a combination of Trojan Horses, downloaders and rootkits strike, knocking out the Windows firewall and installing code that captures all information entered into any SSL-secured form on a Web page. That information is then transmitted back to RBN.'

Note: This download is for the full version of Acrobat 8 Professional or Standard only (not the free Acrobat Reader program). You will need to update to version 8.1 before applying the 8.1.1 patch. The version number of Acrobat can be found in the Help-About menu.


DirectX 9.0c (full package)
Applies to:
Windows XP, XP 64-bit, Vista (all versions), Windows Server 2003
Requirements
Windows XP, XP 64-bit, Vista (all versions), 2003
Author/Supplier
Microsoft
File Name
directx_nov2007_ redist.exe

File Size
64MB
DOWNLOAD LINK
http://download.microsoft.com/download/c/6/a/c6af7ea3-f85c-4fef-a475-5810f82def1f/directx_nov2007_redist.exe

Description
DirectX 9.0c will help improve multimedia experiences on most PCs. This latest version of DirectX offers better security, updated graphics, faster frame rates, and support for massively multiplayer games. It also features more immersive audio when running and displaying programs rich in multimedia elements such as full-color graphics, video, 3-D animation and surround sound. If you had an earlier version of DirectX installed on your system, you will see little difference in available space on your hard drive following the installation. DirectX 9.0c will overwrite any earlier versions. This release also resolves a number of minor bugs and includes security updates.
Important notes:
· This is the 'redist' version of DirectX - all files are downloaded in one package (rather than an active download).
· Instructions: make a system backup or restore point. Double-click on the file once the download has completed. You will be asked where you want to place the extracted files. This is a temporary folder only - you can delete these files once the Direct X 9.0c installation has completed. Now go to that temporary folder. There will be lots of files in there - run DXSETUP.exe and wait for it to complete the installation. Restart you computer if required. Now you can delete the files in the temporary folder. For future use, you can keep the file you downloaded or simply delete it - it doesn't matter.
· DirectX is a crucial system component. It cannot be uninstalled without reinstalling your operating system (!) or performing a system restore/system recovery.
· This version of DirectX was released November 2007.



Java Virtual Machine 6 Update 3 (Standalone package)
Applies to:
Windows Vista/XP/2000
Requirements
Windows Vista/XP/2000
Author/Supplier
Sun
File Name
jre-6u3-windows- i586-p-s. exe
File Size
14MB

COPY DOWNLOAD LINK
http://javadl.sun.com/webapps/download/AutoDL?BundleId=12798


Description
This latest release of Sun's Java Virtual Machine (JVM) can be used to update an earlier version or install the entire JVM for the first time. Version 6 adds support for Windows Vista. This is the standalone package - you download a single file that can be run at any time, used on multiple machines or new installation of Windows.
Note: The other way to install the Sun JVM requires a computer to be connected to the Web and then use 'active download' where a smaller downloading program updates your system. This process means you can't backup the file you download, plus you can't use it multiple PCs. That's why the standalone package is a better option. This complete download should also help avoid error codes such as: 1305, 2755, 1606 and a bunch of others that are all a result of incomplete/corrupte d downloads.
Note: This release also fixes several critical security holes found in the software. Sun advises all users to update the JVM immediately.
JVM allows you to run programs called 'applets' inside your Web browser. Applets are mini-programs written in the Java language specifically to run within a Web browser. Many, though not all, web browsers come with support for applets built in. By downloading this update, you will be ensured that you have the latest release which, most importantly, contains fewer security holes and is generally more stable.
Internet Explorer 7 Cumulative Update for Windows Vista (KB939653)
Applies to:


Internet Explorer 7 for Windows Vista (32bit)
Requirements
Windows Vista (32bit)
Author/Supplier
Microsoft
File Name
Windows6.0-KB939653 -x86.msu
File Size
7MB

COPY DOWNLOAD LINK
http://download.microsoft.com/download/6/1/9/6190a2eb-5e3b-486e-831d-d9f087095ce3/Windows6.0-KB939653-x86.msu


Description
This update, KB939653, is for Internet Explorer 7 (Windows Vista version - Windows XP has it's own separate patch). It is rated as Critical and fixes serveral security holes in Internet Explorer 7 including three newly discovered ones:
· Address Bar Spoofing Vulnerability
· Error Handling Memory Corruption Vulnerability
· Address Bar Spoofing Vulnerability



Google Pack
Requirements
Windows XP or Vista
Author/Supplier
Google
Click this link to download the pack directly from Google:

http://pagead2.googlesyndication.com/pagead/iclk?sa=l&num=0&ggladgrp=292470624&gglcreat=503602344&client=ca-ref-pub-1822011557328850&adurl=http://pack.google.com/%3Fai%3DBdw4IXw8_R5-XCobUsQL47_DkBuzuhSGo8cebAsWNtwEAEAEgq6_0AzgBUKWg7t76_____wFg5aLmg7gOoAGWl5z9A6oBCjA0MjUzODIwNzWyARV3d3cuc29mdHdhcmVwYXRjaC5jb23IAQHaATVodHRwOi8vd3d3LnNvZnR3YXJlcGF0Y2guY29tL3NvZnR3YXJlL2dvb2dsZXBhY2suaHRtbIACAagDAw&ai=BnCG1Xw8_R5-XCobUsQL47_DkBuzuhSGo8cebAsWNtwEAEAEgq6_0AzgBUPu_gqAGYOWi5oO4DqABlpec_QOqAQowNDI1MzgyMDc1sgEVd3d3LnNvZnR3YXJlcGF0Y2guY29tyAEB2gE1aHR0cDovL3d3dy5zb2Z0d2FyZXBhdGNoLmNvbS9zb2Z0d2FyZS9nb29nbGVwYWNrLmh0bWyAAgGoAwM

Get essential software with Google Pack.
Licence
Free
Description
Googlepack is the best free collection of software on the Web. According to Google, it features:
· Google Earth - 3D Earth browserZoom from space to street level - tour the world Find maps, driving directions, hotels, restaurants, and more
· Google Desktop - Desktop companion Find all your email, files, web history, and more Get all your personalized info in one place with Sidebar
· Picasa - Photo organizer Find, edit, and share your photos in seconds Easily remove red eye and fix photos
· Google Toolbar for Internet Explorer - Search toolbar .Search from any web page and autofill forms Block annoying pop-ups
· Google Pack Screensaver - Photo screensaver Enjoy photos from your personal collection View pictures full screen or as a collage
· StarOffice Free Word processor, spreadsheet and presentation software
· Skype Make free voice and video calls to anyone else on Skype Call landlines and mobile phones at pretty low rates
· Mozilla Firefox with Google Toolbar - Web browser Browse the web quickly and securely Switch between pages quickly with tabbed browsing
· Norton Security Scan - Antivirus utility
· Adobe Reader View, print, and search PDF files.

ANTI VIRUS Information

With the growing numbers of virus, Trojans, and virus hoaxes, we are
requesting that in the future any virus warnings be posted to the
moderators;
Computer_Help_and_Discussion-owner@yahoogroups.com

We ask this in order to prevent the virus hoaxes (urban legends)
which seem so common these days from being spread and the resulting
deletion of system files.

We are by no means discrediting any past, present, or future members,
only trying to maintain the focus of the group.

Remember your best defence against a Virus is obtained by using,
and keeping updated an Anti Virus program.

Hackfix is a 'not for profit' organization which test various
AV/Trojan programs;
www.hackfix.org

Software reviews - AntiVirus Section
http://hackfix.org/software/antivirus-section.html
"In this section, we wanted to suggest some Antivirus packages,
Utilites to best utilize your antivirus programs, URLs to get them, to
help you make a better and more educated choice to protect yourself.
The software will be listed along with a webpage URL for you to get
or read about the program, and type (Freeware or shareware)."

PCFlank - http://www.pcflank.com/
"The goal of PC Flank is to make your interactions on the Internet safe

and private. We provide a lot of free services for protecting your
system
and network such as on-line test of your system for vulnerabilities to
Internet threats, expert advice and consulting and much more."

Some free AV programs;

Anti-Vir - AntiVirhttp://www.free-av.com/
AVG - http://www.grisoft.com
TrojanCheck - http://www.wilders.org/downloads.htm

On line scans;

Bitdefender - http://www.bitdefender.com/scan/licence.php
Finjian - http://www.finjan.com/mcrc/sec_test.cfm
Mcafee- http://www.mcafee.com/myapps/vso/default.asp?
Panda - http://www.pandasoftware.com/
PitStop - http://pcpitstop.com/antivirus/AV.asp
Symantec - http://www.symantec.com/securitycheck/
Trend - http://housecall.antivirus.com


There are several good anti-virus groups/list avalible on line, which
can help you keep informed and updated on the latest virus/and hoaxes.

Usefull refference sites;


Symantec (Norton Anti-Virus)
http://www.symantec.com/avcenter/hoax.html
McAfee
http://vil.mcafee.com/hoax.asp have information on their sites dealing
with
bogus virus alerts.
Virus Library
http://www.viruslibrary.com/ Newest viruses, most active, alerts.

Hoaxes:

Snopes.com http://www.snopes2.com
UrbanLegends.com http://urbanlegends.com
ScamBusters.com http://www.scambusters.com
UrbanLegends.about.com http://urbanlegends.about.com
Stiller.com http://www.stiller.com/hoaxes.htm
Datafellows.com http://www.datafellows.com/news/hoax
Kumite.com http://www.vmyths.com/

Window XP Tips

If XP is corrupted to the point where none of the previous solutions get it to boot,
you can do a Repair Install that might work as well as keep the current settings.
Make sure you have your valid WindowsXP key.
The whole process takes about half an hour depending on your computer
If you are being prompted for the administrator's password, you need to choose the 2nd repair option, not the first.
Insert and boot from your WindowsXP CD
At the second R=Repair option, press the R key
This will start the repair
Press F8 for I Agree at the Licensing Agreement
Press R when the directory where WindowsXP is installed is shown. Typically this is C:\WINDOWS
It will then check the C: drive and start copying files
It will automatically reboot when needed. Keep the CD in the drive.
You will then see the graphic part of the repair that is like during a normal install of XP (Collecting Information, Dynamic Update, Preparing Installation, Installing Windows, Finalizing Installation)
When prompted, click on the Next button
When prompted, enter your XP key
Normally you will want to keep the same Workgroup or Domain name
The computer will reboot
Then you will have the same screens as a normal XP Install
Activate if you want (usually a good idea)
Register if you want (but not necessary)
Finish
At this point you should be able to log in with any existing accounts.

Hack And Crack And Security Software

www.keyjen.us My fav Cracking Site

www.serials. ws My fav Cracking Site

http://cracks. me.uk/?Y

www.yahworld. com

https://www. gotomypc. com

www.red-move. tk

http://dmxrulz. onnuke.com

http://op-code90. com/

http://www.danger- incorporated. com/

http://www.megasecu rity.org/ trojans/n/ netdevil/ Netdevil1. 4.html

http://www.easyclub .tk/

www.pandasoftware. com

www.finalconnection .com

www.ram0na.net

http://www.megasecu rity.org/ tools_dl. html

http://www.progenic .com/

http://www.islandwe bsecurity. com/

http://www.hackersn et.com/

http://www.elitec0d ers.net/

http://www.funplein .com/cracksites. htm

http://www.password -crackers. com/

www.myipaddress. com

http://download. warezclient. com/

http://www.magic. bernawolf. com/

http://www.blackwid ow-softbytes. com/index. html

http://www.boyrules .com/index. php

http://www.programm ingsource. net/

http://orbita. starmedia. com/~lhhp/

http://www.hackolog y.com/programs/ mbhttpbf/ ginfo.shtml

http://www.hackolog y.com

http://www.finalcon nection.com/

http://edit. yahoo.com/ config/list_ alias?.src= ym New extra email
www.progenic. com

www.myfreepaysite. com

http://www.packspla ce.net/

https://edit. secure.yahoo. com/config/ secure_verify? e70cg5k2to5o0" autocomplete= off Security Key
https://edit. secure.yahoo. com/config/ secure_verify? .force=0
http://myhotsite. net/index. php?a_m=1 ============ ========
____________ _________ _________ __
http://www.yprochat ters.com/ ypcprograms. htms

Monday, 19 November 2007

DOWNLOAD NORTON ANTIVIRUS 2008




DOWNLOAD LINK

http://gadgetspeak.blogspot.com/2007/11/norton-antivirus-2008_09.html

DOWNLOAD MCAFEE ANTIVIRUS 2007




DOWNLOAD LINK
http://googlsoft.blogspot.com/2007/11/download-mcafee-antivirus-2007.html

Free Top 100 Database Softwares for Download

TOAD for SQL Server - TOAD® for SQL Server empowers database developers and administrators (DBAs) to be more productive by providing an intuitive graphical user interface to the Microsot SQL Server 2000 database. TOAD for ...
http://www.vyomlink s.com/rd. asp?Id=45

Visual Importer - Imports data into Oracle ,SQL Server, ODBC Databases (Datawarehouses) from flat files, cross tables or ODBC datasources. Very fast and reliable. Uses naitive API (OCI AP,BCP API,ODBC API) Capable of ...
http://www.vyomlink s.com/rd. asp?Id=402

DBMS ConteXt - ConteXt is an interactive DBMS of a new generation. It supports context data model that includes relational, network, partially hiearchial, object-oriented, and attribute-value architecture. ConteXt a...
http://www.vyomlink s.com/rd. asp?Id=1233

Regular Expressions for MS SQL server - The Regular Expressions for MS SQL Server offer an extremely powerful way to search, replace, format and extract text data inside a string using sophisticated search criteria. For example, you can sea...
http://www.vyomlink s.com/rd. asp?Id=641

CacheMate - CacheMate is a database for tracking GPS cache hunts. You can store information about caches or benchmarks, decode hints, and transfer data between CacheMate and the MemoPad application. ...
http://www.vyomlink s.com/rd. asp?Id=9269

SabaBrowse - SABAbrowse is a Web application that allows browsing and editing databases with an Internet browser.It runs on application servers (WebLogic, Websphere, Jboss, Tomcat etc ...) and needs no installatio. ..
http://www.vyomlink s.com/rd. asp?Id=733

Bigfoot Call Manager - Bigfoot Call Manager is a downloadable desktop application that allows you to initiate two-way or multi-party conference calls from your PC to any phone worldwide in just one mouse click. No need to ...
http://www.vyomlink s.com/rd. asp?Id=961

Codejay - Code Generator Tool - With the implementation of Codejay, these issues are no longer the drain on company sources they once were. Codejay's Web developing kit does all the "dirty" work for web developers, and all the devel...
http://www.vyomlink s.com/rd. asp?Id=4691

AcronymGenie - A comprehensive searchable database of acronyms, abbreviations and initialisms drawn from the world of Computers, Internet, Information Technology, Telecommunications, Electronics, Embedded Systems, B...
http://www.vyomlink s.com/rd. asp?Id=5188

Visual SQL-Designer - Visual SQL-Designer is a program for easy visual constructing hard SQL-query for any database and write it. Support ORACLE, MS-SQL server 6.5-7.0, SyBase, Db2 for NT, MSAccess and other ODBC databases...
http://www.vyomlink s.com/rd. asp?Id=12717

Database Design Studio - Lite (DDS-Lite) - DDS-Lite is for ERD modeling, SQL script generation and forward engineering of relational databases. Enhanced Entity Relationship Diagram modeling allows you to design a fully relational database,...
http://www.vyomlink s.com/rd. asp?Id=10043

Absolute Database - Absolute Database - Delphi database system. This BDE alternative is free for personal use. Key Features: No BDE no DLLs SQL'92 (DDL & DML) support Single database file Unmatched ease-of-u...
http://www.vyomlink s.com/rd. asp?Id=1898

SQLConsole (SQLC) - SQLC creates SQL queries using drag and drop Visual Query Builder for every database (ODBC). Includes a Query Builder that allows for the visual modeling of SQL queries. As easy as dragging and droppi...
http://www.vyomlink s.com/rd. asp?Id=10042

DTM SQL editor - This SQL-oriented toolset ideally fits the operating needs in the multi-database computer environments it allows quick switching between various data sources, stores login and database scheme info. ...
http://www.vyomlink s.com/rd. asp?Id=17382

Database Assistant - Manipulate data from a variety of database formats including Oracle, SQL Server, Informix, MS Access, and Sybase et al with the Markosoft Database Assistant. Just select any of your pre-configured ODB...
http://www.vyomlink s.com/rd. asp?Id=2720

SQL Script Recovery - SQL Script Recovery is a decrypt software for SQL Server 7 and 2000 with examining stored procedures, triggers, views and user-defined functions.If you encrypt your own source code of stored procedure...
http://www.vyomlink s.com/rd. asp?Id=1327

SalesBooster SDK - SalesBooster is your Customer Tracking System for Software Downloads. Features a MS-Access CRM Database for Software License and Marketing Management with Anti Piracy Security components ( Windows XP ...
http://www.vyomlink s.com/rd. asp?Id=7356

blueshell ADO Survey Kit - bAsk - the blueshell ADO Survey Kit - is a new diagnostic toolkit for ADO programmers. It presents viewers for all types of ADObjects.bAsking is better than debugging! It's freeware! Link bask.dll ...
http://www.vyomlink s.com/rd. asp?Id=12878

StelsCSV JDBC Driver - StelsCSV is a powerful JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length etc). Basic features: supports most key...
http://www.vyomlink s.com/rd. asp?Id=1915

Install.EXE - Enables a day to day detailed follow up of all your services done at your customers'. Lists of your customers, of their problems, of your solutions, of their products, of your contacts. Access to all ...
http://www.vyomlink s.com/rd. asp?Id=2511

Multiple Database Query Analyzer - Multiple Database Query Analyzer 2.1 supports qurries with diffrent types of databases. It supports Sql, Access, Oracle, MySql. It lets you have diffrent profiles to store data, also has options to h...
http://www.vyomlink s.com/rd. asp?Id=3160

SyncDB - SyncDB is an easy solution to synchronize schema of mySQL databases. When you alter database, add or change columns, indices or constraints, sync is done in an quick and painless process and enables y...
http://www.vyomlink s.com/rd. asp?Id=2186

XML/XSLT Maker - XML/XSLT Maker is a code generator that can create dynamic, XML/XSLT-based Websites from databases in no time. Supported databases includes Microsoft Access, Microsoft SQL Server, Oracle, or any datab...
http://www.vyomlink s.com/rd. asp?Id=2607

Database Gate - Database Gate is SQL editor based on ODBC, the main features are:smart shortcuts to minimize the query writing, complete Object Browser, detailed Table Browser, Syntax Highlighting, Import & Export Da...
http://www.vyomlink s.com/rd. asp?Id=10436

Ariacom Report Manager - Ariacom Report Manager is a COM component allowing database reporting and multi-dimensional analysis with dynamic SQL generation. - Native line, bar, point and pie charts - Integrated security manag...
http://www.vyomlink s.com/rd. asp?Id=6897

dbfUtils - dbfUtils is a convenient, full-featured utility for viewing, editing, modifying, converting and exporting DBF-format databases (Clipper-ntx, FoxPro-cdx, HiPer-SIx-nsx and dBase III). Includes a DataDi...
http://www.vyomlink s.com/rd. asp?Id=17492

MySQL Snap - MySQL Snap program is intended for creation backup copies of MySQL databases as well as for transport it from one server to another. The program advantages: - full compatibility of the result dump wit...
http://www.vyomlink s.com/rd. asp?Id=12497

SQLMerger - SQLMerger enables you to compare and merge data from two databases visually and automatically. All changes are made via a SQL script automatically created and collected through time. SQLMerger makes i...
http://www.vyomlink s.com/rd. asp?Id=2436

MemberTies - Powerful and complete membership database solution for organizations of all sizes. Track membership contact info, addresses, dues, accomplishments, To-Do, relationships, photos, etc., for members of o...
http://www.vyomlink s.com/rd. asp?Id=17164

FlexRent - FlexRent is the flexible solution for vacation property management. You can design your own reports, modify the interface, and change what fields are kept in the database. FlexRent is developed in Mic...
http://www.vyomlink s.com/rd. asp?Id=13135

PHPMaker - PHPMaker is an automation tool (for Windows) that can generate a full set of PHP scripts quickly from MySQL database. Using the generated PHP, users can view, edit, search, add and delete records in t...
http://www.vyomlink s.com/rd. asp?Id=13821

Kickstart - Kickstart is a powerful tool for DBAs and software developers. It lets you write scripts using a simple Basic like language to generate source code or database objects for any database schema. Kicksta...
http://www.vyomlink s.com/rd. asp?Id=17506

Axialis AX-CDPlayer - Axialis AX-CDPlayer is a freedb.org compatible CD player for Windows. It Looks like a real electronic product. 100% compatible with freedb CDDBP (submit & query). LCD-like display. A built-in utility ...
http://www.vyomlink s.com/rd. asp?Id=2250

EMS QuickDesk - EMS QuickDesk provides you with effective tools for InterBase/FireBird administration. It helps you to edit all database objects, search in metadata, extract metadata, print metadata, import data and ...
http://www.vyomlink s.com/rd. asp?Id=17738

DBF Manager - Many of us need a piece of software that can handle all the functionality allowing us access DBF databases fast and letting us alter both data structure and the data itself. DBF Manager is innovative ...
http://www.vyomlink s.com/rd. asp?Id=3108

Snippets Text Database - Finally, a fast and easy way to store all your notes! Easily store notes in any arrangement of categories and subcategories and quickly find them later. Arranging categories is as easy as drag and dro...
http://www.vyomlink s.com/rd. asp?Id=3863

babyLIBRARY - This incredible, easy and handful baby, really rocks. You can create and edit your books. Also check your books for category. Exchange data with other Palms with the amazing Beam button. Collect the b...
http://www.vyomlink s.com/rd. asp?Id=17413

Daffodil DB - Daffodil DB is a SQL-99 specification compliant, capable, reliable, scalable, high-performance, embeddable, lightweight java-based relational database engine (RDBMS). Daffodil DB supports almost a...
http://www.vyomlink s.com/rd. asp?Id=14203

Asilla Database - With drag and drop you can make your own graphic database design. The database and the tables are made advance You just have to make your graphic design and enter your data. You can search the d...
http://www.vyomlink s.com/rd. asp?Id=17400

Access2MySQL Sync - Access2MySQL Sync Convertor/Synchroni zer is an application which allows easily convert and syncronize Microsoft Access (MDB) databases to MySQL and vice versa, unlike other similar tools, which commo...
http://www.vyomlink s.com/rd. asp?Id=3187

MyDB Engine - MyDB is a high-speed database engine that's small, easy-to-use and portable. Works with Visual C++/C++ Builder, Visual Basic, Delphi. It is an excellent replacement for larger database engines . Many ...
http://www.vyomlink s.com/rd. asp?Id=16608

Open QueryBuilder - Freeware with full source code! The Open QBuilder (OQBuilder) is a simple "visual query builder". You can use OQBuilder in your Borland Delphi and Borland C++Builder applications to make easier SQL-c...
http://www.vyomlink s.com/rd. asp?Id=2582

Collectorz.com Movie Collector - Movie Collector is a program for organizing your personal collection of DVDs, DivX files, VHS tapes, Laserdiscs, etc... You can use it to create a file with detailed information about your movie colle...
http://www.vyomlink s.com/rd. asp?Id=16466

Client Connection Pro - Client Connection Pro provides a single database that can store details of all your customers, orders, products and marketing activities. Whether you run a conventional retail store, a mail order co...
http://www.vyomlink s.com/rd. asp?Id=17208

MessLess Inventory Home - Tired of all that mess in your house? Want to know exactly how many DVDs you have and what their current value is? Need to have digital copies of tax papers, contracts, estate planning documents sto...
http://www.vyomlink s.com/rd. asp?Id=2413

ASP MDB/DBF database converter - ASP recordset converter is a library for converting DAO or ADO recordsets to MDB or DBF files. It enables direct binary database export of MDB or DBF files from ASP pages with one row of code. The obj...
http://www.vyomlink s.com/rd. asp?Id=17495

AccessRecovery - AccessRecovery is a data recovery program for Microsoft Access databases. AccessRecovery has a powerful recovery engine designed to retrieve data from most damaged Access databases. Supports all moder...
http://www.vyomlink s.com/rd. asp?Id=16020

DoInventory Plus - DoInventory™ is your total asset tracking and inventory software for Palm OS®, Pocket PC, and Windows Mobile handheld PDAs and Windows PCs! Inventory your home, office, business, collections, etc. Car...
http://www.vyomlink s.com/rd. asp?Id=1861

AlbumPlayer - The AlbumPlayer offers a mp3/wma player, which focus on playing albums instead of single files. Key features are: 1.Your album covers are shown graphically, playing albums is done by simple dragging o...
http://www.vyomlink s.com/rd. asp?Id=11596

Password Organizer - With the Markosoft Password Organizer you can reduce the number of user name and password combinations that you must remember to just one by storing all of your login information and authorization num...
http://www.vyomlink s.com/rd. asp?Id=2717

Idex - Idex is a complete multimedia database and webpublishing solution. Use Idex to manage all your digital files - it supports all major file formats. Build a database with Keywords, text searches and...
http://www.vyomlink s.com/rd. asp?Id=17504

InfoSafe Plus - InfoSafe™ is your complete secure information management software for Palm OS® handhelds, Pocket PC or Windows Mobile handhelds, and Windows PCs! Keep track and organize usernames, passwords, website ...
http://www.vyomlink s.com/rd. asp?Id=1859

ADDA - ADDA is a multipurpose toolkit for designing, creating and maintaining the database layer throughout the entire application lifecycle. *Database primary planning. *CASE like database display *E...
http://www.vyomlink s.com/rd. asp?Id=1757

LBE Web Helpdesk - A fully functioning helpdesk system designed to be operated via your web browser. Use it on the Internet, an Intranet or even run it locally on a stand-alone machine. Can be installed on any web serve...
http://www.vyomlink s.com/rd. asp?Id=11989

Table - TABLE is a simple and convenient database for the home or office. With TABLE you can add and edit data easily, sort by any field you wish, perform fast, powerful searches, customize the interface with...
http://www.vyomlink s.com/rd. asp?Id=3182

Talking Time Keeper - Talking Time Keeper (TTK) is a program encompassing a wide range of useful time and date related features, including the ability to speak the time using built in real life male and female voices, al...
http://www.vyomlink s.com/rd. asp?Id=3845

MyISQL (ISQL for MySQL) - MyISQL (Interactive SQL for MySQL) is a database administration solution for managing MySQL(tm) databases. It allows: Build SQL queries using SQL Editor with SQL syntax highlighting and SQL Qu...
http://www.vyomlink s.com/rd. asp?Id=7200

SheerPower 4GL -- Beyond BASIC - SheerPower 4GL Basic includes an Integrated Development Environment (IDE), easy-to-learn extended basic syntax, built-in high-speed Database engine, built-in e-mail and Internet functionality. Write '...
http://www.vyomlink s.com/rd. asp?Id=6917

ModelSphere - Java Designer Kit - The SILVERRUN ModelSphere Java Designer Kit supports the creation of UML class diagrams. This UML tool has an especially good interface to Java. You can elaborate your project's static model graphical...
http://www.vyomlink s.com/rd. asp?Id=13797

ObjectDB for Java/JDO - ObjectDB for Java/JDO a powerful yet compact Object Database (ODBMS) for Java, written entirely in Java, and compliant with the Java Data Objects (JDO) standard developed by Sun. ObjectDB for Java/JDO...
http://www.vyomlink s.com/rd. asp?Id=7707

Collectorz.com MP3 Collector - MP3 Collector is a program for organizing your personal collection of MP3 files, on harddisks, CD-ROMs, network drives, etc... You can use it to edit ID3 tags, rename files and create playlists. It al...
http://www.vyomlink s.com/rd. asp?Id=16464

All Home Inventory - All Home Inventory is an easy to use database program that allows you to quickly build a permanent record of your property and its value. You may record descriptions of items, where they were purchas...
http://www.vyomlink s.com/rd. asp?Id=16382

DB to HTML Express - DB to HTML Express is easy to use template based development tool for database to HTML converting. Create search enabled web pages without additional HTML editor. DB to HTML Express has great visual b...
http://www.vyomlink s.com/rd. asp?Id=16356

Table Magic - The most powerful tool with intuitive graphical user interface to Oracle and specifically targeted at the development of database objects and manipulation of datum for Oracle Databases. It uses only d...
http://www.vyomlink s.com/rd. asp?Id=16231

Argentum Coolbase - Argentum Coolbase is a versatile information manager that can keep any kind of information, such as text, numbers, links, pictures and music, in a tree outline database. Argentum Coolbase can serve yo...
http://www.vyomlink s.com/rd. asp?Id=15475

Stored Procedure Proxy Generator - The Stored Procedure Proxy Generator is designed to radically simplify solving the problem of complexity of preparing to call database stored procedures from external code. Based on the information ta...
http://www.vyomlink s.com/rd. asp?Id=4750

Voice LookUp - Voice LookUp 3.0 includes contact lookup, email composition, calendar sheduling, phone dialing, and task launching -- all run by voice. In this version, the enrollment process is much improved (hence ...
http://www.vyomlink s.com/rd. asp?Id=15325

Tool for Organizing Your Schemas (TOYS) - A Microsoft Windows tool for comparing Oracle database schemas. The tool facilitates taking snapshots of the database structure (meta-data) and saving these snapshots as XML files. Snapshots can be co...
http://www.vyomlink s.com/rd. asp?Id=5190

SQL Toast - SQL Toast is a development tool that provides a complete development environment written to work with Sybase Adaptive Sever. Everything is contained in one executable that can be installed in any dire...
http://www.vyomlink s.com/rd. asp?Id=7587

Access MySql Converter - Access MySql Converter is for bulk database conversion between MySql databases and MS Access databases, best matching original data types and rows....
http://www.vyomlink s.com/rd. asp?Id=5555

IBAdmin - IBAdmin is full-featured product for InterBase/Firebird database development, deployment and maintainance. You can start your database development from the CASE model available with Database Designer,...
http://www.vyomlink s.com/rd. asp?Id=6569

! TreePad Enterprise (8 Gb, single-user) - Next-generation Organizer, Word Processor with the unique ability to access up to 12 Gb of data, and 8 databases simultaneously, incl. Spell Check (20+ langs.), tree-search, search/replace, tables, fo...
http://www.vyomlink s.com/rd. asp?Id=6293

Pricelist Analyser - An annoying aspect from pricelists is the lack of uniformity. This results in the obligation to manually update and/or import the (new) records into your database. This is pure waste.And that's where ...
http://www.vyomlink s.com/rd. asp?Id=6714

Database Workshop - Database Workshop 5 is the program for professional working with databases and it gives big opportunities for its analysing and processing. Program supports the following database types: Paradox, DBas...
http://www.vyomlink s.com/rd. asp?Id=10444

MSDE Manager - MSDE Manager allows you to do all of the common operations that a typical deployment of MSDE/SQL would entail and much more besides. It has an easy to use up-to-date graphical user interface, a Transa...
http://www.vyomlink s.com/rd. asp?Id=3896

PR-Tracker - PR-Tracker is widely used problem tracking system which presents essential functionality with an intuitive user interface. Features include customizable data entry, workflow, views and queries one cli...
http://www.vyomlink s.com/rd. asp?Id=6887

NS Reports Manager for Crystal Reports - NS Reports Manager for Crystal Reports is a swift tool to view reports designed in Crystal Reports. If you have a pile of Crystal Reports in your organization and want to enable your users to find and...
http://www.vyomlink s.com/rd. asp?Id=4163

TIKSILAND - TIKSILAND allows you access any data at any moment of the history of your problem area. Simply set the clock to the time you need - and you will see the world at the given moment. You can input new ...
http://www.vyomlink s.com/rd. asp?Id=4266

Commodity Server - Commodity Server is a Time Series Database Server. It simplifies any aspect of the Energy Enterprise through powerful but simple to learn constructs for manipulating time series data....
http://www.vyomlink s.com/rd. asp?Id=5475

myLittleAdmin - myLittleAdmin is a web-based MS SQL and MSDE database administration tool. This new version offers a new skinnable interface and a lot of great new features, such as user levels, multi-databases suppo...
http://www.vyomlink s.com/rd. asp?Id=6824

Mysql Data Manager - Mysql Data Manager is a multifunctional and platform independent web based mysql administration tool. This is a CGI script for management, development and support of Mysql databases over the Internet...
http://www.vyomlink s.com/rd. asp?Id=6951

GemTracker Pro - Gem processing management software. Keeps track of your memos, repairs, recuts, roughs and purchases from start to finish. Maintains a Administrator defined custom gem inventory database over searchin...
http://www.vyomlink s.com/rd. asp?Id=7048

e-magebank personal - e-magebank personal is an image database software that allows intuitive image documentation and indexing for fast search. Amongs its many features, full text index-based fast search and plug-in based ...
http://www.vyomlink s.com/rd. asp?Id=7344

Data Replication Engine - Data Replication Engine replicates multiple tables in one source database to multiple destination databases simultaneously. Replicator allows duplication between OLEDB/ODBC compliant databases without...
http://www.vyomlink s.com/rd. asp?Id=4591

insertXpress - Generates smart INSERT scripts for moving data between tables in different databases! InsertXpress transfers all data types, including IMAGE, BINARY and VARBINARY, from tables or views. Appends, repl...
http://www.vyomlink s.com/rd. asp?Id=4687

Citation - Citation is the perfect research writer's "assistant": a writing tool designed to help you organize notes and bibliographic references - easily and efficiently. With Citation, all your references and ...
http://www.vyomlink s.com/rd. asp?Id=4072

Orbit Database Manager - A fully featured database management application to access Paradox and dBase files. It is a replacement for the Database Desktop that is included with Delphi. It requires the Borland Database Engine...
http://www.vyomlink s.com/rd. asp?Id=7244

DBReader - DBReader is a hierarchical database browser with editing capabilities. It can: 1.Connect to any datasource accesible via ADO using OLE DB Provider or ODBC. 2.Browse and edit database server-specific. ..
http://www.vyomlink s.com/rd. asp?Id=5198

Advanced DBF Repair - Advanced DBF Repair(ADR) is a powerful tool to repair corrupt DBF files. It can scan the DBF files and recover your data in them as much as possible, so to minimize the loss in file corruption. Mai...
http://www.vyomlink s.com/rd. asp?Id=4949

NS Reports Manager - NS Reports Manager for Crystal Reports is a swift tool to view reports designed in Crystal Reports. If you have a pile of Crystal Reports in your organization and want to enable your users to find and...
http://www.vyomlink s.com/rd. asp?Id=4354

Household Register 2002 - Household Register for Windows helps you organize and manage a detailed list of everything you own. It's ideal for both home and office. The program automatically organizes each entry by category, loc...
http://www.vyomlink s.com/rd. asp?Id=14922

DBFViewer 2000 - DBFViewer 2000 is the very small but powerful and user-friendly Viewer and Editor for DBF files(Clipper, dBase, Foxpro...).You can view and edit in OEM(DOS) or Windows character sets, get information. ..
http://www.vyomlink s.com/rd. asp?Id=12394

VISOCO dbExpress Driver for Sybase - dbExpress Driver for Sybase is a lightweight database driver that provide fast access between Delphi/C++Builder applications and Sybase database using new dbExpress technologies, without any intermedi...
http://www.vyomlink s.com/rd. asp?Id=13312

CDBF - DBF Viewer and Editor - The CDBF program is a viewer and, simultaneously, DBF-format files editor. In contrast to many similar programs, this one makes no distinction between viewing and editing modes - in both m...
http://www.vyomlink s.com/rd. asp?Id=13526

MasterKey - MasterKey is a simple database program for the Palm OS which stores your passwords safely in one place....
http://www.vyomlink s.com/rd. asp?Id=13569

Cinema Tracker - Cinema Tracker(tm) is the ultimate movie information organizer. It allows you to track movies, stars, pictures, sound clips, movie clips, web sites, comments, role notes and just about everything else...
http://www.vyomlink s.com/rd. asp?Id=13579

Mini MPG - Find out how many miles per gallon you are getting. Easy to use mileage, gallons, date, and note entry fields. Also lists past records so you can compare how your car does in different situations. Com...
http://www.vyomlink s.com/rd. asp?Id=13604

MyProfiler - Features of MYProfiler : In the tracing window you will see the events that occur on your server . MyProfiler allows you to log the events that occur on your server to a text file or a MySql table....
http://www.vyomlink s.com/rd. asp?Id=13848

AdeptSQL Diff - With AdeptSQL Diff, you can visually compare two MS SQL Server databases, then produce and execute difference scripts for a choosen part or for the whole schema. Very fast and easy to operate....
http://www.vyomlink s.com/rd. asp?Id=14025

Happy Harvester - Happy Harvester is an advanced tool that extracts data from web pages on the internet. The HTML parser may be used to extract url's, descriptions, names, phone numbers, e-mail addresses, etc. The soft...
http://www.vyomlink s.com/rd. asp?Id=14364

XML Converter - Using XML Converter allows you to create XML document that will content the same data as your original MS Excel spreadsheet or MS Access database. The resulting XML document will be built in stron...
http://www.vyomlink s.com/rd. asp?Id=16210

SQLBoss Developer (Windows) - SQLBoss Developer and SQLBoss Monitor - The ultimate Database & Content Management Tool for many SQL Databases like mySQL, PostgreSQL, FrontBase, OpenBase, Valentina, ODBC, Oracle, dtfSQL, and 4D. ...
http://www.vyomlink s.com/rd. asp?Id=16697

mssqlXpress - mssqlXpress delivers to the developer a tool the combines the best features of Enterprise Manager and Query Analyzer with even more features. Ability to retain history of all changes to stored procs, ...
http://www.vyomlink s.com/rd. asp?Id=13291

Access Form Resizer - Resize MS Access forms to fit the current screen resolution. This Access MDB allows you install a module in your own Microsoft Access MDBs that can resize your application's forms to fit the curren...
http://www.vyomlink s.com/rd. asp?Id=14811

Repgen - Repgen generates the scripts required to setup and monitor an Oracle database Advanced Replication installation. The implementation of primary key, replication triggers and multiple conflict resolutio...
http://www.vyomlink s.com/rd. asp?Id=13278

Book Librarian Plus - The program is fast easy to learn and use database manager that will help you organize and keep track of your books. With this program you can quickly search your library and print reports to the scre...
http://www.vyomlink s.com/rd. asp?Id=14923

DataGen - Datagen makes it possible to insert meaningful testdata into any database you can connect to with ADO....
http://www.vyomlink s.com/rd. asp?Id=15125

! Custom Addressbook - Easy to use, small, and extremely flexible Address Management program for Windows. This program is unique, among the many apparently similar programs, in that it enables you to define your own address...
http://www.vyomlink s.com/rd. asp?Id=15282

GiPo@DB_Utilities - These utilities provide an easy way to work with different OLEDB-compatible databases and data sources such as Microsoft SQL Server 7.0/2000, Oracle DBMS, Informix, DB2, Microsoft Access, dBase, Parad...
http://www.vyomlink s.com/rd. asp?Id=15842

Ado-X - Ado-X is the ultimate database tool for system-managers and application developers. You can check your results immediately while you are working on your application. The user privileges can easily be ...
http://www.vyomlink s.com/rd. asp?Id=15907

Readerware - The easiest, fastest way to catalog your books, music and videos. Nothing else comes close. Have a large collection? The unique Readerware auto-catalog feature lets you feed in a list of ISBNs, UPCs o...
http://www.vyomlink s.com/rd. asp?Id=16140

Stamp Tracker - Stamp Tracker is a simple but powerful database program for stamp collectors to use for cataloging their collection of stamps. Thirty different data fields allow you to store detailed information abo...
http://www.vyomlink s.com/rd. asp?Id=16385

Coin Tracker - Coin Tracker is a simple but powerful database program for coin collectors to use for cataloging their collection of coins. Thirty different data fields allow you to store detailed information about ...
http://www.vyomlink s.com/rd. asp?Id=16386

Books Program - The Books Program is a database system that allows the user to track their library. Use it to help organize your books -- keep track of what books you have, where they are, who wrote them, whether yo...
http://www.vyomlink s.com/rd. asp?Id=16387

Mybase - Mybase is an unique freeform database software that stores any kind of information you want to organize, such as rich text information, web pages, image files, and even binary files. The files are com...
http://www.vyomlink s.com/rd. asp?Id=16507

kaztrix DataBuilder - If you are tired of using hard databases and are in need of a simple but very intelligent KazTrixDataBuilder 1.0 is the ultimate database designer/publisher. It allows novice and expert users to buil...
http://www.vyomlink s.com/rd. asp?Id=16510

ASPMaker - ASPMaker is an automation tool that can generate a full set of ASP (Active Server Pages) quickly from a Microsoft Access Database or any ODBC Data Source. Using the generated ASP, users can view, edit...
http://www.vyomlink s.com/rd. asp?Id=16893

EasyXQuery - EasyXQuery is ASP web application. Handles the administration of MS SQL Server (tested on SQL Server2000) over the WWW (like phpMyAdmin for MySQL). It will help all developers who make database-orien. ..
http://www.vyomlink s.com/rd. asp?Id=14667

Recipe Processor 2000 - XP Compatible! The Recipe Processor 2000 does for kitchen recipes what a word processor does for words. You can enter your own recipes, adjust serving size and ingredient amounts. Search for recipes b...
http://www.vyomlink s.com/rd. asp?Id=13620

ISQL for PostgreSQL - Interactive SQL for PostgreSQL is a database administration solution for managing PostgreSQL databases. It allows: Build SQL queries using SQL Editor with SQL syntax highlighting and SQL Query H...
http://www.vyomlink s.com/rd. asp?Id=10876

DBi-Desktop - DBi-Desktop Professional is designed to make working with DBISAM a breeze! This enhanced database manager includes many features....
http://www.vyomlink s.com/rd. asp?Id=11237

DBF Viewer - DBF Editor is a powerful database viewer and editor that lets individuals and business users access databases directly without programming via the familiar Windows interface. This small and handy util...
http://www.vyomlink s.com/rd. asp?Id=11329

DB query - This distributed client/server application offers technology of searching in databases without using SQL language syntax. DB Query is partitioned into two logical units which run in conjunction on sep...
http://www.vyomlink s.com/rd. asp?Id=11384

AM-Zip - AM-Zip automates your daily backups into Zip archives. There are many options to create backups, eg. include/exclude files, filetypes or directories, run batch files before/after the backup process, p...
http://www.vyomlink s.com/rd. asp?Id=11860

Euro Collector 2002 - Euro Collector 2002 is a database program which enables you to keep track and control over your complete euro collection.. .
http://www.vyomlink s.com/rd. asp?Id=11983

DB SynchroComp - DB SynchroComp compares two databases, determining differences between them, and generates script that will change target database structure to match the source database structure. After you execute s...
http://www.vyomlink s.com/rd. asp?Id=12212

DBF-Desktop - DBF-Desktop Professional is the premier Database Manager for managing DBF files, providing the ability to create, modify and manage every aspect of your DBF file. Since DBF-Desktop was created using A...
http://www.vyomlink s.com/rd. asp?Id=12254

StampCAT - StampCAT is a powerful database program designed to help you catalog and manage your stamp collection. StampCAT will help you know what you have, where it is, and the total value of your collection. ...
http://www.vyomlink s.com/rd. asp?Id=12257

MySql2Access Converter - MySQL2Access Converter is for bulk database conversion from MySQL to Ms Access, best matching origin data types and rows, then your program may work with both MySQL databases and Ms Access databases w...
http://www.vyomlink s.com/rd. asp?Id=6346

dbAnalyst - dbAnalyst provides a single interface to your enterprise databases. dbAnalyst allows you to lower your costs of ownership and raise your productivity, due to a single, standard database development ...
http://www.vyomlink s.com/rd. asp?Id=12454

Installgen - Installgen implements Oracle´s best practices for over 100 tasks required when performing the installation of Oracle primary and standby database servers. Installgen generates dozens of Perl scripts, ...
http://www.vyomlink s.com/rd. asp?Id=13301

Dream Catcher - Track and interpret your dreams. Over 500 dream interpretations with the ability to add your own, logs date, dream subject, and details, view or print your dream log on your PC or list them by date on...
http://www.vyomlink s.com/rd. asp?Id=13609

EMS IB Manager - EMS IB Manager is a high-performance tool for administering InterBase and FireBird. It provides an easy-to-use graphical interface for maintaining databases and database objects, managing table data, ...
http://www.vyomlink s.com/rd. asp?Id=10542

Sitekeeper - The complexity and costs of high-end software management software has forced many corporate sites to continue doing vital tasks manually, creating a growing inability to stay current risking network s...
http://www.vyomlink s.com/rd. asp?Id=13952

TCS - TCS is a trends management program. The data can be field data, coming from one or more acquisition systems of a net and/or internal performance data of servers. In a general way the program can manag...
http://www.vyomlink s.com/rd. asp?Id=12573

TextDB - TextDB is a high performance search engine with plenty of features to cover all your needs Implement full-text search in your applications by using TextDB's easy-to-use ActiveX components in Visual...
http://www.vyomlink s.com/rd. asp?Id=12730

SoftSite Pro - SoftSite Pro is a powerful and easy-to-use software portal solution written in Perl with full SSI (Server Side Includes) support. SoftSite Pro can be used in both the Windows and Unix/Linux environmen.. .
http://www.vyomlink s.com/rd. asp?Id=12797

ScriptSite - ScriptSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized internet programming/ script archive under Windows o...
http://www.vyomlink s.com/rd. asp?Id=12798

SoftSite - SoftSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized shareware or freeware directory/archive under Windows...
http://www.vyomlink s.com/rd. asp?Id=12799

PetSite - PetSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized pet directory under Windows or Linux with a minimum of...
http://www.vyomlink s.com/rd. asp?Id=12804

CATraxx - CATraxx is a powerful program for organizing your music collection. It can track a variety of vital information, including artist, title, format, label, condition, value, song titles, producers, music...
http://www.vyomlink s.com/rd. asp?Id=12879

JobSite - JobSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized employment directory/archive under Windows or Linux wi...
http://www.vyomlink s.com/rd. asp?Id=12895

blueshell Active Tables - blueshell Active Tables are much more than a database grid! Use Visual Basic 5/6 as well as all the languages of .NET (like C#, VB.NET and J#) to connect to various databases including Oracle, MS SQL ...
http://www.vyomlink s.com/rd. asp?Id=12939

blueshell Active Tables for .NET - blueshell Active Tables are much more than a database grid! Use Visual Basic 5/6 as well as all the languages of .NET (like C#, VB.NET and J#) to connect to various databases including Oracle, MS SQL ...
http://www.vyomlink s.com/rd. asp?Id=12940

BreezeBase ASP Web Database Creator - Win 2000 server. Generated databases have administration and user interfaces which allow you to add, search, update and delete records on the web. There is also an option to send users email after the...
http://www.vyomlink s.com/rd. asp?Id=13185