Jump to content

Recommended Posts

[RST] Desktop Security este un Desktop Locker care nu permite executarea programelor folosind Remote Desktop Connection -> Options -> Programs -> Start a program

lgtdbe0.png

Nu m-am folosit de timere, este vorbe de

Function Veghe(ByVal WatcherType As String, ByVal wmiclass As String) As ManagementEventWatcher

Try

Dim condition As String = "TargetInstance ISA '" & wmiclass & "'"

Dim EventQuery As New WqlEventQuery(WatcherType, New TimeSpan(0, 0, 3), condition)

Return New ManagementEventWatcher(EventQuery)

Catch ex As Exception

End Try

End Function

Public Sub Win32ProcArrived(ByVal sender As Object, ByVal e As EventArrivedEventArgs)

Try

For Each pd As PropertyData In e.NewEvent.Properties

Dim mbo As ManagementBaseObject = DirectCast(pd.Value, ManagementBaseObject)

If Not mbo Is Nothing Then

...........

End if

Next

Catch ex As Exception

End Try

End Sub

Screens :

1yoWhEz.png

Fara Wallpaper : https://dl.dropboxusercontent.com/s/l74dzhvg46f1y5k/white.png

Cu Wallpaper : https://dl.dropboxusercontent.com/s/pgkepycfuodo95y/wall.png

[RST] Desktop Security vs. [RST] Anti Desktop-Lock

Download : https://www.dropbox.com/s/nv90jvri5dp0isr/Desktop%20Security.exe

Sper sa va fie de folos.

Multumiri lui Maximus Spide

Daca apar probleme (bugs) va rog raportati aici, va multumesc.

  • Upvote 2
Link to comment
Share on other sites

Foarte util, multumesc

@cloudzero tu te uiti la data? ( 25-05-2013, 12:38 PM )

in loc sa faci posturi aiurea doar pentru +1 ai face ceva util... :|

On://de ce e asa util (sunt curios de raspunsul tau), explica cum te-a ajutat pe tine ? :)

Edited by Aerosol
  • Downvote 1
Link to comment
Share on other sites

@Aerosol, daca omul e multumit de program ce treaba ai tu cu el?

Ai mentionat ca face posturi aiurea, TU faci posturi aiurea nu el, esti vanator de posturi si o masina de dat like grozavule.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...