Sunday, May 14, 2023

Chrome cannot watch Netflix and Amazon Prime Video

 Netflix keep logout your session when you start playing 

Amazon Prime Video shows 7031 error 


My problem turns out is one of the Chrome upgrade corrupted the UserData DB, cookies are not read write correct, cleaning using option didn’t work. At the end I have to delete the whole UserData folder of Chrome in Windows User Profile AppData.


Saturday, December 25, 2021

Bluetooth Volume fix

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Bluetooth\Audio\AVRCP\CT]

"DisableAbsoluteVolume"=dword:00000001

Saturday, October 30, 2021

Make a persistent Slitaz Linux USB using a 128MB stick

Do you use LILI, UUI or tazusb.exe because it won't fit 128MB USB or it just won't boot.

Download rolling iso from https://www.slitaz.org/en/get/

Boot it up using VMware, it might not enter X because you need to login as root/root, type tazx, configure to use vmware display driver.

normal user is tux

format your USB using

tazusb format /dev/sda1

create image from current running live ISO

tazusb gen-liveusb /dev/sda1


Now you can try to boot that USB using VMware, if VMware cannot boot it, in vmx file, change or add the following lines.

firmware = "efi"

efi.legacyBoot.enabled = "true"


When ever you make config changes, you need to rebuild rootfs.gz using

tazusb writefs [none|gzip|lzma]

use lzma if your have small USB but fast CPU.

Monday, October 25, 2021

Citrix Workspace lower game fps performance

 I was playing 80 hours Witcher 3 without performance issue >200 fps, all a sudden 1 day fps drops to 1-7 fps but CPU and GPU usage was never higher than 20%.


After a painful reinstall, restore, everything, it was "Citrix Workspace", uninstall it Witcher 3 run like wind.



Thursday, December 17, 2020

Complete guide to fix Windows 10 Spotlight issue

1. Set LockScreen back to Picture

2. Record down CreateID, Delete all sub-folder in Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative\*

3. Delete these folders

C:\ProgramData\Microsoft\Windows\SystemData\your GUID number folder\ReadOnly\LockScreen

C:\Windows\Web\Screen

3. Run following in Administrator command mode

:: Reset Windows Spotlight

DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy

:: Re-register Windows Spotlight

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ContentDeliveryManager*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

4. Make sure Background Apps allowed the following

Microsoft Edge

Settings

6. Import following into registry

open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative\, delete S-1-5-21-1017067742-75256017-3817373065-1001 and create entries CreativeId with the value from S-1-5-21-1017067742-75256017-3817373065-1001, LockImageFlags=3 and LockScreenOptions=4 into the key with the user SID (whoami /user).

5. Restart PC

6. Change Lock Screen back

7. Open Microsoft Edge with wait



**Backup and Restore following 2 Registry from a PC that is working

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative]

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen\Creative]


Thursday, December 10, 2020

Windows 10 2004/20H2 Intel UHD Graphics 630 Black Screen with mouse cursor


I tried driver version 27.20.100.9025, 27.20.100.8935, 26.20.100.7210 all have the same problem

Symptoms

1. Black Screen with mouse cursor after screen saver / screen wake up after power plan turn off screen, only can fix by restart.

2. The Black Screen Monitor is connected to Intel UHD Graphics 630

2. If press Ctrl+Shift+Windows+B or Windows+E it might flash your desktop back for short seconds and goes back again or might not.

3. If you attach another monitor to Intel UHD Graphics 630, it will also be black with cursor.

4. If you attach another monitor to PEG/PCIE Graphics card, that monitor works fine

5. If you extend desktop with both Intel UHD Graphics 630 and the PEG/PCIE Graphics Card, you will find that when you click on the black screen, actually it works, Windows response to your mouse click when you click on the location start menu or open applications even if it is black.


Solution

1. Repeat the following steps until there is no Intel drivers left and it uses Microsoft Graphics Adapter driver

    a. Uninstall Intel(R) UHD Graphics 630 in Device Manager with "Delete the driver software for this device" checked.

    b. Right click on your computer and click "Rescan for hardware changes"

2. Windows 10 will use the default Microsoft driver for a few minutes and install Intel(R) UHD Graphics 630 again with driver version 27.20.100.8681

3. Enable OS APSM and Disable all other PCI APSM in BIOS, 

4. Install the newest driver 27.20.100.9079 should solve the problem

the above steps fixed my problem,