
On Win10, there is a button called "Disable Inheritance" that does the same thing as the checkbox mentioned in step 5. I don't use Windows very much anymore, so I'll defer to them: says that you might have to manually re-create some of the permissions, as the registry editor no longer offers this exact functionality directly. In Windows 10, it appears things changed again. Note that in Windows 7 (and 8/8.1, I think), it appears the copy button was renamed to add, as in add inherited permissions as explicit permissions. Include these with entries explicitly defined here. Go to the permissions tab, and uncheck the box labeled Inherit from parent the permission entries that apply to child objects.Right click on the key 'Registration' in the tree, and click permissions.Open regedit, head to HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Registration.The directions assume Visual C# Express 2008, but this works on all the other visual studio express apps I can find. (Deleting the correct key can also let you avoid registering VS 2015 "Community Edition," but using permissions to prevent the key being written will make the IDE crash, so I haven't found a great solution for it yet.) It does this by preventing the key from ever being written.
#Registration key for simplemoviex 3 software#
It lets you run the software without it EVER requiring registration, and also makes it so you don't have to manually delete the key every 30 days. I have since confirmed it also works on VS 2005 express. I have an improvement on the answer gave for VS 2008 express.
