You are not allowed to perform this action
windows_11
Table of Contents
Windows 11
Windows cannot access \fileshare
Error code: 0x800704f8 You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f
Fix is instant.
Open old Device and Printers
Win+R
shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}
Uninstall Widgets
Get-AppxPackage -Name MicrosoftWindows.Client.WebExperience -AllUsers | Remove-AppxPackage -AllUsers OR winget uninstall "windows web experience pack"
Restore Health
DISM /Online /Cleanup-Image /RestoreHealth
CPU Turbo Boost
Hide language switcher from taskbar
Settings > Time & Language > Typing > Advanced keyboard settings > check “Use desktop language bar when it's available”.
Go to the “Language bar options” and check “Hidden”.
Make Windows 11 restore ICC color profile on sleep mode resume
'Task Scheduler' > Microsoft\Windows\WindowsColorSystem > 'Calibration Loader'
Add a 'Trigger':
Event-Log: System Source: Power-Troubleshooter Event-Code: 1
windows_11.txt · Last modified: 2025/02/27 12:04 by superuser