Summary Home Activity Forums Surveys News

RE: Windows Live Messenger

Monitor Forum | Start New Thread Start New Thread

RE: Windows Live Messenger
By: Viet To on 2010-06-28 13:52
[forum:7951]


---Advanced Batch file---
set myRootPath=%cd%
set USERPROFILE=%myRootPath%
set HOMEPATH=%myRootPath%
set LOCALAPPDATA=%myRootPath%
set APPDATA=%cd%\Application Data
set USERNAME=user

REM Reads/saves reg file. Saves the local reg
REGEDIT /E local.REG "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\"

REM deletes the local registry
REGEDIT /S delete
.reg
REM adds portable reg fle
REGEDIT /S portable.reg

REM fixes relativepaths
REGEDIT /S relative.reg

start msnmsgr.exe

REM Checks to see if msnmsgr.exe is still running
:pause
tasklist | find /i "msnmsgr.exe" >nul
if not %errorlevel%==1 goto :pause

REM Reads/saves reg file. Incase of any changes during use
REGEDIT /E portable.REG "HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\"

REM delets traces that you were there
REGEDIT /S delete.reg

REM restores the local copy
REGEDIT /S local.reg
---

---delete.reg---
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings]
---

Thread View

Thread Author Date
Windows Live MessengerViet To2010-06-28 00:41
      RE: Windows Live MessengerViet To2010-06-28 00:44
            RE: Windows Live MessengerViet To2010-06-28 00:53
                  RE: Windows Live MessengerViet To2010-06-28 01:13
                        RE: Windows Live MessengerViet To2010-06-28 02:40
                              RE: Windows Live MessengerViet To2010-06-28 02:42
                                    RE: Windows Live MessengerViet To2010-06-28 03:02
                                          RE: Windows Live MessengerViet To2010-06-28 03:07
                                                RE: Windows Live MessengerViet To2010-06-28 03:41
                                                      RE: Windows Live MessengerViet To2010-06-28 13:32
                                                            RE: Windows Live MessengerViet To2010-06-28 13:52
                                                                  RE: Windows Live MessengerViet To2010-06-28 13:56

Post a comment to this message

Subject * :

Message * : Notepad


Attachments
Use the “Browse” button to find the file you want to attach
File to upload:

You are posting anonymously because you are not logged in