Re: How to modify registry keys using a startup script
From: Mike Matheny (mikematheny_at_swbelldotnet)
Date: 02/15/04
- Next message: KG1: "Re: Can't access WXP"
- Previous message: Michael Stevens: "Re: format c:\"
- In reply to: Hü©k Hö§hïmötö !: "Re: How to modify registry keys using a startup script"
- Next in thread: TehGhodTrole: "Re: How to modify registry keys using a startup script"
- Reply: TehGhodTrole: "Re: How to modify registry keys using a startup script"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 15 Feb 2004 17:39:03 -0600
what has that link got to do with his question? Take the .reg file you have,
create a shortcut that has the following command:
reg import {name of reg file}
and place it in your startup group.
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG IMPORT FileName
FileName The name of the disk file to import (local machine only)
Examples:
REG IMPORT AppBkUp.reg
Imports registry entrys from the file AppBkUp.reg
-- Mike Matheny "Hü©k Hö§hïmötö !" <huckleberryhoshimoto@earthlink.net> wrote in message news:Zv7Xb.2627$WW3.1357@newsread2.news.pas.earthlink.net... > Which WinXP are you running? > If not WinXP Corp, then I guess won't help much! > http://7mares.terravista.pt/xaliasx/xp.html > > "Cueball" <bray@THIScomcastSPAM.net> wrote in message > news:6rmp20dte4u8pio6da8jcme2avgi4ta7qd@4ax.com... > > Greetings, > > I own a laptop running XP that ha a wireless card. I have > > found that it doesn't work unless I change a couple of registry > > settings (as per http://support.microsoft.com/?kbid=279491, even > > though that article is meant for Win2K). The registry settings are > > changed to the following: > > > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Pcmcia\Parameters] > > "SoundsEnabled"=dword:00000001 > > "IsaIrqRescanComplete"=dword:00000000 > > "DisableIsaToPciRouting"=dword:00000000 > > > > Now, I have noticed that while two of the settings remain the same at > > startup, one of them (IsaIrqRescanComplete), keeps resetting itself to > > 1 at startup. As of now, as WinXP is initializing, I go into the > > regsitry using RegEdit and change it to the correct value each time. > > > > Two questions: > > (1) Any reason why this key is persistently being reset? > > (2) In lieu of an answer to (1), is there to create a script and place > > it in, say, the StartUp folder, and have it execute at boot-up, so > > won't have to manual change it each time? > > > > Any suggestions would be appreciated. Thanks! > > -Mark > >
- Next message: KG1: "Re: Can't access WXP"
- Previous message: Michael Stevens: "Re: format c:\"
- In reply to: Hü©k Hö§hïmötö !: "Re: How to modify registry keys using a startup script"
- Next in thread: TehGhodTrole: "Re: How to modify registry keys using a startup script"
- Reply: TehGhodTrole: "Re: How to modify registry keys using a startup script"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|