How to Turn off "Open File - Security Warning" message for a specific file

When running a file from a mapped drive you might get this error.

This is actually a Windows security message, intended to remind users not to open untrusted files downloaded from the Internet, but if you know that there is no security risk in the file, then such a message is meaningless.

 

I can guide you if you turn off this prompt, but please make sure that the source of all files downloaded from the Internet is secure.

 

  1. Search for Internet Options in the taskbar and open it.

  2. Click "Security" and then "Custom Level":

  3. In the displayed page, find "Launching applications and unsafe Files (not secure)", then click "Enable", then click "OK" to save the changes.

     

 

Now, you should not see this message anymore.

If you are a Windows User, I can actually recommend that you try changing the UAC (User Account Control) Settings.

Search for UAC in the taskbar and open it. Drag the slider to "Never Notify" and click "OK."

Once this is done, many user account control prompts will no longer appear.

Found here: How to Turn off "Open File - Security Warning" message for a specific - Microsoft Community

Shortcut Icon is blank when .ico file is located on a remote drive

You cannot use an ICO file that is located on a network folder (It must be on a local drive), otherwise it will not show. This is for a mapped drive or a UNC folder.

There are 2 ways to fix this issue. Group Policy or Registry entry.

Found here: Shortcut Icon blank when .ico file is located on a directory defined with an UNC Path - Microsoft Q&A

VLC App not showing shares

When you share your folders on Windows 10/11/2022 etc. Sometimes the VLC App on your TV will not see these folders. You have to enable the SMB Server/Client features ON. This is what I had to do in order for the Shared Folders to appear in the VLC App.

Note too that I had issues connecting to the Domain Controller. I used the following format to create a link. smb://yourUsername:Password@192.168.x.x Then I had to open the link and go back twice on the Firestick remove to get into the folder!

I followed this link: VLC Network Sharing Not Working : r/VLC (reddit.com)

Windows Server - Can't Turn on Network Discovery

If you Turn on Network Discovery, click Save Settings, then review it again and it's Off again then you need to check the following 4 Services. Set them to Automatic and then start the Services. You'll hopefully find that turning on Network Discovery now stays on!!

For network discovery, it's a common issue.

Open Services and make sure the following services are all running:

  • DNS Client
  • Function Discovery Resource Publication
  • SSDP Discovery
  • UPnP Device Host

After that turn network discovery on again and it should stay enabled.

Cannot install SharePoint CU

I recently got this error when trying to install a SharePoint CU (KB5002629) on SharePoint Subscription Edition. This is a corrupt C:\Windows\Installer folder, or maybe someone deleted some of the files/folders from this directory to save space. You should NEVER do that!! This is the error that was popping up. I tried some older CU's and got the same error.

To fix this issue you need to update the C:\Windows\Installer folder from a working server. Luckily I have a PROD and the DEV was the issue, so I was able to fix this using a script that someone kindly created.

The Script is here: This script was designed as a fix Windows "Installer" by restoring the missing Package(*.msi)/Patches(*.msp) files with the following steps: 1. Identifying the missing files. 2. Crawl the missing files from specified folder or other healthy machine. · GitHub

Someone wrote a nice blog here to explain the solution. Using PowerShell to restore Missing Windows Installer cache items (schottsql.com)

 This script pulled missing files from the working sharepoint installer .\Restore-InstallerFiles.ps1 -SourceFolder "D:\InstallerFiles", "E:\InstallerFiles", "\MachineX\D$\MSI Files";