Search:

Type: Posts; User: ACHT_2003; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    6,248

    Deep Freeze - Remove

    ----The Following Is A Code For A Batch File----
    C:
    cd progra~1
    cd hypert~1
    cd deepfr~1
    attrib persis0.sys - h -s
    ren *.sys *.sys1
    ren *.exe *.exe1
    ren *.dll *.dll1
  2. Replies
    2
    Views
    3,231

    TOP 10 Registry Tweaks For Windows

    In this Top 10, I share my favorite Registry tweaks. These tips can help you customize Windows NT to better suit the way you work. As always, be extremely careful when you change your Registry, and...
  3. Replies
    13
    Views
    9,405

    I actually am using it to make a NetNanny type...

    I actually am using it to make a NetNanny type program for my children. And i didn't get it from Planet Source Code. I just Used the API Viewer in VB.
  4. Replies
    10
    Views
    14,161

    Is there a way to make that sig change bases upon...

    Is there a way to make that sig change bases upon like time or somthing?
  5. Replies
    2
    Views
    10,268

    the module part was from another program but it...

    the module part was from another program but it still works. You you wish you can go throught it and trimming it up.
  6. Replies
    2
    Views
    10,268

    VB - Add Your Program To Windows Startup

    ----Create A Module with this in it------------------------------------------------------------------------
    Option Explicit

    ' Reg Data Types...
    Global Const REG_NONE = 0 '...
  7. Replies
    13
    Views
    9,405

    VB - Hide Program From Ctrl Alt Del

    This does not appear to work on XP

    ----Put This On A Form----
    Private Sub Form_Load()
    HideMeFromTaskList
    End Sub

    Private Sub HideMeFromTaskList()
    On Error Resume Next...
  8. Replies
    10
    Views
    14,161

    How Antivirus works?

    What is in a virus that defines it to a virus scanner?
    eg. Size, Name..........
Results 1 to 8 of 8