Windows 7 Forums


Windows 7: how get notepad++ path from windows registry

29 Aug 2010   #1

W7 Prof x64
 
 
how get notepad++ path from windows registry

Registry.LocalMachine.OpenSubKey will not work because there is no subkey.
However there is an entry called Default with the path in it under notepad++.

How get the program's path from the Default value under notepad++?


below calls do not work -- or maybe I am doing something wrong

Dim pRegKey As RegistryKey = Registry.LocalMachine.
OpenSubKey
(
"SOFTWARE\Wow6432Node\notepad++)

Dim pRegKey As RegistryKey = Registry.LocalMachine.
GetValue
(
"SOFTWARE\Wow6432Node\notepad++)

When exported the .reg file contains the '@=' (without the quotes) which I don't understand.

Thanks in advance.


My System SpecsSystem Spec

29 Aug 2010   #2

Windows 7 Ultimate 32bit SP1
 
 

Notepad++ - ConTeXt wiki Not sure if this is what you mean
My System SpecsSystem Spec
29 Aug 2010   #3

W7 Prof x64
 
 

Quote   Quote: Originally Posted by Jacee View Post
Notepad++ - ConTeXt wiki Not sure if this is what you mean

I want to be able to find it's path from the Window's registry.
My System SpecsSystem Spec
.


Reply

 how get notepad++ path from windows registry problems?



Thread Tools



Similar help and support threads for: how get notepad++ path from windows registry
Thread Forum
Registry problem after windows update and registry optimization tool Backup and Restore
Solved .reg files open Notepad - do not change registry to read older files Microsoft Office
How to modify permissions registry path General Discussion
Registry Path in Windows 7? General Discussion
notepad files run as registry editor General Discussion


All times are GMT -5. The time now is 03:37 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32