waj_uk Posted August 18, 2004 Posted August 18, 2004 Hi guys I have got my unattended install of win 2k running well thanks to searching the forums but there are a couple of additions I would like to make.Is it possible:To stop all the wallpapers being installed and to just install the wallpaper of my choice?To delete particular shortcuts from the start menu and desktop?To set up the user account so the password can never be changed?To set up an additional partition on the hard disk (ie D:\)thanks for your help
edbro Posted August 18, 2004 Posted August 18, 2004 Is it possible:To stop all the wallpapers being installed and to just install the wallpaper of my choice?ECHO Removing Wallpapers and Screensavers...DEL "%systemroot%\*.bmp"DEL "%systemroot%\system32\dllcache\*.scr"DEL "%systemroot%\system32\*.scr"Then add the ones you want in $OEM$/$$/Web/WallpaperTo delete particular shortcuts from the start menu and desktop?ECHO.ECHO Removing useless shortcuts...DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
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