Rhino "Schemes" are basically just different sets of personalized options that can be called from a specific desktop shortcut. Everything in the Options section of Rhino can be stored in a scheme (with the exception of display modes). In this way, Rhino can be started with different combinations of workspaces, languages, colors, etc. depending on the need or the user, just by starting Rhino from the appropriate desktop shortcut. The schemes exist independently of each other, and can be modified as desired.
By default, one scheme is always created (Default), and any modifications will automatically get saved to that. To have more than one scheme, the user must specifically create new ones - this page explains how to do that.
A newly created scheme will always start with the default set of options (like Rhino was freshly installed). If you want to duplicate an existing modified scheme, there isn't yet a direct, one-button way to do that. For this reason, this page also outlines several methods to duplicate existing schemes.
How to create a new scheme and desktop shortcut
(for both Rhino 3 and 4)
1. Create a new shortcut on your desktop which will point to your new Rhino scheme. The easiest way to do this is to copy an existing Rhino shortcut. Hold the Control key down while dragging the default Rhino icon to a new location on the Desktop.
2. Right click on the new icon. From the menu, click Properties.
3. Edit the Target. Add a switch for the new scheme:
Make sure there is a single space before the /Scheme=...
4. Rename the shortcut in a way that will identify the scheme with which you are starting Rhino.
5. The new scheme should start from this shortcut with a new set of default Rhino settings that you can change with out affecting the original Rhino scheme. Modify options that what you want while in this instance of Rhino, and these changes will be saved under the new scheme automatically.
Notes:
A template is a 3DM file that can include any information that is stored in a Rhino 3DM file: document properties such as units, grid settings, tolerances, etc. as well as viewport layouts, layers, and even geometry. So you can create templates with pre-set units, layouts, title blocks, geometry, etc. - anything that normally can be saved in a 3dm file.
A scheme is a new location in the registry where an additional set of Rhino Options can be stored. These are the Rhino settings that you configure in the Options command.
A scheme can include a template specification - i.e. any scheme can open with a specific template. After starting Rhino with your newly created scheme, use the New command and browse to the file you want to be your starting template for that scheme. In the lower left corner of the dialog, check "use this file when Rhino starts." You can create a custom template by saving a drawing with the SaveAsTemplate command or using Save As Template from the file menu.
How to (more or less) duplicate a scheme without editing the registry
This requires you have Rhino V4, or V3 with Bonus Tools installed
While in the instance of Rhino whose scheme you want to duplicate:(make sure only this instance is running!)
Go to Tools > Export Options (V4) or Bonus > Tools > Export Options (V3)
In V3, Hit the "Select All" button. In V4 all options are always exported.
At the top, hit the "..." (Browse) button and browse to an easily found location, give the file a name, then hit OK.
This file will be a .ini file with all your options.
Close Rhino, then create a new shortcut on your desktop by copying the original Rhino shortcut.
Right click on the copy, choose properties, and change the Target to: ...Rhino4.exe" /Scheme=MyNewScheme(or ...Rhino3.exe...)
It's a good idea to rename the shortcut so that you know which scheme it will start.
Start Rhino from this shortcut. Inside Rhino go to Tools > Import Options (V4) or Bonus > Tools > Import Options (V3)
Browse to your newly created .ini file, make sure all the options are selected (in V4 use the Select All button) and hit OK.
You will still have to open your custom toolbar layout/workspace if you have one as this is not covered by this procedure.
To do this, go to Tools > Toolbar layout, Close the current workspace, navigate to your custom workspace and Open.
Custom display modes in V4 are neither covered by Schemes nor by Export Options, so you will have to export and re-load those independently
Modify whatever else you want while in this instance of Rhino, these changes will be saved under the new scheme automatically. The changes only affect the new scheme, not any others.
How to duplicate a scheme by editing the registry
From the Windows Start button, choose Run, then type Regedit, OK.
Navigate to HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\4.0 (or 3.0)
You will see all your schemes listed there. Right click on the scheme key you want to copy, and choose Export.
Place the file where you can find it again, like on the desktop. The file has a .reg extension. The actual file name is not important.
Right click on the .reg file and choose Open With... and select Notepad.
Inside you will see many instances of your original scheme name, let's say it's Scheme: MyCurrentScheme
Using the Replace function in Notepad, replace the phrase "Scheme: MyCurrentScheme" with "Scheme: MyNewScheme" (no quotes)
Make sure you replace ALL instances!
When that is done, save the .reg file and close Notepad.
Right click on the .reg file and choose Merge. When you hit OK, your data will be merged into the registry in the correct place.
All you have to do now is create a shortcut on your desktop to your new Rhino scheme. The easiest way to do this is to copy an existing shortcut and then right click on the copy, choose properties, and change the Target to: ...Rhino4.exe" /Scheme=MyNewScheme(or ...Rhino3.exe...)
It's a good idea to rename the shortcut so that you know which scheme it will start.
The new scheme should start from this shortcut with all of the previous settings of MyCurrentScheme.
Modify what you want while in this instance of Rhino (make sure only this instance is running!), these changes will be saved under the new scheme automatically.