Jump to content

34mehmet

Üye
  • Posts

    30
  • Joined

  • Last visited

Posts posted by 34mehmet

  1. yhn, 20.07.2013 - 04:38 yazdı:

    Hopedot VOS Security Edition 1.3.1.8194

     

    http://i48.fastpic.ru/big/2012/1109/bd/5334db730eb7d693e0dae084a80579bd.jpg

     

    Hopedot VOS Security Edition 1.3.1.8194 | 6.62 MB

     

    Hopedot VOS (Security Edition) is an enhanced version of its standard version. Evolved from standard version, Security version has additional features besides those with standard version.
    While in Standard version, users can copy files easily between host environment and Hopedot environment. In Security edition, files and data transafer between these two environment must be imported or exported with management password needed. Therefore, Hopedot VOS information are no longer easily accessible as in Standard version. Files and data are encrypted into one folder named "Import and Export Files" and can be available only in Hopedot VOS environment.

    Protect computer from malware spread via USB drivesAs we know, most of the malware that spreads through USB devices spreads, and if you have ever suffered malware from USB device, then you understand what a hassle it can be trying to get rid of the problem. To fix this problem, you have to spend a great amount of labor and time and the repair bill is often high. But with Hopedot VOS, you could easily protect against malware from USB devices.
    Hopedot VOS and the host OS are completely separated with with non-interference, so you needn't worry about the cross infection of virus between the virtual OS and the host OS. This means, if you infected malware in Hopedot VOS, your host OS is still clean and save. On the other hand, when you plug in and run the Hopedot VOS enable USB device into the host PC which with virus-infected, your Hopedot VOS will protect against malware due to the separated principle.

    Homepage

     

    http://i.imgur.com/Y4G2t.gif

     

    Uploaded:
    http://uploaded.net/file/egzz5lxp/Hopedot.VOS.Security.Edition.1.3.1.8194.rar (Tnc Debrid ile İndir)

    Extabit:
    http://extabit.com/file/2aj2sekh1ouu3/Hopedot.VOS.Security.Edition.1.3.1.8194.rar

    OteUpload:
    http://oteupload.com/aix97t4mkoev/Hopedot.VOS.Security.Edition.1.3.1.8194.rar.html

     

     

    TurboBit

    Hopedot VOS Security Edition 1.3.1.8194

    Yukarıdaki linkler gitmiş, 

    Eski konu biliyorum lakin programa ihtiyacım var. Sorunsuzca çalışan sürümünü linkini paylaşırsanız memnun olurum.

     

  2. _runbat()
    
    Func _runbat($iDelay = 0)
        Local $sCmdFile
        FileDelete(@TempDir & "scratch.bat")
      $sCmdFile = 'ping -n ' & $iDelay & ' 127.0.0.1 > nul' & @CRLF _
                 & 'reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f' & @CRLF _
                 & 'taskkill /F /IM explorer.exe & start explorer' & @CRLF _
    			& 'del ' & @TempDir & 'scratch.bat'
        FileWrite(@TempDir & "scratch.bat", $sCmdFile)
        Run(@TempDir & "scratch.bat", @TempDir, @SW_HIDE)
    EndFunc

    umarım olur bu şekil.

    ya da

    runwait(@ComSpec & ' /c reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f',@SystemDir, @SW_HIDE)
    runwait(@ComSpec & ' /c taskkill /F /IM explorer.exe & start explorer',@SystemDir, @SW_HIDE)

     

    • Thanks 1
  3. kalelibilişim, 21.05.2013 - 20:58 yazdı:

    Usta ellerin dert görmesin. Her iki program da süper olmuş.

    2. sürümü renkli olanı bugün ana sınıfı öğretmenine verdim baktı beğendi faydalı buldu hemen öğrencilerle uygulamaya başladı.

    Şu anda pm den attığınız sürüm de sorunsuz çalışıyor. Onu da bir ara öğretmene veririm.

    Teşekkür eder hayırlı akşamlar dilerim.

    Merhaba

    Konu eski  lakin bu programlara ihtiyacımız oldu.

    Bu programıları paylaşabilirmisiniz. Bir öğretmen arkadaşıma lazım oldu. 

  4. If ProcessExists("explorer.exe") Then
        ShellExecute("taskkill", "/f /IM explorer.exe", "", default, @SW_HIDE)
    EndIf
    ProcessWaitClose("explorer.exe")
    Run("C:\Windows\explorer.exe")

    bahsettiğiniz kod ile alakalı

    böyle bir kod buldum

  5. Merhaba arkadaşlar

    Remix os sisteminde wifi daha önce çalışıyordu.  Şuan wifi açılmıyor. Daha önce açılıyor ve bağlanıyordu.

    Çözüm içinde Remix os system dosyası içindeki init.sh kopyalanıp yeniden başlayınca wifi aktif oluyormuş. Şuan wifi aktif olan Remix os işletim sisteminin system dosyasındaki init.sh dosyası lazım. Bu konuyu başka wifi için çözüm veya dosya varsa destek verirmisiniz.

  6. w7 64bit professional kullandım 

    Sonuç aynı exe yollarını göstermiyor.

    İşletim sistemine göre farkmı var ,Siz hangi işletim sisteminde denediniz.

    Peki program çalışma ve kapanma zamanlarını nasıl alabilirim.

    Bana exe yolunu çalışma zamanı kapanma zamanı html sayfasına aktarmak istiyorum.

     

    Exe adı     1      Çalışma zamanı          1       Kapanma zamanı           1        Exe yolu 

    --------------1---------------------------------1-------------------------------------1-------------------

     -------------1---------------------------------1-------------------------------------1------------------

    --------------1---------------------------------1-------------------------------------1-------------------

    böyle şekilde basit bir şey yapmayı düşünüyorum.Görüşleriniz için sağolun. 

  7. #include <array.au3>
    #include <WinAPIEx.au3>
    $names = ProcessList()
    ReDim $names[UBound($names)][3]
    For $i = 1 To UBound($names)-1
    	$names[$i][2] = _WinAPI_GetProcessFileName($names[$i][1])
    	Next
    _ArrayDisplay($names)
    Exit

     

     

    Merhaba autoitte yeniyim

    Görev yöneticisindeki exelerin çalışma yolunu bulmak istiyorum..

    Örnegin

    C:\Program Files\CCleaner\CCleaner64.exe bu çalışan exe yolunu bulamıyor.

    C:\Program Files (x86)\AutoIt3\AutoIt3.exe bu exe yolunu buluyor.

    64bit makinalarda .64bit sürümlü 

    yada programfiles çalışan exe yollarını göstermiyor

    sadece 32bit exe sürümlerin exe yolunu gösteriyor.

    Nasıl bir kod ekleyebilrlm.

  8. Mikrotik RB951G-2HnD

    Mikrotik RB951Ui-2HnD
    arasındaki fark nedir fiyat farkı haricinde,

    Hangisini tavsiye edersiniz.POE özelliği nedir olup olmaması neyi değiştiriyor.Küçük bir açıklama yaparmısınz.

×
×
  • Create New...