Jump to content

Desktop & Start Menu Settings & Network Problems


Recommended Posts

Hi All,

I have just successfully managed on my first attempt to create an Unattended Setup. Ive only encountered problems with the Network settings so far however there is something else I was wandering.

Would it be possible to carry over a chose desktop and start menu layout onto the disk so they get loaded everytime I use the disk?

Thanks,

D@n

Link to comment
Share on other sites


http://unattended.msfn.org/advanced/cosmetics/theme.htm

there u find the guidance to make your desktop look like u want after unattended setup.

i dunno what network probs u got, but check in winnt.sif this out:

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*
   NetCardAddress = 0x000000000000
   PciBusNumber = 0
   PciDeviceNumber = 0
   PciFunctionNumber = 0
   ConnectionName = "Connection1"

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=No
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.0.100
   SubnetMask=255.255.255.0
   DefaultGateway = 192.168.0.1
   DNSServerSearchOrder = 192.168.0.1
   WINS=No
   NetBIOSOptions=2

u gotta check if u want/need every thing that is there but the most important part is the [params.MS_TCPIP.Adapter1] and [params.Adapter1].

the first is self explaining (or read the Deploy Tools help files)

the second is the thing to config your network:

INFID=* (if you don't got it just leave it alone or delete it)

NetCardAddress = 0x000000000000 (your MAC address, install your network card one time correctly and check it out with "ipconfig /all")

PciBusNumber = 0 (go into your hardware management and open up the properties of the network card, write down its BUS/DEVICE and FUNCTION number and enter them here (and the two entries below))

PciDeviceNumber = 0

PciFunctionNumber = 0

ConnectionName = "Connection1" (name of your lan connection)

you can easily add more adapters that way and they will work with that config u told em to use in the winnt.sif

btw: these infos u enter there are used for identification of the NIC only, u still gotta add drivers to your unattended cd/dvd if windows can't auto detect ur card(s)

-T

Link to comment
Share on other sites

The icons that exist in the Start Menu and on the Desktop are not controlled at all by the theme file. To add shortcuts you can use shortcut.exe or (my favorite) NirCMDc.exe. Google for NirCMD and look at the help file, you can figure it out pretty easily.

Placement of shortcuts:

"%UserProfile%\Start Menu\" - exists only in the start menu of logged-on user.

"%AllUsersProfile%\Start Menu\" - exists in the start menu of all accounts on the computer.

"%UserProfile%\Desktop\" - exists only on the desktop of the logged-on user.

"%AllUsersProfile%\Desktop\" - exists on the desktop of all accounts.

To save the positions of icons on the desktop, configure them the way you want on a test computer, then REBOOT and export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Bags\1\Desktop"

Link to comment
Share on other sites

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...