proxmox network reload and reset

https://pve.proxmox.com/wiki/Network_Configuration

If you made manual changes directly to the /etc/network/interfaces file, you can apply them by running ifreload -a

The document was saved successfully, but Excel cannot re-open it because of a sharing violation. Please close the document and try to open it again

Make a backup of the file
Open the file
Click on ‘File‘ and ‘Inspect Workbook
In my case it found ‘Custom XML Data’
If you don’t know where this comes from and what it does, remove it
Save it – should work normally now

https://answers.microsoft.com/en-us/msoffice/forum/all/the-document-was-saved-successfully-but-excel/edb4f192-546b-4fa9-8c04-42e3f631046b

Repair windows 10 after install corel

What You should do is:

  1. Open regedit.exe
  2. Right click on HKEY_CLASSES_ROOT and select permissions
  3. Click Add -> Advanced -> Find Now
  4. While holding SHIFT button select: “Administrators” “Users” “All Application Packages” “Owner Creator”
  5. Click OK -> OK
  6. Make sure that there Are “System” and “Owner Creator” listed as well:

If there is “All users” position remove it.

There should be 5 entries:

All Aplication data should have only Read permissions

Owner Creator -> only special permissions

System – > Full control, and read permissions

Administrators -> Full control, and read permissions

Users -> Only read permissions

  1. Click apply
  2. Click Advanced
  3. Click Enable inheritance, then mark “Replace all child object permission entries with inheritable permission entries”
  4. Click apply -> OK
  5. OK, now You’re done, and you can log in for plain user account and Menu start, modern apps and explorer.exe should work properly now.

If you experience white menu bar problem, set up program compatibility to Windows XP SP3.

sau powershell:

$acl = Get-Acl Registry::HKEY_CLASSES_ROOT
$person = [System.Security.Principal.NTAccount]”ALL APPLICATION PACKAGES”
$access = [System.Security.AccessControl.RegistryRights]”ReadKey”
$inheritance = [System.Security.AccessControl.InheritanceFlags]”ContainerInherit”
$propagation = [System.Security.AccessControl.PropagationFlags]”None”
$type = [System.Security.AccessControl.AccessControlType]”Allow”
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person,$access,$inheritance,$propagation,$type)
$acl.AddAccessRule($rule)
Set-Acl Registry::HKEY_CLASSES_ROOT $acl

surse:

How to Fix Windows 10 Start Menu and Cortana can’t be Clicked after Installing Corel Draw

https://support.microsoft.com/en-us/help/2798317/microsoft-store-apps-fail-to-start-if-default-registry-or-file-permiss

https://community.coreldraw.com/talk/coreldraw_graphics_suite_x4/f/coreldraw-x4/51500/install-coreldraw-graphics-suite-x4-on-windows-10-fresh-install