Recent content by akt196


  1. Decent coloured text for cmdline - especially powershell

    Open Powershell => Settings =>Windows Powershell =>Appearance => Color scheme =>Choose the one you like or you can also create your own
  2. Notification Suggestions

    So what's the problem? What exactly is bothering you?
  3. Solved Recycle bin icon is missing text

    right click on Recycle Bin => Rename to Recycle Bin
  4. Solved Recycle bin icon is missing text

    This will recreate the correct value in the registry
  5. Solved Recycle bin icon is missing text

    1.Open PowerShell as Administrator 2. Copy the script and enter into powershell: $path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" $name = "{645FF040-5081-101B-9F08-00AA002F954E}" # Set the value of the registry key to 0 Set-ItemProperty -Path...
  6. Solved Yay! Snipping Tool no longer minimizes after capture!

    Start => Settings =>Apps=>Installed Apps=>Find Snipping Tool=>click on the right the three dots=>Advanced Option=>Reset
  7. Fix 'Get-AppxPackage' popup on login

    Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
  8. Fix 'Get-AppxPackage' popup on login

    1. sfc /scannow 2. DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH 3. chkdsk c: /f /r 4. Restart and agree to check the disk 5. After restart and check disk, Run Powershell as Administrator => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  9. Fix 'Get-AppxPackage' popup on login

    Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  10. Fix 'Get-AppxPackage' popup on login

    Run Powershell as Administrator => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  11. Register laptop as an input device

    And you are not satisfied with RDP?
  12. Repair by Reinstall Not Completing

    Try disconnecting all USB devices, even mouse, try again
  13. Solved Surface8: Can't enable camera or microphone - access buttons grayed out

    1. Necessarily Create restore point 2.Run CMD as Administrator 3. Copy the commands and enter into the command line: reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f reg delete "HKCU\Software\Policies" /f reg delete...
Back
Top Bottom