Computing.Net > Forums > Disk Operating System > DOS command

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

DOS command

Reply to Message Icon

Name: John S.
Date: February 15, 2003 at 19:45:11 Pacific
OS: WIN ME
CPU/Ram: 192 MB RAM 9.8GB HD 5GB d
Comment:

I am making a .bat file and want to add something to the registry. Its going to be in

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

What is the command for that? Thanks
John



Sponsored Link
Ads by Google

Response Number 1
Name: Lightning Lad
Date: February 16, 2003 at 08:41:09 Pacific
Reply:

use

REGEDIT HKEY_CURRENT_USER\Whateverpath

but that opens the regedit after the key is added . Dont know how to minimise it after...


0

Response Number 2
Name: SirMiskva
Date: February 17, 2003 at 14:57:07 Pacific
Reply:

make a file something.reg:
==========================================
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\DiskUsage]
@="DiskUsage"

[HKEY_CLASSES_ROOT\Directory\shell\DiskUsage\command]
@="\"C:\\Tools\\du_win.bat\""
==========================================

change at will, and double click to import

know what you are doing, corruption of registry is possible !


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: DOS command

DOS Commands www.computing.net/answers/dos/dos-commands/16961.html

dos command problem www.computing.net/answers/dos/dos-command-problem/9027.html

using dos commands in a c program www.computing.net/answers/dos/using-dos-commands-in-a-c-program/10581.html