Jump to content

Exe Yi Parametreyle Kurmak


bybordo
 Share

Recommended Posts

  • Editor

$Parametre = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
FileInstall("Setup.exe",@AppDataCommonDir & "\Setup.exe")
ShellExecuteWait(@AppDataCommonDir & "\Setup.exe",$Parametre) 
FileDelete(@AppDataCommonDir & "\Setup.exe")
Link to comment
Share on other sites

Her şeyi biz yazarsak olmaz ama.. Biraz da senin biraz araştırma yapman lazım help dosyasından başlayabilirsin hiç kod bilgin olmasa bile forumda katılımsız ile ilgili sorulmadık soru kalmadı nerdeyse ayrıca kodlar örneklerde mevcut.

 

RegWrite ( "keyname" [,"valuename" [, "type" [, value]]] )


; Write a single REG_SZ value
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey", "REG_SZ", "Hello this is a test")

; Write the REG_MULTI_SZ value of "line1" and "line2"
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey1", "REG_MULTI_SZ", "line1" & @LF & "line2")

; Write the REG_MULTI_SZ value of "line1"
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey2", "REG_MULTI_SZ", "line1")

; always add and extra null string
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey3", "REG_MULTI_SZ", "line1" & @LF & "line2" & @LF)
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey4", "REG_MULTI_SZ", "line1" & @LF & @LF & "line2" & @LF)

; empty REG_MULTI_SZ
RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey5", "REG_MULTI_SZ", "")

; create just the key
RegWrite("HKEY_CURRENT_USER\Software\Test1")

Link to comment
Share on other sites

bir de key.reg kayıt defteri bilgisini girmesi için kod yazabilir misiniz?

kayıt defteri için manuel girmen zor olabilir tek bir programla uğraşıyorsan sorun  değil ama katılımsız ile uğraşıyorsan sürekli, blue_life arkadaşımızın yazdığı programı kullan 

RegCPE v1.4.2

veya buraya bir göz at 

http://www.tnctr.com/topic/197997-regedit-programlary-ayo/

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