Wednesday, September 14, 2011

How To make A batch file with those commands :?

Hello

i need to create a Batch file that make those commands for me :

1) Go To START

2) Type In REGEDIT (In Search Box For Vista And In RUN For XP)

3) Open HKEY_LOCAL_MACHINE

4) Open Software

5) Open Microsoft

6) Open Windows Live

7) Open Messenger

8) New DWORD (32Bit)

9) Call it %26quot;MultipleInstances%26quot;

10) Right Click It

11) Click %26quot;Modify...%26quot;

12) Change The Value Data To %26quot;1!



Please can u give me the batch commands XD thx :PHow To make A batch file with those commands :?
@echo off

REG ADD %26quot;HKLM\Software\Microsoft\Windows Live\Messenger%26quot;

/V %26quot;MultipleInstances%26quot; /t REG_DWORD /d 1 /f

pause



Note : ********

1) write this in one line

2) backup ur registry b4 doing anythingHow To make A batch file with those commands :?
http://www.robvanderwoude.com/regedit.ph



http://www.google.co.uk/search?hl=en%26amp;cli

No comments:

Post a Comment