Windows update KB5005565 breaks Adobe Reader on some computers. You can check your Windows updates to see if any pending updates, if you see it, install it and it may fix your Adobe reader issue. If that does not, try the following options.
Some computers show Save as blank
Option 1: Repair Adobe Reader
Open Apps & features and select Adobe Reader, then choose Change>Repair installation … Then click Next to start the repair process.
Tip: you can open Programs and Features older style by Start>Run>type appwiz.cpl then hit Enter
Option 2: Unselecting online save option
Open Adobe Reader, then go to Edit>Preferences… or press Ctrl+K
Uncheck both of these options: if you are not using online storage for saving or sharing Show online storage when opening files Show online storage when saving files
You can find some more info on the Adobe community:
Windows 11 system requirements are much higher than Windows 10, which means it will not support older hardware. Here are some lists and links in this post to help you find out if your current system is able to upgrade to Windows 11.
List of all minimum system requirements for Windows 11
Processor: 1 gigahertz (GHz) or faster with 2 or more cores on a compatible 64-bit processor or System on a Chip (SoC). Memory: 4 GB RAM. Storage: 64 GB or larger storage device. System firmware: UEFI, Secure Boot capable. TPM: Trusted Platform Module (TPM) version 2.0. Graphics card: Compatible with DirectX 12 or later with WDDM 2.0 driver. Display Resolution: High definition (720p) display that is greater than 9” diagonally, 8 bits per color channel. Internet connection: Microsoft account and internet connectivity required for setup for Windows 11 Home.
Your device must be running Windows 10, version 2004 or later, to upgrade. Free updates are available through Windows Update in Settings>Update and Security.
Once you have downloaded compatibility, open it and click on Check now
If your system hardware is newer you should see This PC meets Windows 11 requirements
If you want to see details click on See all results, something like this, your specs will be different
If you have older hardware, you will see something like this: example of this PC does not have Secure Boot enable and Processor does not meet the requirement, most important TPM 2.0, which this PC does not even have.
Here is how to free up space in the boot partition in Ubuntu, which may cause issues when trying to update or install a new application. Make sure you have a good backup and be careful running some commands, just double check typo before executing it.
To see If you are running out of boot partition space, run the following command:
command: sudo df -h
You will see how much space is in use, in this screenshot, its /boot is 100% used
You can try the following command which may clean automatically for you some unused packages.
command: sudo apt autoremove
If the above command gives you an error, then continue do following steps
find your currently active boot image by running the following command:
Command: sudo uname -r
Output may look something like this: 4.15.0-143-generic
Getting errors when trying to open an attachment from Outlook something like “cannot save the attachment. Cannot create file: FileName.pdf. Right-click the folder you want to create the file in, and then click Properties on the shortcut menu to check your permissions for the folder.” This may be due to permission or a corrupted temp directory. Here is how to fix it, one thing you could try without doing anything is to restart the computer, if that does not fix try the following options.
Error message:
Option 1: rename temp folder
The temp folder of outlook is located at the following location: “YourUserName” which would be your own user name, anything after Content.Outlook\ would be randomly created folder name by an Outlook
Make sure your Outlook is closed, then rename to old or anything you want or simply delete it. Then re-open the outlook, it should recreate the temp folder and your attachment should be fixed
Please be very careful of changes in the registry, your computer could be non-functional if you make wrong changes, so do it at your own risk. Make sure the outlook is closed
First, open the registry by going to RUN>type regedit
then search for “OutlookSecureTempFolder”
Based on your version of outlook location will be slightly different
Then change the OutlookSecureTempFolder location to somewhere you have access. Remember this is the default location, if you do change the custom, and when an update applies it may revert. When you open the outlook it should work now, you should see new random folder after your default location.
PowerShell command to enable TLS 1.2: got it from the link above, copy from Microsoft so you don’t have typo or if you know how to enable yourself do so