Jump to content

Idm Kullanıcı Adı Belirmek.


 Share

Recommended Posts

      Aşagıdaki registry kaydında kullanıcı ismi kurulan pc ye göre otomatik tanımlansın istiyorum nasıl yaparım.

FName , LName         kurulan pc adı olacak

 

RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", "..........")
RegWrite("HKLM\Software\Internet Download Manager", "LName", "REG_SZ", "...........")

Link to comment
Share on other sites

RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)
RegWrite("HKLM\Software\Internet Download Manager", "LName", "REG_SZ", @UserName)

Hem 1.isme hem 2.isme yazdırırsan 2 kere yazılmış olacak.

KiNGHaZe KiNGHaZe

Şeklinde çıkar. Bunun yerine sadece 

RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)
RegWrite("HKLM\Software\Internet Download Manager", "LName", "REG_SZ", "Buraya kendi nick nameni ekleyebilirsin.")

 

  • Like 1
Link to comment
Share on other sites

KiNGHaZe, 15 dakika önce yazdı:



RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)
RegWrite("HKLM\Software\Internet Download Manager", "LName", "REG_SZ", @UserName)

Hem 1.isme hem 2.isme yazdırırsan 2 kere yazılmış olacak.

KiNGHaZe KiNGHaZe

Şeklinde çıkar. Bunun yerine sadece 




RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)
RegWrite("HKLM\Software\Internet Download Manager", "LName", "REG_SZ", "Buraya kendi nick nameni ekleyebilirsin.")

 

Üstad Nerede hata yapıyorum.?

RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)

Please register to see this content.

Edited by Ademuzun
Link to comment
Share on other sites

Önceki kayıtları elinle sil. Hem bahsedilen yerden hemde HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Internet Download Manager buradan.

    If @OSArch = "x86" Then
        RegWrite("HKLM\Software\Internet Download Manager", "FName", "REG_SZ", @UserName)
    ElseIf @OSArch = "x64" Then
        RegWrite("HKLM\Software\WOW6432Node\Internet Download Manager", "FName", "REG_SZ", @UserName)
    EndIf

Bu şekilde yap.

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...