Solved Windows calls KB3193414 update important, but...

My system has the same "Important Update" exactly as shown above

And then there's this

Is this Microsoft security essentails update genuine? - Microsoft Community

While I could imagine that as a possible cause, ie multiple languages installed, therefore you receive a locale specific update (earlier than others), I do not have any additional languages installed, let alone any chinese or multi-language packs, and the lack of a KB article is still suspicious to me, I mean, people over in China like some technical details too, don't they? :)

Also the linked thread in the chinese MS support forums doesn't seem to prove any validity... could the KB article possibly be region restricted?



This update removes Scan via MSE from right click menu on files :( http://s20.postimg.org/oj17k04a5/screenshot_240.png (this is gone) . So do not install this now and wait for more informations from Microsoft!

I´ve heard it has something about PC´s that have more than one language installed. It´s intended for the Chinese language, but for some reason Microsoft put it and my PC (I´ve got English and Spanish installed and I can go back and forth). Also, seems like it updated all by itself too. I did not give it permission. Kinda like a Windows 10 thing last year. Microsoft! Geez............

This update removes Scan via MSE from right click menu on files :( http://s20.postimg.org/oj17k04a5/screenshot_240.png (this is gone) . So do not install this now and wait for more informations from Microsoft!
Correct, it does remove the scan file(s)/folder(s) option from Explorer's right click context menu.

Before this update:
View attachment 392218

After this update:
View attachment 392219

"Send to" work around:
View attachment 392220
This work around works for entire folders too. Right click on the file of folder of interest and "send" that file or folder to the batch file mentioned below.

Create a batch file with these two lines:
Code:
"C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans a single file or single folder.

Or use these two lines in your batch file:
Code:
for %%i in (%*) do "C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans multiple files or multiple folders. But you might reach a limit.



Put that batch file in your "Send to" folder.
Code:
C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo


I have seen updates come out with no info.
In a day or two, this link might have some info:
https://support.microsoft.com/en-us/kb/3193414


:-(
View attachment 392221

If you need right click "scan functionality" back you can uninstall MSE and then reinstall again MS has the standalone versions availble. Dont run windows update between otherwise it will throw "Defender" updates at you. kb3193414 will reappear soon afterwards so you can hide it. However heres the kicker theres nothing out there on wether this update is crucial for future updates and/or dependancies and its really up to you if you want right click scan back and how much you want to risk. So if you do youll need to watch for regular MSE updates and if they fail or not :(

This update removes Scan via MSE from right click menu on files :( http://s20.postimg.org/oj17k04a5/screenshot_240.png (this is gone) . So do not install this now and wait for more informations from Microsoft!
Correct, it does remove the scan file(s)/folder(s) option from Explorer's right click context menu.

Before this update:
View attachment 392218

After this update:
View attachment 392219

"Send to" work around:
View attachment 392220
This work around works for entire folders too. Right click on the file of folder of interest and "send" that file or folder to the batch file mentioned below.

Create a batch file with these two lines:
Code:
"C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans a single file or single folder.

Or use these two lines in your batch file:
Code:
for %%i in (%*) do "C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans multiple files or multiple folders. But you might reach a limit.



Put that batch file in your "Send to" folder.
Code:
C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo


I have seen updates come out with no info.
In a day or two, this link might have some info:
https://support.microsoft.com/en-us/kb/3193414


:-(
View attachment 392221

Thank you for the work around even though I didn't install the update it's still nice to have this info I created and tested the bat file and it works really just as good as the other way if not a little faster because there is no GUI to slow down the scan

I tried it too. It works. Thanks. Now maybe I'll install the update to make sure I get the next ones installed properly. Maybe the next one will fix this bug.
 

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium 64-bit 7601 ...Intel(R) Core(TM) i5-2300 CPU @ 2.80GHz6 GBRadeon 6750 1gb
Computer Manufacturer/Model Number
HP Pavilion p6745f
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i5-2300 CPU @ 2.80GHz
Motherboard
PEGATRON CORPORATION 2AB6
Memory
6 GB
Graphics Card(s)
Radeon 6750 1gb
Sound Card
(1) IDT High Definition Audio CODEC (2) Intel(R) Display A
Monitor(s) Displays
Acer x193w
Hard Drives
(1) WDC WD15EARS-60MVWB0 (2) Generic- Compact Flash USB Device (3) Generic- MS/MS-Pro USB Device (4) Generic- SD/MMC USB Device (5) Generic- SM/xD-Picture USB Device (6) WD My Book 1110 USB Device
PSU
Internal 500W (100V-240V)
Case
Mid-size ATX
Cooling
unknown
Keyboard
HP usb multimedia keyboard
Mouse
HP usb compliant mouse
Internet Speed
256 kbps
Other Info
Ver: CHI_713.bin vCHI7.13
My system has the same "Important Update" exactly as shown above

And then there's this

Is this Microsoft security essentails update genuine? - Microsoft Community

While I could imagine that as a possible cause, ie multiple languages installed, therefore you receive a locale specific update (earlier than others), I do not have any additional languages installed, let alone any chinese or multi-language packs, and the lack of a KB article is still suspicious to me, I mean, people over in China like some technical details too, don't they? :)

Also the linked thread in the chinese MS support forums doesn't seem to prove any validity... could the KB article possibly be region restricted?











Correct, it does remove the scan file(s)/folder(s) option from Explorer's right click context menu.

Before this update:
View attachment 392218

After this update:
View attachment 392219

"Send to" work around:
View attachment 392220
This work around works for entire folders too. Right click on the file of folder of interest and "send" that file or folder to the batch file mentioned below.

Create a batch file with these two lines:
Code:
"C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans a single file or single folder.

Or use these two lines in your batch file:
Code:
for %%i in (%*) do "C:\Program Files\Microsoft Security Client\MpCmdRun.exe" -Scan -ScanType 3 -File %1
pause
Scans multiple files or multiple folders. But you might reach a limit.



Put that batch file in your "Send to" folder.
Code:
C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo


I have seen updates come out with no info.
In a day or two, this link might have some info:
https://support.microsoft.com/en-us/kb/3193414


:-(
View attachment 392221

Thank you for the work around even though I didn't install the update it's still nice to have this info I created and tested the bat file and it works really just as good as the other way if not a little faster because there is no GUI to slow down the scan

I tried it too. It works. Thanks. Now maybe I'll install the update to make sure I get the next ones installed properly. Maybe the next one will fix this bug.

Until there is an actual KB actual in english that I can find on an MS server I will avoid
 

My Computer My Computer

At a glance

Windows 7 Home Premium
Computer type
PC/Desktop
OS
Windows 7 Home Premium
How do I create the batch file?
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4790 CPU @ 3.60GHz (Haswell)16 GBNVIDIA GeForce GTX 745 4GB DDR 3
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell XPS8700
OS
Windows 7 Professional x64
CPU
Intel Core i7-4790 CPU @ 3.60GHz (Haswell)
Motherboard
Dell Lynx Point Z87 Chipset motherboard
Memory
16 GB
Graphics Card(s)
NVIDIA GeForce GTX 745 4GB DDR 3
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
HP Pavilion 27bw 27"
Screen Resolution
1920 x 1080 @ 60 Hz
Hard Drives
Seagate ST2000DM001 2 TB
Internet Speed
150 mb/s
Antivirus
Microsoft Security Essentials
Browser
Google Chrome
use notepad
then in notepad save as then down where it says text document change to all files then were you type the name of the file you can put whatever you want to call the batch file dot bat example batch.bat save the file to your desktop then exit notepad then double click the saved file

I'm sorry I gave incorrect instructions you need to save the batch file to the send to folder.

I was thinking of something else sorry
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Home Premium
Computer type
PC/Desktop
OS
Windows 7 Home Premium
Thanks. Let's all hope that Microsoft comes out with a fix for this.
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4790 CPU @ 3.60GHz (Haswell)16 GBNVIDIA GeForce GTX 745 4GB DDR 3
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell XPS8700
OS
Windows 7 Professional x64
CPU
Intel Core i7-4790 CPU @ 3.60GHz (Haswell)
Motherboard
Dell Lynx Point Z87 Chipset motherboard
Memory
16 GB
Graphics Card(s)
NVIDIA GeForce GTX 745 4GB DDR 3
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
HP Pavilion 27bw 27"
Screen Resolution
1920 x 1080 @ 60 Hz
Hard Drives
Seagate ST2000DM001 2 TB
Internet Speed
150 mb/s
Antivirus
Microsoft Security Essentials
Browser
Google Chrome
Thanks. Let's all hope that Microsoft comes out with a fix for this.

to get to the send to folder under your user account name

"C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo"


1. open "My Computer"
2. Upper right hand corner where it say's "Organize" click then
3. click on "Folder and search options" then click on
4. middle tab or "View"
5. Scroll down to "hidden files and folders"
6. click on the bubble for "Show hidden files, folders and drives"
7. Click "OK"

Now you should be able to see AppData folder
 

My Computer My Computer

At a glance

Windows 7 Home Premium
Computer type
PC/Desktop
OS
Windows 7 Home Premium
Oh and like the original poster said you should name the batch file something like ScanWithMSE.bat then save it in the send to folder
 

My Computer My Computer

At a glance

Windows 7 Home Premium
Computer type
PC/Desktop
OS
Windows 7 Home Premium
Funny because I don't have KB3193414 installed on my PC but I still don't have that "scan with" in my context menu and I know I had it not that long ago. I think it's more that just the KB that's causing this to happen. The DOS workaround is not a solution I want to have to deal with with my AV software. I hope Microsoft quits screwing the pooch with Windows (consumer versions) as much as they have. I made a great living supporting their product for the last 20 years and I would hate to see that end... :)
 

My Computer My Computer

At a glance

Windows 7 64 bit3570K16GBNvidia 1060 FE
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custome Build
OS
Windows 7 64 bit
CPU
3570K
Motherboard
Asus
Memory
16GB
Graphics Card(s)
Nvidia 1060 FE
Hard Drives
To many
Antivirus
MSE
Browser
MAny
Came across this issue on a laptop re install I just did, after 3 attempts to install it, and after reading this thread, I just hid the update, don`t need it :)
 

My Computer My Computer

At a glance

Windows 10 Pro x64Intel Core i7 6700KGSkill TridentZ RGB 16GB 3600 16-16-16-36EVGA GTX 980 Ti SC x2
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Skylake Special #666
OS
Windows 10 Pro x64
CPU
Intel Core i7 6700K
Motherboard
Asus Sabertooth Z170 Mark 1
Memory
GSkill TridentZ RGB 16GB 3600 16-16-16-36
Graphics Card(s)
EVGA GTX 980 Ti SC x2
Sound Card
Realtek High Definition
Monitor(s) Displays
AOC G2460PG
Screen Resolution
1920 x 1080 144Hz
Hard Drives
Samsung 860 Pro 256GB, Seagate Barracuda 4TB x2
PSU
EVGA 1000 P2, EVGA White Custom Braided Cables
Case
Corsair Vengeance C70 Gunmetal Black
Cooling
Corsair H100i v2, Corsair ML120 x2, Thermal Grizzly Kryonaut
Keyboard
Logitech G910 Orion Spectrum
Mouse
Logitech G700s
Internet Speed
Verizon Fios Quantum Gateway 75/75
Antivirus
Windows Defender, Malwarebytes Free 3.8.3
Browser
Chrome
Other Info
Corsair SP120 x4, LG Blu-ray Drive, Durabrand HT-395 100 Watt Dolby Digital Amp, Corsair H2100 Wireless 7.1 Headset
Back
Top