Jump to content

Autoplay Media İnputbox


3yl3mci

Recommended Posts

arkadaşlar bn küçük bir kod lazım ama çözemedim gitti :) Yardım Edeseniz çok Makbule geçer

projeye

bir input ve bir buton ekliyeceğım buton basitğimda input'da yazılı oolan yazı regedit'e yazsın istiyorum

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"ClearRecentDocsOnExit"=dword:00000001

bn input'a yazılan 0 değeri 1 yerine yazsın istiyorum yada illaki böle olcak değil farklı bişiler olsada olur ama inputta regedit'e yazı yazması mejburidir bnm için şimdiden tşk ederim

Link to comment
Share on other sites

Buton On Click;

local sVeri = Input.GetText("Input1");
if sVeri ~= "" then
Registry.SetValue(HKEY_CURRENT_USER, "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer", "ClearRecentDocsOnExit", sVeri, REG_DWORD);
end

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...