Increase size of registry (cmd line tool?)

  • Thread starter =?ISO-8859-1?Q?S=F8ren_Schimkat?=
  • Start date
?

=?ISO-8859-1?Q?S=F8ren_Schimkat?=

Hi Gyus

I need to increase the size of the registry during a unattended
installation. Does anyone know how to do that? Is there a command line
tool for doing that?

Regards Søren Schimkat
 
?

=?ISO-8859-1?Q?S=F8ren_Schimkat?=

Problem solved:


Command:
--------------------------------------------------------
regedit.exe /s RegistrySizeLimit.reg
--------------------------------------------------------



RegistrySizeLimit.reg:
 
G

George Hester

OK. I don't think you change the size of the registry. You change its maximize setting. Is that what you want to do?

--
George Hester
__________________________________
Hi Gyus

I need to increase the size of the registry during a unattended
installation. Does anyone know how to do that? Is there a command line
tool for doing that?

Regards Søren Schimkat
 
G

George Hester

Maybe:

http://www.mail-archive.com/[email protected]/msg00116.html

This isn't a remote tool. But I was just seeing if I could find a script to determine max reg size. I also noticed in the Microsoft Knowledge Base that there is an issue when modifying the registry info remotely:

http://support.microsoft.com/default.aspx?scid=kb;en-us;260241&Product=win2000

I suppose this has more info:

http://support.microsoft.com/default.aspx?scid=kb;en-us;124594&Product=win2000

--
George Hester
__________________________________
Hi Gyus

I need to increase the size of the registry during a unattended
installation. Does anyone know how to do that? Is there a command line
tool for doing that?

Regards Søren Schimkat
 
P

Patrick J. LoPresti

George Hester said:
This isn't a remote tool.

Actually, it IS a remote tool; see the "--remote" switch.

It is just a simple Perl script to invoke the appropriate WMI
interfaces. Translating it to an inferior scripting language should
be trivial.

Incidentally, using regedit to patch the registry directly is the
worst idea of all. WMI is a standardized interface, guaranteed to
work both now and in the future. Registry hacks are unsupported by
Microsoft, and could stop working with any release of Windows.

- Pat
http://unattended.sourceforge.net/
 
G

George Hester

Hi Pat.

I just looked at your link at the bottom of your e-mail. Neat place for some utilities. I just took a stab in the dark and found that page for that Perl script. I really didn't look it over when I sent the link to the Microsoft site. Thanks for pointing out to me my mistake. I just assumed Perl had to be installed on the client.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top