Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Registry Editor ?
#1
hi i was wondering if there was a way to make a new file in registry editor with out it being seen if so PM me please ty
#2
Exporting example
Code:
Copy      Help
;export registry settings
str regfile.from(sfqm "\usbreg.reg"); regfile.expandpath
if(dir(regfile)) del regfile
str cl.from("/E ''" regfile "'' ''HKEY_CURRENT_USER\Software\your\key''")
int ec=run("regedit.exe" cl "" "" 16|0x400|0x10000)

Importing example
Code:
Copy      Help
;import
if(run("regedit.exe" _s.format("/s ''%s''" regfile) "" "" 0x400)) ret
#3
ok what i need is to make it so that i can log more that one yahoo messenger at a time
in order to do this u need to open registry editor go to
HKEY_CURRENT_USER
-
Softwear
-
Yahoo
-
Pager
-
Test
-
then create a new QWORD value called Plural

if you do that it allows u to open more than 1 messenger at a time
i can do it by hand but i have 45 virutal computers and i need to do it to all of them
was wondering if there is a macro code to do that if so please help


Forum Jump:


Users browsing this thread: 1 Guest(s)