User Profile
KapilArya
MVP
Joined Sep 13, 2016
User Widgets
Recent Discussions
Re: My PC doesn't show up in Devices on my Microsoft account.
On the Devices page under Microsoft account, you may be able to find 'Register device' link. You can manually register your device using that. You can also refer suggestions in this fix: https://www.kapilarya.com/windows-11-device-not-showing-in-microsoft-account Hope this helps! Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.19Views0likes0CommentsRe: Windows 11 Start Menu Not Opening, No Response on Click
I suggest to re-register Start Menu once using this command in administrative Windows PowerShell: Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")} Hope this helps!27Views0likes0CommentsRe: Windows 11 Start Menu won’t open, no response at all
I suggest you to re-register Start Menu using following command in admin Windows PowerShell: Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")} Let us know if this helps!12Views0likes0CommentsRe: Windows 11 Right-Click Menu Extremely Slow to Load
Hello, Suggest you to run System File Checker scan: Search for 'command prompt' using Cortana or Windows Search. From results, right click on Command Prompt and select Run as administrator. Type sfc /scannow command and press Enter key. Let the command complete and then reboot the machine. If issue still persists, perform clean boot: https://support.microsoft.com/en-in/help/929135/how-to-perform-a-clean-boot-in-windows Let us know if this helps!14Views0likes0CommentsRe: Windows 11 disk usage 100% even with no apps open, very laggy
Hello, Try temporarily disabling SysMain and Connected User Experiences and Telemetry services, see if that helps. If your device has StorAHCI.sys driver, you can attempt to try Message Signaled Interrupt (MSI) mode disabled. This could significantly reduce disk usage. Additionally, see if other suggestions in this fix helps you: https://www.kapilarya.com/fix-100-disk-usage-in-windows-11 Let us know if this helps! Note: Included link in this reply refers to blog by a trusted Microsoft MVP.37Views0likes0CommentsRe: My windows spotlight is not working!!
Try to re-register Windows Spotlight, see if it helps: Open admin Windows PowerShell. Paste this command and press Enter: Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} Let the command be completed. If issue still persists, refer other suggestions here: https://www.kapilarya.com/fix-windows-spotlight-not-working-in-windows-11 Let us know if this helps! Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.24Views0likes0CommentsRe: Windows 11 right menu is too slow and laggy
Hello, Suggest you to run System File Checker scan: Search for 'command prompt' using Cortana or Windows Search. From results, right click on Command Prompt and select Run as administrator. Type sfc /scannow command and press Enter key. Let the command complete and then reboot the machine. If issue still persists, perform clean boot: https://support.microsoft.com/en-in/help/929135/how-to-perform-a-clean-boot-in-windows Let us know if this helps!2Views0likes0CommentsRe: Windows 11 won't sleep automatically
Open Device Manager, right click your display device/driver, and select Properties. Switch to Power Management tab, check 'Allow the computer to turn off this device to save power' option. See if that helps you. If issue still persists, refer this fix: https://www.kapilarya.com/fix-windows-11-sleep-mode-not-working Let us know if this helps! Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.1.7KViews0likes1CommentRe: Windows 11 File Explorer freezes and crashes often
Hello, Suggest you to run System File Checker scan: Search for 'command prompt' using Cortana or Windows Search. From results, right click on Command Prompt and select Run as administrator. Type sfc /scannow command and press Enter key. Let the command complete and then reboot the machine. If issue still persists, perform clean boot: https://support.microsoft.com/en-in/help/929135/how-to-perform-a-clean-boot-in-windows Let us know if this helps!24Views0likes0CommentsRe: How to Completely Uninstall OneDrive from Windows 11 and Remove All Traces?
You can first uninstall the app from Settings > Installed apps > OneDrive. Press Win+R, type following and press Enter: C:\Windows\System32\OneDriveSetup.exe /uninstall /allusers Next open Registry Editor using regedit command. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive. In the right pane, create/set/update DisableFileSyncNGSC to 1. Restart the system. P.S. If you're new to registry, create a System Restore point before editing it.73Views0likes0CommentsRe: Windows 11 laptop fan runs fast and loud for no reason
While CPU is low, check is there are high usage on memory, disk or network? If this happens only while you're browsing, try clearing out browser data, check if any browser tab is using crucial amount of memory. Nowadays browsers show these data for specific tabs, while hover on a tab.32Views0likes0CommentsRe: Windows 11 Internet connection problem
Try to reset Network once, see if it helps: Open Settings app, Click Network & internet and click on Advanced network settings. Now click on Network Reset. Under Network reset, click on Reset now button. In confirmation prompt appearing next, click Yes. Restart to complete the operation. Let us know if this helps!26Views0likes0Comments
Recent Blog Articles
No content to show