martin1511 Posted April 12, 2004 Posted April 12, 2004 Hello!I habe a Problem with Design my Windows XP full automatic!My runonce file her:@echo off ECHO.ECHO Installing Q832483 start /wait %systemdrive%\install\hotfixes\Q832483.EXE /C:"dahotfix.exe /q /n" /qECHO.ECHO Installing KB817787start /wait %systemdrive%\install\hotfixes\KB817787.exe /QECHO.Echo Installing WinRAR 3.3start /wait %systemdrive%\install\Applications\wrar330.exe /secho.echo Installing Ad-aware start /wait %systemdrive%\install\Applications\aaw6181.exe /secho.echo Installing IsoBusterstart /wait %systemdrive%\install\Applications\IsoBuster15.exe /VERYSILENT /SP-echo.Echo Killing ISOBuster.exe processtaskkill.exe /F /IM isobuster.exeecho.echo Installing Sun Javastart /wait %systemdrive%\install\Applications\j2re-1_4_2.exe /s /v/qnecho.echo Anpassen der Desktop eigenschaften:regedit /s "%systemdrive%\install\hotfixes\Desktop_all.reg"rmdir /s /q "%systemdrive%\Dokumente und Einstellungen\Administrator\"rmdir /s /q "%systemdrive%\Dokumente und Einstellungen\Default User\"xcopy "%systemdrive%\Install\Default User\" "%systemdrive%\Dokumente und Einstellungen\Administrator\" /eshixcopy "%systemdrive%\Install\Default User\" "%systemdrive%\Dokumente und Einstellungen\Default User\" /eshiREM echo Loesche Temp Dateien:REM rmdir /s /q C:\InstallREM rmdir /s /q C:\DriversREM del /f /s /q C:\Windows\Temp\echo.ECHO Restarting the PC in 10 secounds...%systemdrive%\WINDOWS\system32\shutdown.exe -r -f -t 10 -c "Windows XP will now restart in 10 sec! This installation is made by Martin Ecker ©2004"EXITBut the problem is when this file is running the Administrator is logon and than I could del this User Profile! Have everybody a solution about that problem!thx
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