Jump to content

Recommended Posts

Posted

Can it be done?

like reg add...

Or do I have to REGEDIT /S someregfile.reg?

Id like to apply

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_05]
"HideSystemTrayIcon"=dword:00000001

as Commandline2


Posted

And where is the Problem?

If your Reg-file is under D:\Software\RegistryTweaks\regtweak.reg

use this commandline

REG IMPORT "D:\Software\RegistryTweaks\regtweak.reg"

Or use this command

REG ADD "HKLM\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_05" /v  "HideSystemTrayIcon" /t "REG_DWORD" /d "1"

Greetings

Al

Posted

I was just looking for a confirm that the last method you posted works. Applying reg add ... directly from WPI (Command line) and not through a batch or .reg.

Since its only 1 reg key change, In my case it would be better to just run it directly from WPI config and not through a separate .reg or batch.

Posted

It should work, of course.

Because the REG-command is just an executable under %WINDIR%\system32 (as far as I know just on WinXP - on Win2k it should be in the Resource kit)

Al

Posted (edited)

Yes no more need for "regedit /s" just put the path and name of the reg file i.e. %cdrom%\install\myreg.reg. This has actually been part of WPI for awhile now.

Edited by kelsenellenelvian

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...