How to add/change Values in the registry with C# code

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 20

  • @posetcoder
    @posetcoder  3 ปีที่แล้ว +4

    i am a good person

    • @l1nxxgg
      @l1nxxgg 2 ปีที่แล้ว

      you are

  • @imcool00011
    @imcool00011 ปีที่แล้ว

    dont know how to thank you, been looking for this for last 5 hours, EVEN CHATGPT FAILED, BING CHAT FAILED, YOUR SOLUTION WORKED 100%

  • @dhinneshpurushothaman3556
    @dhinneshpurushothaman3556 2 ปีที่แล้ว +1

    You have been very helpful thank you so much :D

  • @najunajames5012
    @najunajames5012 2 ปีที่แล้ว +2

    This is nice. Thanks

  • @GustavoPiantola
    @GustavoPiantola 2 ปีที่แล้ว +1

    thanks you so much

  • @aiemi1468
    @aiemi1468 2 ปีที่แล้ว

    can i add another patch? i want to change hardisk signature in local machine

  • @useruseruser40
    @useruseruser40 2 ปีที่แล้ว +2

    can you tell me how to enumerate through all values in a registry key

    • @posetcoder
      @posetcoder  2 ปีที่แล้ว

      This is how you do it :)
      th-cam.com/video/316NFexrQW4/w-d-xo.html
      (just make sure you read the pinned comment. Its pretty important.)

    • @useruseruser40
      @useruseruser40 2 ปีที่แล้ว +1

      @@posetcoder thx

  • @dhinneshpurushothaman3556
    @dhinneshpurushothaman3556 2 ปีที่แล้ว +1

    how can I contact you ? any social handle could you provide

    • @posetcoder
      @posetcoder  2 ปีที่แล้ว

      Sorry, I cannot provide a social handle to you. If you have any questions, I will happily answer them here :)

  • @real122
    @real122 ปีที่แล้ว

    How do you write random numbers?

  • @tranviethoangk17hl79
    @tranviethoangk17hl79 ปีที่แล้ว

    hi, how can i change the value if the key have created?

    • @posetcoder
      @posetcoder  ปีที่แล้ว +2

      it is still SetValue. You need to put in the name of the key, and then the new value you want to change. For example:
      Registry smb = Registry.CurrentUser.CreateSubKey(“Control Panel\\Mouse”);
      smb.SetValue(“ChangeMouseButtons”, “1”);
      //This changes the value of: HKEYCURRENTUSER/Control Panel/Mouse/ChangeMouseButtons to 1
      //ChangeMouseButtons already exists, but we are changing the value of it and overriding it.

    • @HoangTran-so8qf
      @HoangTran-so8qf ปีที่แล้ว

      @@posetcoder thank you!

  • @vsp_mello
    @vsp_mello ปีที่แล้ว

    can u help me with roblox
    getting into an account idk how
    to get the password but
    i found out how to get the rbx

    • @posetcoder
      @posetcoder  ปีที่แล้ว

      what do you mean?
      is it your account?
      It is not possible to get the account back without making the user run a malware which will take the password.