Jump to content

Idm Ultraedit Programını Güvenlik Duvarından Engelleme Yardım.?


Ademuzun
 Share

Recommended Posts

IDM UltraEdit adlı programı güvenlik duvarından engellemek istiyorum yardıma ihtiyacım var yardımcı olabilecek arkadaş varmı.?

 

$dosyayolu = @ProgramFilesDir & "\IDM Computer Solutions\UltraEdit\uedit32.exe"
ShellExecuteWait(@ComSpec, '/c netsh advfirewall firewall add rule name="' & "UltraEdit" & '" dir=in action=block profile=any program="' & $dosyayolu & '"', "", "", @SW_HIDE)
ShellExecuteWait(@ComSpec, '/c netsh advfirewall firewall add rule name="' & "UltraEdit" & '" dir=out action=block profile=any program="' & $dosyayolu & '"', "", "", @SW_HIDE)
 

  • Like 1
Link to comment
Share on other sites

Çok tavsiye ederim. Komut satırı desteği var.

Üstat kullanımını açıklıyor :

Please register to see this content.

Mesela tempe açtırın fab'ı :

Komut satırından engelleme yaptırın. Güvelik duvarı falan uğraşa gerek kalmıyor.

/A engelliyor /D siliyor /I listeleri değiştiriyor ( 0, 1, 2, 3 )

%temp%\fab.exe /A C:\uygulama.exe

Edited by kadetti
  • Like 2
Link to comment
Share on other sites

Ademuzun, 17 saat önce yazdı:

 

$dosyayolu = @ProgramFilesDir & "\IDM Computer Solutions\UltraEdit\uedit32.exe"
ShellExecuteWait(@ComSpec, 'cmd /c netsh advfirewall firewall add rule name="' & "UltraEdit" & '" dir=in action=block profile=any program="' & $dosyayolu & '"', "", "", @SW_HIDE)
ShellExecuteWait(@ComSpec, 'cmd /c netsh advfirewall firewall add rule name="' & "UltraEdit" & '" dir=out action=block profile=any program="' & $dosyayolu & '"', "", "", @SW_HIDE)
 

 

  • Like 1
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...