-
Win Toolkit
- 204 comments
- 210 reviews
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
So versions previous 1.4.0.59 worked because they do not require framework 3.5. Version after 1.4.0.59 do not worked because they required Framework 3.5 that I had disabled. Now all is clear
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
Problem SOLVED. In "Control Panel\All Control Panel Items\Programs and Features" I had unchecked box "Framework 3.5.1". Just checked it and Win Toolkit works
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
"Stopped working again". Anyone have older version? Win Toolkit is the only one program that do not works properly. Other programs that need framework just works
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
I do not remember - can you upload the oldest version that you have?
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
Windows has been installed from iso downloaded from MSDN. Program file is not corrupted - I downloaded it from this page and from mediafire and still do not works. I remember that older versions works in the past... But today is just "Stopped working" error.
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
"sfc /scannow" not found any error
-
[SOLVED] Can't run Win Toolkit - error "Stopped working"
Hi. I can't run Win Toolkit on my Win 7 x64. Just have error "Stopped working". I clean my pc from Framework, install Framework 4.5 and still have this problem. Please help. Beta version Win Toolkit also do not works.
-
Any way to integrate VBS?
Sorry but you do not have right. Forum rule: I'm not asking how to crack the WGA. Installing KB971033 is not required by Microsoft. It's optional. I can install it but I don't have to do it. It's my choose. I have sript VBS that hide KB971033 from list in Windows Update. Thats all. I can manually hide KB971033 in Windows Update so why don't do this with script? This is script that hide KB971033 from Windows Update lists and it's legal. This has nothing to do with cracking WGA. I can hide languages packs and I can hide KB971033. Function WuaVersion 'get current WUA version Dim oAgentInfo, ProductVersion On Error Resume Next Err.Clear Set oAgentInfo = CreateObject("Microsoft.Update.AgentInfo") If ErrNum = 0 Then WuaVersion = oAgentInfo.GetInfo("ProductVersionString") Else Wscript.Echo "Error getting WUA version." WuaVersion = 0 'calling code can interpret 0 as an error. End If On Error Goto 0 End Function msgbox(WuaVersion) if WuaVersion <> "0" then Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager") ServiceManager.ClientApplicationID = "My App" 'add the Microsoft Update Service, GUID Set NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"") end if 'ServerSelection values ssDefault = 0 ssManagedServer = 1 ssWindowsUpdate = 2 ssOthers = 3 'InStr values intSearchStartChar = 1 dim strTitle Set updateSession = CreateObject("Microsoft.Update.Session") Set updateSearcher = updateSession.CreateupdateSearcher() updateSearcher.ServerSelection = ssWindowsUpdate Set searchResult = updateSearcher.Search("IsInstalled=0 and Type='Software'") For I = 0 To searchResult.Updates.Count-1 Set update = searchResult.Updates.Item(I) strTitle = update.Title if InStr(intSearchStartChar, strTitle, "KB971033", vbTextCompare) <> "0" then update.IsHidden = True end if Next WScript.Quit Question is: how to integrate this?
-
Any way to integrate VBS?
Hi. I have script that hide KB971033 (hideKB971033.vbs). Is any way to integrate this with Win Toolkit?
-
[Solved] How change default language in Windows 7 using the WinKit?
Hi. I use WinKit. It is very good program I have two guestion: I downloaded Windows 7 English version from here and integrated Polish language pack with WinKit. 1. How can I change default language to Polish? 2. It is possible to change default installer language to Polish? Regards and thank you for WinKit
LittleCow
Members
-
Joined
-
Last visited