solution to nagging XP issue (for me) finally found?
Results 1 to 2 of 2

Thread: solution to nagging XP issue (for me) finally found?

  1. #1
    Tech-To-Tech Mod kato2274's Avatar
    Join Date
    Sep 2001
    Location
    Bentleyville, Pa
    Posts
    2,317

    solution to nagging XP issue (for me) finally found?

    One of the things I've liked about 2k and XP is that much like linux, all the information for a user is stored in one directory (documents and settings) but it has given me a fair share of headaches when it comes to getting systems to people, because I always want to move data away from the OS. moving the documents and settings folder is easy enough with an unattended XP CD and modifications to the winnt.sif. but my problem has always been after a machine is restored from backup image all the crap on the desktop remains and the programs list in the start menu is not accurate anymore as it reflects programs that are no longer installed. . . . . so I had to try to find a way to re-image the pc and restore baseline desktop and start menus for users.

    so some time with VB may have paid off.

    I dump the i386 directory from the CD to C: and change the reg so that a cd is not required to install windows components, so inside i386 I put a little text file named flag.txt

    I wrote a small backup preperation tool which when executed collects a list of usernames on the local machine, and if that username has a folder in documents and settings, it copies the desktop folder and start menu folder of that users to a folder with their username in d:\backup. it also copies the all users start menu and desktop folders there too. after it copies everything, it deletes flag.txt from i386

    when the pc is reimaged, the image contains an entry in the ....current version / run portion of hklm that is d:\restore.exe. the program checks for the existance of flag.txt. if it exists, it exits. if it doesn't exist, it copies the start menu and desktop folders from the backup location then creates the flag.txt file.

    I haven't fully tested yet, but I'm hoping that will solve this issue for me, because I often give a person their PC back with a set of restore Cds but also with a backup/restore CD (writes/reads image file from e: partition) with instructions to get internet / printer working and any baseline software installed then run the backup CD.

    if this solution works and anyone else wants the code or exe I'll gladly post either or both. I'm just finally happy to have maybe licked this thing.
    Nonsense prevails, modesty fails
    Grace and virtue turn into stupidity - E. Costello

  2. #2
    Registered User Green_Eyed's Avatar
    Join Date
    Feb 2001
    Location
    Just this side of normal
    Posts
    189
    Personally, I like to redirect the My Documents folder to the D:\ When problems arise and a rebuild is needed, the data is intact.

    I know it's longer to rebuild and reinstall, but it's also much cleaner. I also don't know how to write scripts

Similar Threads

  1. who stole device manager?
    By ringo2143z in forum Windows XP
    Replies: 25
    Last Post: November 2nd, 2004, 01:28 AM
  2. How do I get rid of a computer virus without spending any money?
    By porsche in forum Windows 95/98/98SE/ME
    Replies: 10
    Last Post: June 24th, 2004, 12:17 PM
  3. XP Pro IRQ Problem
    By wisper in forum Windows XP
    Replies: 7
    Last Post: September 6th, 2002, 11:58 AM
  4. Another XP networking issue
    By tk421 in forum Networking
    Replies: 3
    Last Post: March 26th, 2002, 11:48 AM
  5. Replies: 2
    Last Post: January 8th, 2001, 06:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •