VB - Delete files after services end

Discussion in 'Mixed Languages' started by Muerto, Jun 11, 2012.

  1. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,101
    60
    #1 Muerto, Jun 11, 2012
    Last edited: Jan 12, 2021
    ...
     
  2. nodnar

    nodnar MDL Expert

    Oct 15, 2011
    1,315
    1,040
    60
    hmm..
    never noticed it dave,
    running ccleaner before shutdown, and winpatrol in startup.
    if you still have an issue after that, regedit would seem to only
    option to prevent files from loading..


     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,101
    60
    #3 Muerto, Jun 11, 2012
    Last edited: Jan 12, 2021
    (OP)
    ...
     
  4. nodnar

    nodnar MDL Expert

    Oct 15, 2011
    1,315
    1,040
    60
    well, that`s a bit beyond me dave..
    doing things programatically..never found my feet
    there, not for want of trying..
    but being a wicked lazy old man, i would be tempted
    to put a line into the good old autoexec.bat file..
    like

    @echo y|del [directorypath] uxtheme.dll

    should load before windows and kill the darned thing..
    unless it is read-only.
    [back it up elsewhere at shutdown first..]

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Daz

    Daz MDL Developer / Admin
    Staff Member

    Jul 31, 2009
    9,534
    67,251
    300
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,101
    60
    #6 Muerto, Jun 11, 2012
    Last edited: Jan 12, 2021
    (OP)
    ...