Results 1 to 6 of 6

Thread: repair xp

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    repair xp

    hello there!
    instead of using xp restore in dos mode
    i'd rather boot live cd linux, but the problem is root username
    in linux has no permission in copying/over writing the
    _registry* in \windows\system32\config.

    how would i solve this?

    tnx
    *****************
    VB6,PHP,VS 2005

  2. #2
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: repair xp

    What exactly are you trying to change in the Windows Registry?
    And which Linux distribution are you using?
    I code C#....

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: repair xp

    Quote Originally Posted by basti42
    hello there!
    instead of using xp restore in dos mode
    i'd rather boot live cd linux, but the problem is root username
    in linux has no permission in copying/over writing the
    _registry* in \windows\system32\config.

    how would i solve this?

    tnx
    You need to use the NTFS 3G module to have read/write access to an NTFS partition:
    Code:
    mount -t ntfs-3g /dev/sda1 /mount/point
    Use write support at your own risks as there are certain instances where a single write may corrupt the entire file system. Therefore, backup everything on the partition first and / or use dd to take an image:
    Code:
    dd if=/dev/sda1 | gzip > sda1.gz
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: repair xp

    i second that. There are known bugs in that module.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Re: repair xp

    tnx for the reply.
    i used linuxmint5,pclinux, and slax the three
    are bootable live cd and has a root username
    another question, is there any other way rather than typing it
    in the bash shell? i mean just right click and then properties...

    if this problem will solve i will give to the end user.
    *****************
    VB6,PHP,VS 2005

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Re: repair xp

    just replace like this:
    copy _REGISTRY_MACHINE_SOFTWARE \windows\system32\config\software
    copy _REGISTRY_MACHINE_SYSTEM \windows\system32\config\system

    but the folder is in "System Volume Information" etc. etc.
    if you are in DOS mode many characters to type.

    hope this helps to analyze the problem.
    *****************
    VB6,PHP,VS 2005

Posting Permissions

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



Click Here to Expand Forum to Full Width