|
|
|
Remove.MS.ClickOnce-Extension.cmd
Showing all messages in thread #1242939406 Windows XP Annoyances Discussion Forum
The following are all of the messages in this thread (5 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
Remove.MS.ClickOnce-Extension.cmd
Thursday, May 21, 2009 at 1:56 pm Posted by fakeraol
(8 messages posted)
REG DELETE "HKLM\SOFTWARE\Mozilla\Firefox\Extensions" /v "{20a82645-c095-46ed-80e3-08825760534b}"
/f
CD "%APPDATA%\Mozilla\Firefox\Profiles"
FOR /D %%i IN (*) DO (
CD %%i
FINDSTR /V "microsoftdotnet useragentswitcher.1.appname microsoft.CLR.clickonce.autolaunch"
prefs.js > prefs.new.js
MOVE prefs.new.js prefs.js
CD ..
)
RMDIR /S /Q "%WINDIR%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension"
[Reply or follow-up to this message]
| |
re: Remove.MS.ClickOnce-Extension.cmd
Saturday, May 23, 2009 at 11:15 am Posted by fakeraol
(8 messages posted)
this is related to:
Remove the Microsoft .NET
Framework Assistant (ClickOnce) Firefox Extension.
simplifies removal and avoids mistakes.
[Reply or follow-up to this message]
|
re: Remove.MS.ClickOnce-Extension.cmd
Tuesday, October 27, 2009 at 5:00 pm Posted by Mr. T
(6 messages posted)
Interested in trying, how do I make that executable? I do know how to cut and paste,
but that's about it.
On Thursday, May 21, 2009 at 1:56 pm, fakeraol wrote:
>REG DELETE "HKLM\SOFTWARE\Mozilla\Firefox\Extensions" /v "{20a82645-c095-46ed-80e3-08825760534b}"
>/f
>
>CD "%APPDATA%\Mozilla\Firefox\Profiles"
>FOR /D %%i IN (*) DO (
> CD %%i
> FINDSTR /V "microsoftdotnet useragentswitcher.1.appname microsoft.CLR.clickonce.autolaunch"
>prefs.js > prefs.new.js
> MOVE prefs.new.js prefs.js
> CD ..
> )
>
>RMDIR /S /Q "%WINDIR%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension"
>
[Reply or follow-up to this message]
|
re: Remove.MS.ClickOnce-Extension.cmd
Tuesday, October 27, 2009 at 6:36 pm Posted by Adam Bradley
(8787 messages posted)
A nice thought but this post will soon be buried and is unlikely to get noticed.
Also last I checked the plug-in does not disable the uninstall button making tricks
like this unneeded.
On Thursday, May 21, 2009 at 1:56 pm, fakeraol wrote:
>REG DELETE "HKLM\SOFTWARE\Mozilla\Firefox\Extensions" /v "{20a82645-c095-46ed-80e3-08825760534b}"
>/f
>
>CD "%APPDATA%\Mozilla\Firefox\Profiles"
>FOR /D %%i IN (*) DO (
> CD %%i
> FINDSTR /V "microsoftdotnet useragentswitcher.1.appname microsoft.CLR.clickonce.autolaunch"
>prefs.js > prefs.new.js
> MOVE prefs.new.js prefs.js
> CD ..
> )
>
>RMDIR /S /Q "%WINDIR%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension"
>
[Reply or follow-up to this message]
|
re: Remove.MS.ClickOnce-Extension.cmd
Wednesday, October 28, 2009 at 6:08 pm Posted by fakeraol
(8 messages posted)
read this:
http://adblockplus.org/blog/the-return-of-net-framework-assistant
the uninstall-button does NOT uninstall it.
[Reply or follow-up to this message]
| |
| |
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
| |
Return to the Windows XP Discussion Forum
|
|
|
|