Windows Activation + Proxy

Soldato
Joined
4 Dec 2002
Posts
3,981
Location
Bourne, Lincs
In the process of doing a new sysprep build, once the mini setup has run and windows loads for the first time, we have a batch file specified in the sysprep file to do some other tasks, set autologon, and activate windows.

We have got it so the box pops up, but due to our network setup it fails to find our internet connection so we need to specify a proxy server, we do this and windows activates.

We are after a way of specifying the proxy when we call the activation program, anyone know if this is possible?

The proxy settings for activation will be different to day to day proxy server

Cheers

Kimbie
 
We do not have enough to warrent a KMS server sadly, these are Windows XP machines.

We can not set the proxy in the registry as I believe the activation program does not look to this especially during sysprep. Below is the sections that deal with the proxy from the sysprep file that do not seem to work.

Code:
[Unattended]
    OemSkipEula=Yes
    InstallFilesPath=C:\sysprep\i386
    AutoActivate=Yes
    AutoactivateProxy=Proxy
    ActivateProxy=Prox

[Proxy] 
    HTTP_Proxy_Server=activation.****.co.uk:8000
    Secure_Proxy_Server=activation.****.co.uk:8000
    Proxy_Enable=1 
    Use_Same_Proxy=1

Kimbie
 
No can't use group policy as the machines are not on our domain.

Initially not many, but will often be in batches of 5 - 10

Kimbie
 
Are the details definitely right for your proxy server? You could try changing to the IP address rather than name just to make sure it isn't because it can't resolve the name. Port 8000 correct as well?

Will give IP address a go next week. Yes the correct name and port, built it today, plus I can see the machine activating via the proxy is I run the activation manually.
 
Back
Top Bottom