Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Edit.  (Read 2223 times)

0 Members and 1 Guest are viewing this topic.

lazyjoker

  • Guest
Edit.
« on: January 22, 2007, 05:22:25 PM »
Edit.
« Last Edit: March 04, 2007, 06:42:02 PM by lazyjoker »

Blackberry



    Adviser
  • For those with wings, fly to your dreams.
    Re: Simple Registry Adding
    « Reply #1 on: January 29, 2007, 01:14:37 PM »
    On which os do you work? Do you want that something starts up with your pc trough an edit in the registry made by a batch file?
    This you can do by (for winxp):
    Code: [Select]
    >>filename.reg ECHO Windows Registry Editor Version 5.00
    >>filename.reg ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    >>filename.reg ECHO "WH"="\"C:\\WINDOWS\\WH.bat\""
    (in this example it launchec wh.bat in the windows map)
    to launc the reg file
    Code: [Select]
    REGEDIT /S filename.reg
    Everybody knows you can't click here. But I know you will try it :)