Posts by user3418564 • 11 points
1 post
-
1
votes2
answers1238
viewsA: Create key in windows registry without permission in c#
Run VS as administrator and your application as administrator public static bool GravarRegistroUsersSoftware(string Subchave, string nomevalor, string valor) { try { // cria uma referêcnia para a…