I finally got my permissions working, it was a stupid error that didn't pop up in the build log. I need to be able to write my program to the registry to this path:
As you can probably see, the layout is pretty standardized within the site, and easy to read once you get the hang of it. I personally like the "Classic View" as it gives you the related functions and what not in the panel to the left of the main window but as usual on the internet YMMV.
I've used them some, but a lot of the stuff I don't get (yet). I'm about a year new to C++ and 5 months new to C++/CLI, and glad the syntax is better than the managed of the early 2000's.
This is the link that I found to write to the registry. http://msdn.microsoft.com/en-us/library/bwt6b955.aspx
The path in the topic that I posted give you Admin privileges. I was wondering if I created a different subfolder in the HKEY_Current_User and have the same attributes, if I could still have the admin privileges. And thanks, didn't know that you don't have to have admin privileges to write to HKEY_Current_USER