Sunday, September 07, 2025

Remove "Start" menu folders in Micrsoft Windows

If there is a folder you can't remove with Uninstall, you may remove it by hand. For example, let's remove the "Acer" folder. 

Press Microsoft Windows 10 Start button. 


 


 

 

Open the File Explorer. In the location area enter: %ProgramData%\Microsoft\Windows\Start Menu\Programs
You will see the list of folders displayed when pressing the Start button.


 


 

 

 

Within File Explorer, right-click on the folder to remove and select DELETE. The folder should be removed.


Press the Start button to verify the folder was removed.


Tuesday, March 11, 2025

Yahoo email summaries and privacy

Yahoo mail recently introduced email summaries which are auto-generated and display above the email. This was a surprising change which is intrusive and annoying. From the settings in email, there does not appear to be a method to disable the summaries.


The Yahoo brand owns "oath" which provides security and privacy settings. Go to yahoo.mydashboard.oath.com and you may need to log in again.


Turn off "Automated email analysis". 




 

 

 

 

 

 

 

 

 

 

 

There may be a privacy option specifically for your location. Review the other privacy and marketing settings.

Sunday, December 15, 2024

Keep Unneeded Microsoft Services Turned Off

In any environment, it is wise to not install unneeded software. Software and services which are rarely used may be run only when needed.

Microsoft Windows print spooler vulnerability affects systems actively running the print server. The service unfortunately runs as Administrator, so the vulnerability is significant. The CERT notice of July 2021 notes, "... VulNote for a critical remote code execution vulnerability in the Windows Print spooler service ..."

In MS Windows 10, let's set the service to MANUAL and create a script to start the service when needed. To begin, run services.msc as Administrator from the Start menu. Set the Print Spooler service to Manual.

Create a file named printspoolerstart_RunAsAdministrator.bat.

Using a text editor such as Notepad, place these lines in the file named printspoolerstart_RunAsAdministrator.bat
@echo off
echo This should be Run As Administrator to start Print Spooler service.
pause
net start spooler
pause

Save and close the file.


 

 

 

 

Run the file as Administrator. 

Refresh the Services windows to verify the service is running.