Showing posts with label Windows 10 Tune Up. Show all posts
Showing posts with label Windows 10 Tune Up. Show all posts

Monday, July 3, 2023

Enable Long Paths in Windows 10

 Open regedit, and go to this key :

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001

Then change the value of "LongPathsEnabled" from 0 to 1. Then reboot your PC.

Friday, August 23, 2019

Disable Apps running in the background in Windows 10

Apps running in background can consume a lot of resource, especially for diskless. To reduce that you need to disable those apps. Here are the steps :
1. Press ⊞ Win  + i or click Start button and select Settings , then click on Privacy.

Sunday, July 28, 2019

Remove Windows 10 BloatWare

There are 2 methods :
1. Manually
- Run powershell as administrator.
- Type these commands to get list of windows bloatware :

DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename

Thursday, June 27, 2019

Solution for Event id 27

If you experienced lost connection / disconnect and after you looked for information at event viewer then you found 2 warning events like this :







Then you can fix it, if you follow these steps :
- First, make sure your lan card driver is up to date.

Tuesday, June 25, 2019

Solution for event id 4227 and 4231 in Windows 10

If you have experienced lost connection in windows 10 after a day or more in any program that require internet but you can still use ping resource. Then after some research you find 2 strange event ids that may cause the problem in event log.
Event ID : 4231 and 4227


Monday, April 15, 2019

Microsoft Store Error on Windows 10

If you have issue with microsoft store, such as microsoft store closes immediately after opening or can't install any app from microsot store with error pop up "couldn't install, we'll retry shortly". Here's the solution for you that will fix it 100%.

1. Klik search button then type "powershell". Then right click it and choose option "Run as Administrator".

2. You need to remove microsoft store first. Then copy paste this command into powershell :

   Get-AppxPackage *windowsstore* | Remove-AppxPackage

3. After you press enter. Copy paste this command to reinstall Microsoft Store and don't forget to press enter.

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

4. Reboot the pc. 

5. After restart, go to setting or press Windows logo key  + I. Then click "Apps", then choose "Apps & Features". Scroll down until you see "App Installer". Click it and click Advanced Option right under the "Microsoft Corporation" text. Then scroll down until you find "Reset" button. Click the button until "check mark" icon appears next to the reset button.

6. Then you can try again install app from microsoft store.

7. This solution can also be used for built-in windows app error such as calculator, photos etc. You just need to reset the app like step 5.

Tuesday, February 26, 2019

Disable "important updates missing" Notification in Windows 10

If you use windows 10 and don't want to update your windows but disturbed by update notification like image below :


Then you can disable this notification by edit windows 10 registry. Go to this key :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate

Then modify TrayIconStatus key, click on hexadecimal then change the value from 10 to 0.

Or Just rename the application MusNotifyIcon.exe located in Windows\System32.
For example : MusNotifyIcon1.exe

Friday, January 18, 2019