Jump to content

Windows 7 Uac Denetimini Değiştirmede Sorun


turkoglu98
 Share

Recommended Posts

arkadaşlar geçenlerde bir kod buldum Windows 7 UAC Denetimini Değiştiriyormuş
ama bazı bilgisayarlarda yönetici olarak aç demeden Windows un herhangi bir ayarında değişiklik yapamıyorsun


Kapatmak İçin;

Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", "EnableLUA", "00000000", REG_DWORD);
Dialog.TimedMessage("Lütfen Bekleyin...", "Windows 7 UAC Denetimi Kapatılırken Lütfen Bekleyin.", 2000, MB_ICONINFORMATION);
result = Dialog.Message("Başarılı!", "UAC Denetimi Başarıyla Devre Dışı Bırakıldı.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

Açmak İçin ;

Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", "EnableLUA", "00000001", REG_DWORD);
Dialog.TimedMessage("Lütfen Bekleyin...", "Windows 7 UAC Denetimi Etkinleştirilirken Lütfen Bekleyin.", 2000, MB_ICONINFORMATION);
result = Dialog.Message("Başarılı!", "UAC Denetimi Başarıyla Etkinleştirildi.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);


acaba programı yönetici olarak açmanın bir yolu var mı
(sağ tıklayıp yönetici olarak aç demeyin. cmd ile veya ams ile bir yolu varsa söylermisiniz)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...