geese howard Posted June 25, 2004 Posted June 25, 2004 is there possible to administrator logon automatically in a fresh instalation??Because i need to press ctrl+alt+del and hit enter (no password) for unnatend applications begins to install.Another question:How to delete start menu - programs folder (like divx, for example) automatically??i´m trying like this ----- del "%allusersprofile%\start menu\programs\Divx" -----but it didn´t works....
WwTIPPYwW Posted June 26, 2004 Posted June 26, 2004 maybe it is just in the current user's profile - try del "%usersprofile%\start menu\programs\Divx"plus - del is for files - try RD for remove directoryC:\>rd /?Removes (deletes) a directory.RMDIR [/S] [/Q] [drive:]pathRD [/S] [/Q] [drive:]path /S Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree. /Q Quiet mode, do not ask if ok to remove a directory tree with /S
WwTIPPYwW Posted June 26, 2004 Posted June 26, 2004 as for the auto logon - it is possible. Are you doing an XP or 2000 install?i think you just need to add the auto logon registry settings. Or something.
geese howard Posted June 27, 2004 Author Posted June 27, 2004 as for the auto logon - it is possible. Are you doing an XP or 2000 install?i think you just need to add the auto logon registry settings. Or something.i´m using windows 2003 std.Which parameters should i use in winnt.sif?
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