Jump to content

Remove My Sharing Folders in My Computer for Windows Live Messenger


Recommended Posts

Posted (edited)

Some new feature that i dont like in the new Windows Live Messenger is the Sharing Folders located in My Computer.

The way to remove this feature is

Start -> Run and click on OK button

regsvr32 -u "%PROGRAMFILES%\MSN Messenger\fsshext.8.0.0812.00.dll

U need to check your version of Windows Live Messenger example 8.0.0812 so i writed one easy autoit script that will do that work for you. The script reads the installed version from register and does the job.

I need more testing then i'll integrate this addon into the main install script you can get the latest HERE

Here is the script that remove Sharing Folders located in My Computer.

RemoveMySharingFolders_ONLY.au3

The script will work untill they dont change the .dll name B)

Edited by --=ddSHADOW=--

Posted

I have done something similar with Inno, is there a reason why you want the dialog box to be shown, because if not you can silently unregister the dll by adding -s

regsvr32 -s -u "C:\Program Files\MSN Messenger\fsshext.8.0.0812.00.dll"

Posted

With every version number, the dll name changes. So how about

cd %programfiles%\MSN Messenger
FOR %%F IN (fsshext*.dll) DO REGSVR32 -s -u "%%F"

Maybe run it at startup?

I'm not too good at batch files so can someone check it?

Posted

@ZileXa

To disable the shared folder I use

"SharingDisabled"=dword:00000001

under the users passport settings here

HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\passporthashhere

Still can't get it to unattendedly use the same Display picture or have my credentials added to auto connect :realmad:

Posted

For the display picture , open msnmsgr.exe with resource tuner or res hack and change the pictures.

Posted

But how to integrate the display pic in the installer w/o repackaging, as WLM doesn't support making admin install points...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...