Bypass SmartScreen even if its Enabled through Group Policy

When you download a file you downloaded from the internet, Windows adds the zone identifier or Mark of the Web as NTFS stream to the file. So, when you run the file, Windows SmartScreen checks if there is a zone identifier alternate data stream attached to the file. If the ZoneId=3 data ADS is present, Windows identifies that the file was downloaded from the internet, and the SmartScreen does a reputation check when you run the file.Read more

How to Auto Shutdown after Installing Updates in Windows 10

install updates and shut down windows 10

On patch Tuesdays, you’ll see a bunch of updates such as Adobe Flash Player Security Update, Servicing Stack update, and/or the Cumulative Update showing up in the queue when you open Windows Update settings page. For Asian countries, the updates arrive at night or late night.

Installing a Feature Update or Cumulative Update always requires a restart. Once done, you then have to shut down the device manually if you don’t prefer leaving the computer in sleep or hibernation mode overnight. This means your sleep schedule gets delayed as you’ll have to be awake until the Cumulative Update is fully downloaded and installed.

You may be wondering how to automatically shut down your Windows 10 computer after the updates are installed.Read more

Restore “Import pictures and videos” AutoPlay Option in Windows 10/11

import pictures and videos autoplay windows 10

Windows 10 has the Import photos and videos option in the AutoPlay dialog which helps you import photos and videos from your phone, SD card, camera, etc. The option uses the built-in Photos app to import photos and media from the device into your Pictures folder.

import pictures and videos autoplay windows 10

However, many users would like to have the classic “Import pictures and videos” import wizard (powered by the Windows Photo Viewer) instead.Read more

VSS Event Log Errors: Event IDs 8193 and 13

event viewer error - event id 8193

After upgrading to Windows 10 v1903, two VSS error entries appear in the Application event log during every shutdown. The Event IDs are 8193 and 13 with the event source as VSS. Along with the two error logs, an informational event (ID: 8224) is also recorded during the user session instead of shutdown. Here are the sample events:

Log Name:      Application
Source:        VSS
Date:          5/22/2019 10:43:47 AM
Event ID:      13
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      DESKTOP-JKJ4G5Q
Description:
Volume Shadow Copy Service information: The COM Server with CLSID {4e14fba2-2e22-11d1-9964-00c04fbbb345} and name CEventSystem cannot be started. [0x8007045b, A system shutdown is in progress.


Log Name:      Application
Source:        VSS
Date:          5/22/2019 10:43:47 AM
Event ID:      8193
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      DESKTOP-JKJ4G5Q
Description:
Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance.  hr = 0x8007045b, A system shutdown is in progress.

Log Name:      Application
Source:        VSS
Date:          5/22/2019 11:14:56 AM
Event ID:      8224
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      DESKTOP-JKJ4G5Q
Description:
The VSS service is shutting down due to idle timeout. 

Read more

Install-Module command was found in the module PowerShellGet

install-module command not found

PowerShell’s Install-Module cmdlet downloads one or more modules from a repository and installs them on the local computer. But, when you run Install-Module, you may get the following error: Install-Module : The ‘Install-Module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded. For more information, run ‘Import-Module PowerShellGet’. At line:1 … Read more

Microsoft Store error 0x80D02017 in Windows 10

disable ipv6 network connections

After installing a Windows 10 feature update, you may be unable to download apps or update existing apps in the Microsoft Store. Downloading apps or updating them results in the error 0x80D02017 with the description saying “Unknown”.

Running the Store apps troubleshooter, reinstalling Microsoft Store or resetting the Store using wsreset.exe may not fix the problem.

The following errors may also be seen in the Windows Event Viewer.

Source: C:\BA\18\s\src\App\DependencyResolver\MvrDependencyResolver.cs (53)"
Information Windows-ApplicationModel-Store-SDK 4 StorefrontClient "ErrorDialogViewModel. Context: WU, Code: 0x80D02017, Title(ShortDescription): Something unexpected happened ButtonLabel: Close, Link: feedback-hub:?tabid=2&categoryid=20&searchString=Code: 0x80D02017
Function: Initialize


Source: C:\BA\18\s\src\App\ViewModels\Dialogs\ErrorDialogViewModel.cs (132)"
Information Windows-ApplicationModel-Store-SDK 4 StorefrontClient "ErrorDialogViewModel. ButtonOneLabel: Report this problem ButtonTwoLabel: Close, Link: feedback-hub:?tabid=2&categoryid=20&searchString=Code: 0x80D02017
Function: SetAction

This problem can be fixed by turning off IPv6 in some systems.Read more

Windows Update Service Properties Grayed Out in Services MMC

windows update service properties tab grayed out - wuauserv sddl fix

When you open the Services MMC (services.msc) and double-click Windows Update service properties, the Start and Stop buttons are grayed out. Also, you may be unable to change the service Startup type.

windows update service properties tab grayed out - wuauserv sddl fix

As a workaround, you can change the service startup and other settings using the registry or run the SC.exe command-line tool under the SYSTEM account and modify the service settings.

This article tells you how to make the Windows Update service configurable (by administrators) using the Services MMC.Read more

Error 0x80070422 in Windows Update and Store

windows update error error 0x80070422

When you open Settings and check for updates on your Windows 10 or 11 computer, the error 0x80070422 appears. Here is the entire error message:

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070422)

Read more