Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RiritoNinigaya authored Jun 7, 2024
1 parent cc8da8d commit d83117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisableUAC_CppEdition/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <WinReg.hpp>
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;
Expand Down

0 comments on commit d83117d

Please sign in to comment.