re: Remove.MS.ClickOnce-Extension.cmd
Tuesday, October 27, 2009 at 5:00 pm Windows XP Annoyances Discussion Forum
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"
>
|
All messages in this thread [show all]
 |  | re: Remove.MS.ClickOnce-Extension.cmd (Mr. T: Tue, Oct 27, 2009, 5:00 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|