Giter VIP home page Giter VIP logo

cleanunwantedupdates's People

Contributors

kolanich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cleanunwantedupdates's Issues

Unknown trust provider

I know that isn't really a CleanUnwantedUpdates issue, but still. I get the following error:
C:\Programs\CleanUnwantedUpdates-fixing-WinHttpRequest\CleanUnwantedUpdates.wsf( 152, 3) (null): Unknown trust provider.
CheckSUR and sfc /scannow detect no issues on the system.

Uninstall failure?

Every time I'm getting the same result:
`Getting list of updates...
230 updates found. Filtering ....
Updating config...
Detection results:
Following updates will be uninstalled:
{62c68477-0f45-46aa-8af8-d0c189d6dd8e} KB971033 | Update for Windows 7 for x64-based Systems (KB971033) [ http://go.microsoft.com/fwlink/?LinkId=161784
http://www.microsoft.com/genuine ]

Uninstalling...
Uninstallation failed:`

WinHttpRequest throws "No mapping for the Unicode character exists in the target multi-byte code page".

Recently M$ changed something in their website, which made WinHttpRequest crash with error "No mapping for the Unicode character exists in the target multi-byte code page".
doesn't work.

whr = new ActiveXObject("WinHttp.WinHttpRequest.5.1");
...
var oADO=new ActiveXObject("ADODB.Stream");
oADO.Type=1;
oADO.Mode=3;
oADO.Open();
oADO.Write(whr.ResponseBody);
oADO.Position=0;
oADO.Type=2;
oADO.Charset="x-ansi";
//oADO.Charset="utf-8";
res=oADO.ReadText();
oADO.Close();

doesn't work - it either throws error or puts in res few bytes from whole response body.
Another try

var isSuccessful=false;
whr.WaitForResponse(-1,isSuccessful);
res=whr.ResponseStream.Read();

throws an error that ResponseStream is either null or undefined.
I don't know how to use ResponseBody as an array, both tries to use it either as js array or as WSH collection have failed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.