Windows2000 Tips
Operation Was Attempted on Something
That Is Not a Socket Error
Added 11/19/04
If you get this error when you try and renew your IP address,
Likely the winsock2 registry entries are corrupted.
The basic steps to fix this are:
- Remove the old registry entries - Download Reg file
- Import the correct registry entries - Download Reg file
- Reboot the computer
System32 Folder Opens When Logging On
Added 3/26/04
If the System32 folder shows on the desktop, there may be an invalid entry in
the Registry
- Start Regedit
- Go to both:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Double check that the values do not have incorrect, incomplete, or blank
entries
Faster DOS Printing
Submitted 6/21/03
If you are experiencing slow printing for DOS programs with Windows2000
- Go Start | Run | Regedit
- Click Hkey_Local_Machine
- Click on System
- Click CurrentControlSet
- Click Control
- Go to the bottom of this part of the list and click WOW
- Click LPT timeout and change it to a 3
Submitted by Steve Cohen
Show Hidden Devices
Submitted 11/26/02
You can show hidden devices in the Device Manager. One way is by
making a simple registry change. The other is through a batch file.
Registry Change:
-
Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \
Session Manager \ Environment
-
Create a string DEVMGR_SHOW_NONPRESENT_DEVICES
-
Give it a value of 1
Download reg file
Batch File
@Echo Off
Prompt $p$g
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
exit
Submitted by
Michael Kinsel
Enable / Disable the Task
Manager
Added 10/17/02
-
Start Regedit
-
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
-
Create the Dword value DisableTaskMgr
-
Give it a value of 0 to enable it
-
Give it a vaule of 1 to disable it
Problems with 16-Bit Programs After Installing SP2
Submitted 7/24/02
After the installation of Service Pack 2, (SP2), for Windows 2000 the
operating system ceased to execute 16-bit programs. This was due to a program
compatibility feature within VDM, (Windows NT Virtual Dos Machine), that
prevented the operation of 16-bit applications, and generated the following
error code
<Program> caused a general Protection Fault in module KRNL386.EXE at
0001:6382 Choose close. <Program> will close
The resolution is ...
- Start - Run - REGEDIT
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\SessionManager\AppCompatability\
- Delete the NTVDM.EXE subkey
- Click YES for confirmation
- Restart your computer
Submitted by Arthur Pounder
Common Command Console Utilities
Added 9/9/01
Windows2000 comes with quite a few console utilities you can easily run from
the command line:
Computer Management - compmgmt.msc
Disk Managment - diskmgmt.msc
Device Manager - devmgmt.msc
Disk Defrag - dfrg.msc
Event Viewer - eventvwr.msc
Shared Folders - fsmgmt.msc
Group Policies - gpedit.msc
Local Users and Groups - lusrmgr.msc
Performance Monitor - perfmon.msc
Resultant Set of Policies - rsop.msc
Local Security Settings - secpol.msc
Services - services.msc
Component Services - comexp.msc
Quick Access to the Device Manager
Added 9/9/01
If you want to quickly access the device manager,
create a shortcut on the desktop that point to:
%systemroot%\system32\devmgmt.msc
Note: See the previous tip for other Command Console utilities you can
add as well.
Enabling NumLock on by Default
Added 8/16/01
To have numlock turned on for each user:
- Start Regedit
- Go to HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators
- Change the value from 0 to 2
- Turn Numlock on manually
- Log off and back on again.
- For all users, make the same change to HKEY_USERS\.DEFAULT\Control
Panel\Keyboard\InitialKeyboardIndicators
Download reg file
Using MSCONFIG to Change the Programs Starting
Automatically
Updated 8/16/01
You can now use the MSCONFIG.EXE that comes with WindowsXP.
Download the one from the full release
product(64K)
It also lets you change the Services and BOOT.INI file as well.
Added 11/23/00
- If you like to use MSCONFIG from Windows98, you can still use it with
Windows2000.
- Just copy the file to a place in your path (e.g. \WINNT)
- You will get an error about a file Regenv32.exe. It will work find
without it but I just copied that file as well.
Increasing File System Caching
Added 8/16/01
To increase the amount of memory Windows will save for locked I/O operations:
- Start Regedit
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management
- Edit the key IoPageLockLimit
4096 - 32megs of memory or less
8192 - 32+ megs of memory
16384 - 64+ megs of memory
32768 - 128+ megs of memory
65536 - 256+ megs of memory
Increasing System Performance
Added 8/16/01
If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.
- Start Regedit
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management\DisablePagingExecutive
- Set the value to be 1
- Reboot the computer
Download reg file
Disabling Dr. Watson
Added 6/22/01
If you want to disable Dr. Watson program errors from generating log files:
- Start Regedit
- Go to HKEY_LOCAL_MACHINE / SOFTWARE \ Microsoft \ Windows NT \
CurrentVersion\ AeDebug
- Set the string Auto=0
- To re-enable it, run drwtsn32 -i
Note: If you do want to use Dr. Watson, you can change the default settings
by running drwtsn32
Enabling CD AutoRun
Added 6/22/01
To enable CD's automatically running when you insert them:
- Start Regedit
- Go to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ CDRom
- Make sure the key reads Autorun=1
Starting Programs Automatically at
Each Command Prompt
Added 6/19/01
If you want to start a program (like DOSKEY) or set an environment variable
each time you open a command prompt:
- Start Regedit
- Go to HKEY_CURRENT_USER\Software\Microsoft\Command Processor
- Create a String key called Autorun
- Give it the value of the command you want to run
- Multiple commands need to be separated by a double ampersand (&&)
Renaming the My Computer Icon
Added 6/19/01
To rename the My Computer icon to the name of the user that is logged on:
- Start Regedit
- Go to HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}
- Change the "My Computer" at end of
@C:\WINNT\system32\shell32.dll,-9216@1033,My Computer
- Press the F5 key to refresh the desktop and the new name will show up.
Quick Windows2000 Shutdown/Restart
Added 5/18/01
To do a quick shutdown of Windows2000:
Press Ctrl-Alt-Delete
Hold the Control key while you click on the Shutdown button
A warning box will come up stating:
"If you continue, your machine will reboot and any unsaved data will be lost.
Use only as a last resort."
Fix Browsing Delay to Win98/ME Computers
Added 5/18/01
If you experience a 30 second or so delay when browsing to Windows98 or
WindowsME computers,
delete the following registry key on the Windows2000 computer.
HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / CurrentVersion /
Explorer / RemoteComputer / NameSpace {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Download reg file
Windows 2000 Command Reference
Added 5/18/01
If you want quick access to all the commands you can run with Windows2000,
run the following command line:
hh.exe mk:@MSITStore:C:\WINNT\Help\windows.chm::/ntcmds.htm
This is one I like to keep handy as a quick reference.
Microsoft also has this on their site
Date and Time Environment Variables
Added 5/18/01
You can get the current date and time in a batch file by entering:
echo %date% (this gives the same value as date /t)
or
echo %time% (this gives the same value as time /t)
Changing File Associations from the Command
Prompt
Added 5/14/01
Usually you change the file associates from the Explorer.
An easy way to do it from the cmd prompt is by using the assoc and
ftype commands
Assoc shows you the extension file type and it's name.
For example assoc .txt displays .txt=textfile
Ftype lets you change the file assocation
For example ftype txtfile displays txtfile=%SystemRoot%\system32\NOTEPAD.EXE
%1
To change the program you want to use for a txtfile, simply type:
ftype txtfile=the location of the other program
Network Bindings
Added 5/9/01
To view or change your network bindings:
- Right click on the My Network Places icon on the desktop
- Select Properties
- On the menu select Advanced / Advanced Settings
From here you can change the bindings for your adapters.
Disable Regedit From Opening to Previous Location
Added 5/1/01
By default, whenever you start Regedit, it starts in the previous location.
To turn off this feature:
- Start Regedt32 (not Regedit)
- Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion
\ Applets \ Regedit
- Clear the entry in the LastKey
- Highlight the Regedit key
- From the menu select Security / Permissions
- Deny Full Control to the currently logged in user
Not Displaying Last User Logged On
Added 5/1/01
- Go to Start / Settings / Control Panel / Administrative Tools / Local
Security Policy
- Open up Local Policies / Security Options
- Enable Do not display last user name in login screen
Creating a Logon Banner
Added 5/1/01
To create a logon banner:
- Go to Start / Settings / Control Panel / Administrative Tools / Local
Security Policy
- Open up Local Policies / Security Options
- Enter in Message Text and Message Title for users attempting to logon
Easy Way to Share Multiple Folders
Added 4/19/01
Running the program SHRPUBW.EXE will bring up a simple dialog box to
let you:
- Browse to the folder you want to share
- Enter in a share name
- Ender in a description
- Set permissions
- Restart the process from within the same program
Access to All Dial-Up Connections
4/19/01
If you have several dial-up connections but don't want to have a shortcut to
each one on your desktop,
simply copy a shortcut from the \winnt\system32\rasphone.exe file.
This will allow you to select which dial-up connection you want to use from a
pull down menu.
Changing Drive Letters
4/1/01
If you want to change the letters assigned to your fixed or removable drives:
- Right Click on My Computer
- Select Manage
- Select Disk Management
For a Fixed Disk:
- Select it
- Right click
- Select Change Drive Letter and Path
- Click on the Edit button
- Enter in the letter you want to use
For a Removable Disk:
- In the lower, right hand panel, right click on the Disk or CD ROM #
- Select Change Drive Letter and Path
- Click on the Edit button
- Enter in the letter you want to use
Cascading My Computer Folder
Added 1/21/01
Simply drag the My Computer icon from the desktop to the Start Button.
Now you have a cascading menu for My Computer available when you press
Ctrl-Esc.
This gives you easy access to your disks, CD ROMS, mobile devices and network
connections
Automatic Creation of Admin Shares
Submitted 12/24/00
To re-enable automatic creation of the administrative shares, change the
value of the following registry key to one (1), or delete the value:
For Server - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
\AutoShareServer
For Workstation - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
\AutoShareWks
A setting of zero (0) prevents the administrative shares, such as C$, D$,
Admin$, and so on, from being created automatically.
Submitted by Andrejs Narnickis
Additional Information From the Task Manager
Added 11/23/00
You can customize some of the items you can see in the Task Manager
- In Processes, select View / Columns...
- From here you can view additional information about each process such as
Page Faults, Priority, Threads etc.
Enabling DMA/UDMA
Added 11/23/00
To make sure your IDE Controller is set to use DMA
- Right click on the My Computer icon
- Select Manage
- Click on Device Manager
- Expand IDE ATA/ATAPI Controller
- Right-click on Primary IDE Channel
- Click on Properties
- Click on the Advanced Settings tab
- In the Transfer Mode section, select DMA if available
- Do this for both devices in both the Primary and Secondary Controllers
- After you reboot you can go back in and see what the controller is now
actually using.
Enabling Hibernation
Added 9/13/00
With Windows2000 Hibernation, when you select it from the Shutdown menu,
all your applications as well as their location on your desktop come up the next
time you start up your computer.
To enable it:
- Go to the Control Panel / Power Options icon
- Click on the Hibernate tab
- Check Enable hibernation support
- Since hibernation takes what is in memory and writes it to disk,
the amount of hard drive space needed is the same as the amount of memory you
have.
- Now when you go to logoff, select the Hibernate option instead.
Unsigned Driver Installation
Added 9/10/00
By default, Windows2000 will allow you to install drivers that have not been
signed and approved my Microsoft.
If you want to restrict this so only signed drivers can be installed:
- Run the Local Security Policy MMC (Start / Run / Programs / Administrative
Tools / Local Security Policy)
- Scroll down to Unsigned driver installation behavior (This is
second from the bottom)
- The default is Not Defined
- You have three additional options:
Silently Succeed
Warn but allow installation
Do not allow installation
Changing the Logon Background Color
Added 9/5/00
If you want to change the green logon color:
- Start Regedit
- Go to HKEY_USERS\.DEFAULT\Control Panel\Colors\Background
- Change the three numbers from the default of 58 110 165
to the RGB values you want
- For example 110 110 255 is a fairly light blue, 0 0 0
would be black
- Log off and log back on again to see the change.
System File Checker
Added 9/1/00
There is a command-line utility called System File Checker (SFC.EXe), which
allows an administrator to scan all protected files to verify their versions.
The following shows the command-line syntax:
/SCANNOW Scans all protected system files immediately.
/SCANONCE Scans all protected system files once at the next boot.
/SCANBOOT Scans all protected system files at every boot.
/CANCEL Cancels all pending scans of protected system files.
/QUIET Replaces all incorrect file versions without prompting the user.
/ENABLE Enables Windows File Protection for normal operation
/PURGECACHE Purges the file cache and scans all protected system files
immediately.
/CACHESIZE=x Sets the file cache size
Starting the Indexing Service to Speed Up File Searches
Added 9/1/00
You can greatly speed up searching for files, particularly files with text in
them, if you index your files.
To turn this on:
- Start a search by pressing the F3 key from the Explorer on while on the
desktop
- Click on Search Options
- Click on Indexing Service
- Check Yes, enable Indexing Service
Searches should now go extremely fast. The index file is relatively small.
For example I have about 3 gigs of used hard drive space and this created a 20
meg index file.
Automatic File & Directory Name
Completion
Added 9/1/000
From the command prompt, you can list files or directories without needing to
type in the entire name.
- Start a new command session with Start / Run / "cmd /f :on"
- You can scroll through files by pressing the Ctrl-F key
- You can scroll through directories by pressing the Ctrl-D key
- You can enter the first few letters of the name to make the search more
specific
- You can search backwards by pressing shift key down at the same time
- To make this permanent, you can add it to any command prompt shortcuts you
use
Moving My Documents
Added 9/1/00
Normally the My Documents fold is in the Documents and Settings /
User_Name directory.
You can change that location by:
- Start / Documents
- Right click on My Documents
- Select Explore
- Right click on My Documents
- Right click and select Properties
- Click on the Move button and select the location you want to move
it to.
Displaying More File Information in Explorer
Added 9/1/00
You can easily display more information than the file name, size, type and
modified date in Explorer.
- Right click on any one of these headings.
- This will bring up some of the additional fields you can display.
- Items such as Attribute, Comment, Created Date, Accessed date are
available.
- You can also click on More for other items as well
- Selections such as Comment can be useful for Word and Excel documents.
- You can right click on the file, select Properties / Summary.
- Select the Comment field and enter in a short description for the file.
Running Applications as Another User
Added 9/1/00
With NT, you have always been able to connect to a network share as another
user.
This allowed you to not have to log off and then back on again with a different
user.
The same capability is now available with Windows2000 for running applications.
If you need to run an app as an administrator, you can do it without logging off
and back on as the admin.
- Select the the application you want to run.
- While holding down the shift key, right-click on the icon
- You now have the option to Run As
- You will then be prompted for the user's name, password and domain.
Opening a Command Prompt to a Particular
Directory from Explorer
Added 9/1/00
If you want to open a command prompt to a directory that is selected in the
Explorer:
- Start Regedit
- Go to HKEY_CLASSES_ROOT \ Directory \ shell
- Create a new key called Command
- Give it the value of the name you want to appear in the Explorer.
Something like Open DOS Box
- Under this create a new key called command
- Give it a value of " cmd.exe cd %1 " (no quotes)
- Now when you are in the Explorer, right click on a folder, select Open
DOS Box, and a command prompt will open to the selected directory.
Removing Personalized Menus
Added 8/31/00
- Right-click on the Task Bar
- Select Properties
- Uncheck Use Personalized Menus
Display Administrative Tools
Added 8/31/00
- Right-click on the Task Bar
- Select Properties
- Click on the Advanced tab
- Check Display Administrative Options
Display Logoff
Added 8/31/00
- Right-click on the Task Bar
- Select Properties
- Click on the Advanced tab
- Check Display Logoff
Expand Control Panel, My Documents, Network and Dial-Up
Connections or Printers
Added 8/31/00
- Right-click on the Task Bar
- Select Properties
- Click on the Advanced tab
- Check the ones you want to expand
Displaying Hardware Conflicts
Added 8/31/00
- Make sure you display the Administrative tools
- Go to Start / Programs / Administrative Tools / Computer Management
- Scroll down to System Tools / System Information / Hardware Resources /
Conflicts/Sharing
- This will display and IRQ or other conflicts.
Bring Up Task Manager Directly
Added 8/31/00
To start the Task Manager, simply press the Ctrl-Shift-Esc keys
Quickly Changing Directories
Added 8/31/00
If you want to change directories but don't want to type in the entire path
name,
you can use the "*" at the end of a partial display.
For example to change to Program Files, you can simply enter cd
pro* and it will fill in the rest.
Disk CleanUp
Added 8/31/00
To clean up your drive from Temporary Internet Files, Temp files, the Recycle
Bin etc.
- Click on the My Computer icon
- Right click on the drive you want to clean
- Select Properties
- Click on the Disk Cleanup button
- From here you can select the types of files you want to remove
- Microsoft Exchange Server 2003 Enterprise
- Microsoft Exchange Server 2007
- Microsoft Expression Studio 1.0
- Microsoft Frontpage 2003
- Microsoft Frontpage 2003 (DEUTSCH)
- Microsoft ISA 2000 Server
- Microsoft Macro Assembler 32 v7.0
- Microsoft Money 2004
- Microsoft Money 2006 Deluxe
- Microsoft Money Home & Business 7
- Microsoft Office 2003 Professional (DEUTSCH) with Business Contact Manager
- Microsoft Office 2003 Professional with Business Contact Manager for Outlook
- Microsoft Office 2007 Enterprise
- Microsoft Office 2007 Enterprise USB Edition
- Microsoft Office Accounting Professional 2009 UK
- Microsoft Office XP Professional
- Microsoft OneNote 2003 Professional
- Microsoft OneNote 2003 Professional (DEUTSCH)
- Microsoft Picture It! Premium 10.0
- Microsoft Plus! for Windows XP
- Microsoft Project 2003 Professional (DEUTSCH)
- Microsoft SQL Server 2005 Developer Edition
- Microsoft Student 2009 with Encarta Premiun
- Microsoft Visio 2003 Professional (DEUTSCH)
- Microsoft Visio 2007 Professional
- Microsoft Visual Basic 6.0 Professional
- Microsoft Visual Basic RAD Professional v1.01
- Microsoft Visual FoxPro 8.0
- Microsoft Visual Studio 2005 Professional Edition
- Microsoft Windows 7
- Microsoft Windows 7 x64
- Microsoft Windows 7 x64 French
- Microsoft Windows Home Server
- Microsoft Windows Server 2008
- Microsoft Windows Vista Business
- Microsoft Windows Vista SP2 x64
- Microsoft Windows Vista Ultimate
- Microsoft Windows Vista Ultimate Full Version OEM 64-bit (includes SP1)
- MS Project 2003 Professional - Full Version
- MS Project 2003 Server - Full Version
- MS SQL Server 2000 - Full Version
- MS Visual Studio.NET 2003 Enterprise Architect - Full Version
- MS Windows 2000 Professional - Full Version
- MS Windows 2000 Server - Full Version
- MS Windows 2003 Enterprise Server
- MS Windows XP Professional with SP1
- MS Windows XP Professional x64
- MS Works 7.0
- Adobe Acrobat 8.0 Professional
- Adobe Creative Suite 3 Design Premium for Win
- Adobe Creative Suite 3 Master Collection for Mac
- Adobe Creative Suite 3 Master Collection for Win
- Adobe CS4 Master Collection
- Adobe CS4 Master Collection for mac
- Adobe Dreamweaver CS3
- Adobe Photoshop CS2 V 9.0
- Adobe Photoshop CS3 Extended
- Adobe Photoshop CS3 Extended for Mac
- Autodesk AutoCAD 2008
- Autodesk Autocad 2009 32bit
- Autodesk AutoCAD LT 2008
- Autodesk Navisworks Simulate 2010
- Cakewalk Sonar 8.0 Producer Edition
- G DATA InternetSecurity 2008
- Microsoft MapPoint Europe 2009
- Microsoft Office 2003 Professional with Business Contact Manager for Outlook
- Microsoft Office 2007 Enterprise
- Microsoft Office XP Professional
- Microsoft Windows Server 2008
- Microsoft Windows Server 2008 + Microsoft SQL Server 2008
- Microsoft Windows Vista Business
- Microsoft Windows Vista SP2 x64
- Microsoft Windows Vista Ultimate
- Parallels Desktop 3.0 (build 5584) for Mac
- SolidWorks 2009 x32
- SolidWorks 2009 x64
- Adobe Illustrator CS4
- Adobe Premiere Pro CS4 Multilanguage
- Adobe RoboHelp 8.0
- AllFusion ERwin Data Modeler
- Ashampoo AntiSpyWare 2
- Ashampoo Cover Studio 2
- Autodesk AutoCAD Land Desktop 2009
- Autodesk Inventor 2010
- Autodesk Maya 2010 x64
- AVG Internet Security 8.5
- Cakewalk Dimension Pro Virtual Synthesizer Win/Mac
- Cakewalk Rapture v 1.2
- Cakewalk Sonar 7.0 Producer Edition
- Cakewalk Sonar 8.0 Producer Edition
- Corel Designer Technical Suite x4
- CyberLink PowerDVD 9 Ultra Version
- DVD PHOTO SLIDESHOW 7
- Final Cut Studio
- FXhome VisionLab Studio Pro 10
- GraphiSoft ArchiCAD 12
- Kaspersky Internet Security 2010 9.0.0.459 Final
- Logic Studio 9 with Audio content
- Lynda.com Flash CS4 Professional: Building UI Elements
- Lynda.com InDesign CS4: 10 Habits of Highly Effective Pros
- Mac OS X Server version 10.4
- MAGIX MP3 Maker 14 Deluxe
- MAGIX Music Maker 15 Premium
- MakeMusic Finale 2009
- Maple 13
- McAfee Internet Security 2009
- Microsoft Office 2007 Enterprise USB Edition
- Microsoft Picture It! Premium 10.0
- Microsoft Windows 7
- Microsoft Windows 7 x64
- Microsoft Windows 7 x64 French
- MS Windows XP Professional x64
- Nuance OmniPage 17 Pro with Paper Report
- onOne PhotoFrame 4 Professional Edition
- onOne Phototools 2 Professional
- Photodex ProShow Gold
- Pinnacle Hollywood FX 5 Pro
- ProgeSoft ProgeCAD 2009 Professional
- QuarkXPress 8.02
- QuarkXPress 8.02 for mac
- Reallusion Crazytalk 6 PRO
- Relux Light Simulation Tools 2009
- Rosetta Stone Version 3: Arabic Level 1, 2 for mac
- Rosetta Stone Version 3: Chinese (Mandarin) Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: French Level 1, 2 & 3 Set
- Rosetta Stone Version 3: French Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: German Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: Italian Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: Japanese Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: Portuguese(Brazil) Level 1, 2 Set for mac
- Rosetta Stone Version 3: Russian Level 1, 2 & 3 Set for mac
- Rosetta Stone Version 3: Spanish(Latin America) Level 1, 2 & 3 Set for mac
- Serif PhotoPlus X3
- SlySoft AnyDVD HD v6.5.7.1
- Tekla Structure 15
- The Foundry Nuke: Maximum 2009
- Uniblue PowerSuite 2009
- Visual FoxPro 9
- Acronis Disk Director Server 10.0
- Acronis Disk Director Suite 10.0
- Acronis Disk Editor v6.0.360
- Acronis Drive Cleanser v6.0 Build 383
- Acronis Migrate Easy Deluxe v1.0.0.43
- Acronis & Paragon Universal Boot CD USB 2009 1.0
- Acronis PartitionExpert 2003
- Acronis Privacy Expert Suite 7.0
- Acronis Recovery Expert Deluxe
- Acronis True Image 7.0
- Acronis True Image Echo Server for Windows 9.5
- Acronis True Image Enterprise Server 9.1.3666
- Acronis True Image Home 11.0
- Acronis True Image Home 2009 12.0.09709
- Acronis True Image Workstation 9.1.3887
- Adobe Acrobat 7.0 Professional
- Adobe Acrobat 8.0 Professional
- Adobe Acrobat V 6.0 Professional PC
- Adobe After Effects 7.0 Standard
- Adobe After Effects CS3
- Adobe Atmosphere 1.0
- Adobe Audition 2.0
- Adobe Audition 3.0
- Adobe Contribute CS3
- Adobe Creative Suite 2 Premium for Windows
- Adobe Creative Suite 3 Design Premium for Win
- Adobe Creative Suite 3 Master Collection for Win
- Adobe Creative Suite 4 Design Premium for Win
- Adobe CS4 Master Collection for mac
- Adobe Dreamweaver CS3
- Adobe Encore CS3
- Adobe Encore DVD 2.0
- Adobe Fireworks CS3
- Adobe Flash CS3 Professional
- Adobe Flex v.3.0.2
- Adobe FrameMaker 7.0
- Adobe FrameMaker 8.0
- Adobe FrameMaker 9.0
- Adobe GoLive CS V 7.0 PC
- Adobe GoLive CS2
- Adobe Illustrator CS V 11.0 PC
- Adobe Illustrator CS3
- Adobe InDesign CS V 3.0 PC
- Adobe InDesign CS2
- Adobe InDesign CS3
- Adobe Photoshop Album V 2.0
- Adobe Photoshop CS v.8.0
- Adobe Photoshop CS2 V 9.0
- Adobe Photoshop CS3 Extended
- Adobe Photoshop Elements 4.0
- Adobe Photoshop Elements 5
- Adobe Photoshop Elements 6.0
- Adobe Photoshop Lightroom 1.1
- Adobe Photoshop Lightroom 1.2 Multilingual
- Adobe Photoshop Lightroom 2 for Mac
- Adobe Premiere 2.0
- Adobe Premiere Elements 1.0
- Adobe Premiere Elements 2.0
- Adobe Premiere Pro 1.5
- Adobe Premiere Pro CS3
- Adobe Premiere Pro CS4 Multilanguage
- Adobe Presenter 7
- Adobe RoboHelp 8.0
- Photoshop CS3 Premium Learning Suite
- Alias Maya 7.0 Unlimited
- Alias MotionBuilder 6.0
- Alias StudioTools 11.02
- Apple iWork08
- Apple QuickTime Pro v7.4.5
- Final Cut Studio
- Logic Studio 9 with Audio content
- Mac OS X Server version 10.4
- Ashampoo AntiSpyWare 2
- Ashampoo Burning Studio 7.21
- Ashampoo Burning Studio 8 2009
- Ashampoo Cover Studio 2
- Ashampoo Office 2008
- Ashampoo UnInstaller Platinum 2.8
- Ashampoo WinOptimizer 4
- Autodesk 3ds Max 2009
- Autodesk 3ds Max 8.0
- Autodesk 3ds Max 9.0
- Autodesk 3ds Max Design 2009 DVD (x86, x64)
- Autodesk Alias 2010 for Mac
- Autodesk Alias Design 2010
- Autodesk AliasStudio 2008
- Autodesk Architectural Desktop 2006
- Autodesk Architectural Studio 3.0
- Autodesk AutoCAD 2006
- Autodesk AutoCAD 2007
- Autodesk AutoCAD 2008
- Autodesk Autocad 2009 32bit
- Autodesk Autocad 2009 64bit
- Autodesk AutoCAD Electrical 2006
- Autodesk AutoCAD Land Desktop 2009
- Autodesk AutoCAD LT 2008
- Autodesk AutoCAD Mechanical 2005
- Autodesk AutoCAD Revit Architecture Suite 2009
- Autodesk Building Systems 2006
- Autodesk Civil 3D - Civil Design Companion 2007
- Autodesk Civil 3D 2006
- Autodesk Combustion 2008
- Autodesk Inventor 2010
- Autodesk Inventor LT x32
- Autodesk Inventor LT x64
- Autodesk Maya 2008
- Autodesk Maya 2010 x64
- Autodesk Navisworks Simulate 2010
- Autodesk Revit Structure 2009
- Autodesk Robot Structural Analysis Professional 2009
- Autodesk Showcase 2009
- Autodesk SketchBook Pro 2010
- Discreet Combustion 4.0 for Windows
- Discreet Lustre 2.0
- Corel Bryce 5.0
- Corel Designer 10.0
- Corel Designer Technical Suite 12.0
- Corel Designer Technical Suite x4
- Corel KPT 6
- Corel Paint Shop Pro PHOTO XI
- Corel Painter IX
- Corel Photobook 10.3
- Corel Print House 6
- Corel Procreate KnockOut 2.0
- Corel Procreate KPT Effects
- Corel Rave 2
- Corel Smart Graphics Studio 1.1
- Corel Ventura 10.0
- Corel WordPerfect Office X3 Standard
- Corel XMetaL Author 4.0
- CorelDraw Graphics Suite X3
- CorelDRAW Graphics Suite X4
- eBook: Adobe Acrobat 7 Classroom in a Book(Adobe Press)
- eBook: Adobe Acrobat 7 in a Snap
- eBook: Adobe Acrobat 7 Tips and Tricks The 150 Best(Adobe Press)
- eBook: Adobe After Effects 7.0 Classroom in a Book (Adobe Press)
- eBook: Adobe After Effects 7.0 Classroom in a Book (Adobe Press)
- eBook: Adobe Audition 2.0 Classroom in a Book (Adobe Press)
- eBook: Adobe Creative Suite 2 Classroom in a Book (Adobe Press)
- eBook: Adobe Creative Suite 2 How Tos 100 Essential Techniques
- eBook: Adobe Creative Suite Unleash the Full Power
- eBook: Adobe CS2 All in One Desk Reference For Dummies
- eBook: Adobe Encore DVD 1.5 (Peachpit Press)
- eBook: Adobe Encore DVD Classroom in a Book (Adobe Press)
- eBook: Adobe Golive CS Classroom in a Book (Adobe Press)
- eBook: Adobe Golive CS2 Tips and Tricks. The 250 Best
- eBook: Adobe Illustrator 10.0 Classroom in a Book (Adobe Press)
- eBook: Adobe Illustrator CS Wow!
- eBook: Adobe Illustrator CS2 Classroom in a Book (Adobe Press)
- eBook: Adobe InCopy CS2 Classroom in a Book (Adobe Press)
- eBook: Adobe InDesign CS Classroom in a Book(Adobe Press
- eBook: Adobe InDesign CS2 at Your Fingertips
- eBook: Adobe InDesign CS Classroom in a Book(Adobe Press)
- eBook: Adobe PageMaker 7.0 Classroom in a Book (Adobe Press)
- eBook: Adobe Photoshop CS All in One Desk Reference For Dummies
- eBook: Adobe Photoshop CS Classroom in a Book (Adobe Press)
- eBook: Adobe Photoshop CS Digital Photography Workflow Handbook
- eBook: Adobe Photoshop CS For Photographers (2004)
- eBook: Adobe Photoshop CS2 Classroom in a Book(Adobe Press)
- eBook: Adobe Photoshop CS2 For Dummies
- eBook: Adobe Photoshop CS2 In Pictures
- eBook: Adobe Photoshop CS2 Studio Techniques(Adobe Press)
- eBook: Adobe Photoshop CS2 The Focal Easy Guide
- eBook: Adobe Photoshop Elements 4 In Pictures
- eBook: Adobe Photoshop Elements 4 The Hidden Power
- eBook: Adobe Photoshop Graphics Techniques For Web Design
- eBook: Adobe Premiere Elements 2.0 Classroom in a Book
- eBook: Adobe Premiere Pro 2.0 Classroom in a Book(Adobe Press)
- eBook: Adobe Premiere Pro Classroom in a Book(Adobe Press)
- eBook: Adobe Reader 7 Working Effectively with PDF Files
- eBook: Autodesk 3Ds Max 8 Bible
- eBook: Autodesk AutoCAD 2004 Bible
- eBook: Autodesk AutoCAD 2004. For Dummies
- eBook: Autodesk AutoCAD 2005 Bible
- eBook: Autodesk AutoCAD 2005. For Dummies
- eBook: Autodesk AutoCAD 2006 Bible
- eBook: Building Your Business with Google For Dummies. 2004
- eBook: Creating Professional Animation with 3Ds Max
- eBook: Excel. Timesaving Techniques for Dummies. 2005
- eBook: Firewalls for Dummies (2nd Edition)
- eBook: Hacking For Dummies 2
- eBook: Ham Radio for Dummies April 2004
- eBook: Home Networking For Dummies 3rd Edition
- eBook: HTML & XHTML & CSS Bible. 3rd Edition (2004)
- eBook: Internet Explorer Construction Kit For Dummies. 2004
- eBook: Java Database Programming Bible (2002)
- eBook: JavaScript Bible, 5th Edition
- eBook: Laptops For Dummies Dec 2004
- eBook: Linux For Dummies (6th Edition)
- eBook: Linux For Dummies 6th Edition (2005)
- eBook: Linux Timesaving Techniques for Dummies 2004
- eBook: Macromedia Dreamweaver 8 For Dummies
- eBook: Macromedia Dreamweaver 8 In Pictures
- eBook: Macromedia Dreamweaver 8 Teach Yourself In 24 Hours
- eBook: Macromedia Dreamweaver 8 Unleashed
- eBook: Macromedia Fireworks 8 In Pictures
- eBook: Macromedia Fireworks MX 2004 Web Design Basics
- eBook: Macromedia Flash 8 For Dummies
- eBook: Macromedia Flash 8 Teach Yourself In 24 Hours
- eBook: Macromedia Flash MX Using Flash
- eBook: Macromedia Studio 8 Special Edition
- eBook: Macromedia Studio Mx.2004 Desk Reference For Dummies
- eBook: Microsoft Office Excel 2003 Bible
- eBook: Microsoft Office Project 2003 Bible
- eBook: Office 2003. Timesaving Techniques for Dummies
- eBook: Photoshop Album For Dummies. 2003
- eBook: SUSE Linux 10 Bible (2006)
- eBook: The Internet Gigabook for Dummies
- eBook: Visual Studio.NET C for Dummies. Quick Reference Guide
- eBook: VoIP for Dummies
- eBook: Wiley Digital Video for Dummies (2003)
- eBook: Wiley Publishing For Dummies 2004 Macs for Dummies
- eBook: Windows XP Digital Music For Dummies (2005)
- eBook: Windows XP Digital Music For Dummies Nov 2004
- eBook: Windows Xp For Dummies
- eBook: Windows XP Gigabook For Dummies
- eBook: Windows XP Timesaving Techniques small TM small
- eBook: Wireless Networks For Dummies. 2004
- Macromedia Authorware 6.5
- Macromedia Captivate v1.0
- Macromedia Dreamweaver 8
- Macromedia Fireworks 8
- Macromedia Flash Professional 8
- Macromedia FlashPaper v2.0
- Macromedia Fontographer 4
- Macromedia JRun 4
- Macromedia Studio 8
|