Tag Archive for windows 10

Win 10 set default editor

1. Start the registry editor (regedit.exe) and select HKEY_CLASSES_ROOT.

2. Press Ctrl + F to open the Find dialog.

Image

3. Type systemfileassociations, enable “Keys” and deselect “Values” and “Data” check boxes.

4. Press ENTER.

You’ll now be taken to the HKEY_CLASSES_ROOT\SystemFileAssociations branch.

Expand the “SystemFileAssociations” branch by double-clicking on it
Scroll down until you see a subkey named “image”
Double-click “image”

Double-click “shell”

Double-click “edit”

Double-click “command”

src: https://answers.microsoft.com/en-us/windows/forum/windows_10-files-winpc/change-default-image-editor/4b01b777-338f-49c1-8300-9bcd7f60c160

Sierra Wireless EM7455 Qualcomm Snapdragon X7 LTE-A – PIN2 – NPCap

I bought a DELL notebook with LTE modem Sierra Wireless EM7455 Qualcomm Snapdragon X7 LTE-A. After that, I installed Whireshark with NPCap.

 

After that, my WWAn connetion didn’t work more.

 

I used the windows troubleshooter and it sometimes put a result to me, I have to add my PIN2 number.

 

After that, I googled a lot, and I find this article.

 

Uninstalled NPCap, and the LTE modem works very well.

tricky…

Ubuntu/Debian (linux) WSL and Docker

If you would like to use docker on windows Ubuntu/Debain WSL you have to modify the .bashrc file in your home directory.

vi ~/.bashrc

and add this line to the end:

export DOCKER_HOST=tcp://localhost:2375

reload the modifications:

source ~/.bashrc

That’s all folks 😀

Windows 10 start menü restore

1. Fix corrupted files

If the Search bar still works, search for powershell. Then right-click Windows PowerShell in the search results and select Run as administrator.

But if the search bar doesn’t work either, press Winkey-R, type powershell, and press Enter. Right-click the PowerShell icon on the taskbar and select Pin to taskbar. Close the PowerShell program. Hold down Shift and Cntrl while you right-click the PowerShell icon again. Select Run as administrator.

Once you’re in the Powershell command-line environment,  type the command sfc /scannow and press Enter. Then wait. It can take quite a while.

0411 sfc

Eventually, the program will tell you either that it found no corrupt Windows files, it found and fixed them, or it found some but couldn’t fix them. If you get the latter response, try the command

dism /online /cleanup-image /restorehealth

This should (hopefully) download replacement files.