LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

New LabVIEW Instrument -Nugget

How to add "New LabVIEW Instrument" to the windows "New" context menu.  This is something I have meaning to try for a while, and I am sure I will find useful where very long paths are involved.  I thought I would share the process with you, even though its not really a LabVIEW thing.

 

Here is what I want to see in the NEW menu when i right click in a folder::

 

ScreenShot006.jpg

 

And here's how to do it.  First, be careful in the registry!

 

Use the registry editor and browse to HKEY_CLASSES_ROOT\.VI

Add a new key called ShellNew

Create a string value "FileName" in this new key.  Give in a value of LabVIEWInst.vi.  This VI is the template that windows will use to create the new vi.

Close the registry editor when it looks like this:

ScreenShot008.jpg

 

Now create a new, blank VI and call it LabVIEWInst.vi

Save it in the folder Windows\ShellNew.  (I had to save it to the desktop first, then move it to the ShellNew folder as Win7 had issues saving to the Windows folder.)

ScreenShot007.jpg

 

All Done!

Now log off and back on to refresh the ShellNew list.

 

I Hope this is of use to somebody.

 

Michael.

 

 

 

Message 1 of 1
(2,081 Views)