Jump to content

neil

Member
  • Posts

    50
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by neil

  1. short answer - no it won't affect it. if it works once it'll work every time.

    long answer - the whole point of an unattended installation disk is so you can install XP multiple times and get the exact same result every time - the only thing that should ever affect activation is the XP product key in the winnt.sif you use.

    if clients are buying XP licences from you, then you should leave the prod key blank so the client has to enter their bought product key into the installation, this should be the only user interaction necessary on their part when installing a system.

    Free products and apps you include can be installed and activated/registered with registry entries and, as long as you hold the required amount of licences for each product (to keep it legal - some apps allow you to buy 50-500+ licences), commercial products could also be included in the same way.

    if done right, your template iso should have all the files you need, and you should only need to alter a few lines of text in a .reg file for each client you burn an iso for.

    If you plan on giving clients your disk as a 'Reinstall/Repair' disk so they can re-install their systems to the starting point you give them, you should give them this an an extra to the normal XP disk, not a replacement, so they can install XP from scratch or add/remove extra's. (If they're buying a licence they should get a full XP disk anyway - even if it isnt a boxed version)

  2. pmshah: not quite right - rapidshare keep tabs on your IP address and monitor how much is requested from it (max 50mb per hour) the cookie you are talking about is for Premium accounts which remove this restriction anyway (allowing upto 3Gb per day and multiple file downloads - at a price)

    The easiest way to download more segments in an hour from rapidshare is to change your IP - log off and back on to your ISP.

  3. first of all there is no need to start a new topic when we are replying to a thread discussing exactly the same thing started by you.

    http://www.msfn.org/board/index.php?showtopic=48968

    secondly, as i replied in your thread above, the option you need to change is located in the boot.ini.

    This file does not exist on the XP CD so cannot be edited prior to install. You could set up a script to automatically edit the file on first log on so that its changed forever after that - try this:

    cmdow @ /HID

    @echo off

    REM delete boot.ini if exists
    FOR %%d IN (c:) DO IF EXIST %%d\boot.ini DEL %%d\boot.ini" /q
    SET D = %%d

    REM create new boot.ini
    echo [boot loader] >> "%D%boot.ini"
    echo timeout=10 >> "%D%boot.ini"
    echo default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS >> "%D%boot.ini"
    echo [operating systems] >> "%D%boot.ini"
    echo multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows XP Professional SP2" /noexecute=optin /fastdetect >> "%D%boot.ini"

    :EOF

    All you need do is edit the last line to say ...="Windows XP MSFN edition"...

    I don't guarantee this will work, as my batch editing is rusty, but to do what you want this is the only way i can think of that doesn't involve hex-editing a $hi7-load of files on the CD to find the right entry.

  4. look for a small file on the C: drive called BOOT.ini

    once XP is installed, open it up and you will see something along the lines of:

    ...

    ...="Microsoft Windows XP Professional" /fastdetect

    just change the text to read something else - "Windows MSFN Edition".

  5. when i was in school they had to glue the base of the mouse to prevent students from stealing the mouse balls. (no pun intended :) )

    my college did away with mouseballs and switched to optical mice, but the students STILL managed to wreck these by snapping pen nibs in the optical hole and gumming them up with glue/chewing gum.

    you don't know how frustrating it is removing chewing gum from an optical mouse when its buried half an inch inside :angry:

  6. as i said at the beginning, oioldman, i cannot use tools that need installing on remote pc's , and i've discovered i don't have access rights anyway, so its a moot point.

    If i can get the rights from the admin, or talk him into running the script for me, that'll do fine - i'm just lazy and don't like running around at 5 oclock switching 100 machines off.

  7. BTW if you want to shut down remote machine, you MUST have permission to do so! Try simple command

    wmic /node:name_of_remote_pc os where cdname="name_of_remote_pc" call shutdown

    If this command wont work for you, you dont have rights and there is no application that will help you (so you must speak with your administrator). If it will work for you, I will create small script, that will shutdown all your pcs

    OK tested this with machine name of M11010 (for example)

    Looks like i don't have permission - running the command I get:

    ERROR:
    Code = 0x8004100e
    Description = Invalid namespace
    Facility = WMI

    am i missing something? do i need the domain too, or do i not have the permissions to do this?

  8. heres the problem - currently at the end of each day, I get the grand job of running round the IT areas of where i work and manually shutting the machines off.

    Then in the morning I do the same again only switching them on instead.

    Our IT guru who runs the network has enabled Wake-on-LAN on all the machines but hasn't perfected it yet (read: it doesn't work).

    I cannot install software (like PsShutdown) to the individual machines, but i can install it to my own machine.

    Question - can PsShutdown (or similar) access networked PCs without it being installed on them, or anyone logged in on them?

    My only thought is a command line or script i can use to access certain machines from my own, and remotely shut them down at the same time.

    any ideas? my minds gone blank.

  9. Like Soulin said, GDI is distributed through Windows Update so if you have it slipstreamed or included with your build process, simply remove it.

    There's no need to remove the GDI detection - it can be added as a registry entry instead of installing the update - search the forum for the proper entry to add.

    Make sure you install something like Office or .Net framework before you add the regedit to be on the safe side, and everything should be fine.

  10. if you can post a file list, like the one available for a slimmed down - 7mb!! - win98 (http://www.winimize.com/filelist.html) that would be a great help in letting people do this for themselves, and you may get more help that way.

    I don't know how legal an installer would be - if you mean packaging up these 47mb of files and distributing them as a self-contained mini-XP installation, i would think MS would frown on that, but they can't stop you if you create a batch file that after installing an unattended XP can then delete all unneccessary files as per your file list. this would seem a better option.

    I'd be interested to know if you can boot this from a mini CD or USB key, as you suggested. Ive been looking into booting a mini98 from a 16mb usb key but if i can boot and run XP on a 128mb key with selected programs, i'll do that instead.

    ask in the unattended XP forum as the guys there could help with this.

  11. on the subject of updating the site, why not update the Office XP slipstream info to include the SP3 update and following hotfixes instead of the SP2 update.

    Also, when finalising the CD you only provide a link to an MSFN article, but if you have the PDF of the site and don't have net access, how do you know how to finalise a CD? How about integrating the article in to that section?

    cheers

  12. this sounds extremely similar to another space-type online game http://www.planetarion.com/

    i havent played this in a a while (currently at round 13 - i remember playing it when it was round 4 through 7, so its been a looong while) but it involved galaxies of planets mining resources and attacking other galaxies to steal their mining asteroids.

    it works as a turn-based hourly 'click' type thing (very descriptive ain't it?) and its a LOT larger and more popular than i remember it.

    seeing Ogame has reminded me of what i missed in planetarion i may have to join up with both if i get the spare time to waste.

  13. see if this helps:

    from http://www.tweakxp.com/article140004.aspx

    Win XP forgets my folder view settings. Is there a fix?

    How to fix this annoying problem:

    By default, Windows XP will remember the view settings for the 400 most recently used folders. After that, XP will begin overwriting the data of the oldest folder, and its view setting will be lost. The information is stored in the registry by two keys:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell

    and

    HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam

    These keys can be modified to make XP remember more folder settings.

    Open Windows Explorer and go to Tools--Folder Options--View--Advanced Settings. Ensure that "Remember each folder's view settings" is checked.

    Open Regedit and go to HKCU\Software\Microsoft\Windows\Shell. Right-click on "Shell", then follow to New--Key--DWORD Value. Name this item "BagMRU Size" (without quotation marks, but with a space between BagMRU and Size). Double-click BagMRU Size, give it a Decimal value of 2000, then click OK.

     

    Now go to HKCU\Software\Microsoft\Windows\ShellNoRoam. Create another BagMRU Size DWORD Value for "ShellNoRoam". Again, give it a Decimal value of 2000, then click OK.         

    You will have two "BagMRU Size" values equal to 0x000007d0 (2000).

    Close the registry and reboot.

    Windows XP will now remember 2000 folder view settings instead of 400

    You could also try higher values if you are a power user, I use 8000 instead of 2000. 

    Always remember to back up your registry.  You should only consider editing the registry if you are comfortable with it.

  14. upgrade your IE to at least 5.5 to see if this fixes the problem if not IE6 should do it.

    The problem is that the google ads are viewed in an iframe (created by the google javascript - so its not apparent by viewing the page source)

    The same thing happens with drop down menus and input boxes - ie the input box appears above the drop down when it opens, so you can't see the menu options.

    Try viewing the site in Firefox first, but definately think about upgrading IE.

×
×
  • Create New...