Jump to content

Recommended Posts

Posted (edited)

This must be done when CMDLINES.TXT running at T-12, later the All Users\Documents will have some kind off fileprotection running.

First, in the CMDLINES.TXT, running at T-12, i have this CMD:

[COMMANDS]

"Setup.cmd"

In SETUP.CMD i use this command:

RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documents"

Del /F /Q "%systemdrive%\Documents and Settings\Default User\Local Settings\Application Data\Microsoft\Media Player\*.*"

All the shared files will now be deletet.

After rebooting at T-0 the All Users/Documents will be created again, but now the Directory is not longer Fileprotected.

In WINNT.SIF i have this command

[GuiRunOnce]

%Systemroot%\Config.cmd

In CONFIG.CMD i use this command:

RD /S /Q "%Allusersprofile%\Documents"

Del /F /Q "%Systemdrive%\Documents and Settings\Default User\Local Settings\Application Data\Microsoft\Media Player\*.*"

Well, that's it, all the Shared files, Sample Music, Sample Pictures and Shared folders are gone.

Best Regards

Edited by Christine_ts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...