rdp restituisce l'errore credssp oracle problem

open local group policy editor
change 
administratice template
system
Credentials Delegation
Encription Oracle Remediation -> enabled -> vulnerable

Quick Access Blank:

If you type or copy/paste the following into the Address bar of Explorer, you can access the AutomaticDestinations folder:

shell:recent\AutomaticDestinations

There, you can delete the file named:

f01b4d95cf55d32a.automaticDestinations-ms Then close Explorer, sign out, sign back in, and quick Access should revert to its default configuration.

Keith

Disk in ReadOnly mode

  1. start from command prompt diskpart
      diskpart.exe
  2. list and select volume or disk
      list volume
      select volume #number
      or
      list disk
      select disk #number
  3. view attributes
      attributes volume
      or 
      attributes disk
  4. check if it is read-only
  5. clear the attribute with the following command (use disk or volume due to the context):
    attributes disk clear readonly