PC Win 10 I have a lot of internet shortcuts to move (to get organized), one by one. -> My problem is this: (Too) often when I drag and drop an Internet shortcut from one folder to another; or simply, when I open the Internet shortcut (with a left click); […]
Daily Archives: March 8, 2026
I had so many problems after updating my laptop (HP) last night. When I opened it for the first time today, my touchpad didn’t work. I tried to look up for solutions but ended up breaking my keyboard: I permanently deleted the synaptic driver from my device (my fault) through […]
Im trying to adjust this setting – ,”default_content_setting_values”:”has_migrated_local_network_access”:true}, to – ,”default_content_setting_values”:{“has_migrated_local_network_access”:true,”webid_api”:2}, Using this script $ThisFile = "c:users$env:USERNAMEAppDataLocalGoogleChromeUser DataDefaultPreferences." $data = Get-Content $ThisFile if ($data.Contains(':true,"webid_api":2}')) { "Looks like $ThisFile has already been updated." "Exiting the Script" Start-Sleep -Second 10 exit } if ($data.Contains('enabled_labs_experiments') -eq $false) { "I didn't find enabled_labs_experiments anywhere." […]
I reinstall windows 10 on my laptop after wiped everything. All keyboard functions normally until I press shift + numbers they are not showing the character (except 5 and 6) and not capitalized Z X C V M (left shift), Q W E R U I O P (right shift) […]
I need a formula that returns a value based on data like this: Here’s a graphical explanation of what I’m supposed to get out of the data: If the data looked like this: then it would be very easy, for example with: =IF(A:A="","",LEN(A:A*LEFT(B:B,FIND(" ",B:B)-1))-FIND(".",A:A*LEFT(B:B,FIND(" ",B:B)-1))) But sadly the data isn’t […]