RE: Windows Live Messenger


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 |
---|---|---|
![]() | Viet To | 2010-06-28 00:41 |
![]() | Viet To | 2010-06-28 00:44 |
![]() | Viet To | 2010-06-28 00:53 |
![]() | Viet To | 2010-06-28 01:13 |
![]() | Viet To | 2010-06-28 02:40 |
![]() | Viet To | 2010-06-28 02:42 |
![]() | Viet To | 2010-06-28 03:02 |
![]() | Viet To | 2010-06-28 03:07 |
![]() | Viet To | 2010-06-28 03:41 |
![]() | Viet To | 2010-06-28 13:32 |
![]() | Viet To | 2010-06-28 13:52 |
![]() | Viet To | 2010-06-28 13:56 |