windows-update

SQL Server - Invalid Argument Supplied

岁酱吖の 提交于 2021-02-08 08:34:56
问题 So we have SQL Server 2008 R2 Express running on a local server, and a bunch of machines on the same LAN use a program I wrote in C# to access said server. All the machines in the building except one can connect quite happily. Connection string is: Data Source=[IP address here],53535\SQLEXPRESS;Initial Catalog=EMS_Main;;User ID=EMSUser;Password=[password here]; Exact error message is: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The

How to make the flash executable work after January 12, 2021?

邮差的信 提交于 2021-02-02 02:18:26
问题 The Flash EOL is January 12, 2021. Does the Flash Player executable actually stop Flash from working or is it something that can be stopped by Group Policy (in the case of a browser) or WSUS Updates in the case of the up-coming update? And if so - how can you make flash work after January 12, 2021? 回答1: According to the adobe flash administrator guide in page 28 - it may be possible to allow enterprise flash applications to run. If the browser will not block you (e.g. if you are using chrome

Best way of detecting if Windows has Windows Updates ready to download/install?

蹲街弑〆低调 提交于 2020-01-21 08:36:48
问题 I'm specifically interested in Windows 2000/XP, but Vista/7 would be interesting too (if different). I was thinking along the lines of task scheduling a batch file or equivalent on a daily basis. EDIT: Sorry, I should have provided more info. The question pertains to 10 machines which I manually apply updates. I don't want to install the updates programatically, but just find out if there are updates ready to download/install (i.e. the update shield icon in the system tray is indicating this)

How can I use Invoke-Wuinstall silently

怎甘沉沦 提交于 2020-01-04 14:04:04
问题 $WUInstallScript = { Import-Module C:\Path\PSWindowsUpdate.psm1; Get-WUInstall -AcceptAll -AutoReboot} Invoke-WUInstall -ComputerName $hostname -Script $WUInstallScript I am running this command but Invoke-WUInstall pops up that whether I want to confirm this action. I want to invoke this silently. Is there any option to do this? 回答1: Add -Confirm:$false switch like this: Invoke-WUInstall -ComputerName $hostname -Script $WUInstallScript -Confirm:$false 回答2: I use a wu.ps1 file containing:

Value cannot be null. Parameter name: userContext in Visual Studio 2017

天涯浪子 提交于 2020-01-03 08:53:04
问题 I am facing a strange issue that, getting a message as "Value can not be null. Parameter name is userContext" while clicking on Extensions and updates under tools menu. Please do let me know what is the workaround for this issue. Thank you. 回答1: I had the exact same issue. I uninstalled KB4022714 from Start > Windows Update > Advanced Options > View your Update History. The problem went away, but came back after the next Windows Update. I had to update Windows 10 to build 14393 to actually

Value cannot be null. Parameter name: userContext in Visual Studio 2017

拟墨画扇 提交于 2020-01-03 08:52:13
问题 I am facing a strange issue that, getting a message as "Value can not be null. Parameter name is userContext" while clicking on Extensions and updates under tools menu. Please do let me know what is the workaround for this issue. Thank you. 回答1: I had the exact same issue. I uninstalled KB4022714 from Start > Windows Update > Advanced Options > View your Update History. The problem went away, but came back after the next Windows Update. I had to update Windows 10 to build 14393 to actually