From d83117d226fbef251aca3a42ceaf5362c8f66e07 Mon Sep 17 00:00:00 2001 From: "Ririto Ninigaya(Ryo Tabuki)" Date: Fri, 7 Jun 2024 20:39:03 +0300 Subject: [PATCH] Update main.cpp --- DisableUAC_CppEdition/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DisableUAC_CppEdition/main.cpp b/DisableUAC_CppEdition/main.cpp index 436294c..3edd866 100644 --- a/DisableUAC_CppEdition/main.cpp +++ b/DisableUAC_CppEdition/main.cpp @@ -3,7 +3,7 @@ #include namespace RegEdit { void SetReg() { - std::cout << "Hello, It is My First Cpp Disabler UAC... So Enjoy to use!!!" << std::endl; + std::cout << "Hello, It is My First Disabling UAC by RiritoNinigaya...(If you buying this program as exe by another man, you been scammed) So Enjoy to use!!!" << std::endl; winreg::RegKey key{ HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", KEY_ALL_ACCESS }; if (!key) { std::cout << "Failed to Opened This Folder!!!" << std::endl;