Christine_ts Posted November 13, 2008 Posted November 13, 2008 (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.cmdIn 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 November 13, 2008 by Christine_ts
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now