Jump to content

Recommended Posts

Posted

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


Posted
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/Wallpaper

To 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"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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