Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rset as REG_DWORD
#1
How would I use rset to create an entry with D_Word type.

For example if I go to the registry editor, right click and go to Modify, hexadecimal value is 9dd and Decimal value is 2525.

I tried the following and it didn't work :oops:

Code:
Copy      Help
byte x=2525
rset x "SMTP Port" "Software\Microsoft\Internet Account Manager\Accounts\00000001" 0 REG_DWORD
#2
Use int, not byte.
#3
Thank you!
#4
iv read all i can find about this but it doesnt seem to be working im trying to create a new DWORD with the value of 1 called test then i also want to be able to delete it or change it back to 0
Function Function11
Code:
Copy      Help
int x=1
rset x "SMTP Port" "HKEY_CURRENT_USER\Software\frhed\v1.1.0\0\Test\00000001" 0 REG_DWORD
#5
HKEY_CURRENT_USER must not be used in key. It is hive.
#6
ok it works without it thx realy helped Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)