Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
They will need to enable the Windows Linux Subsystem.
Open an elevated Powershell and use this to turn the Subsystem on.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
You will need a reboot.
Then: Get Kali Linux - Microsoft Store
SOURCE
i was able to remove all those. restarted - still the sameSometimes the font cache may become corrupted and cause fonts to be garbled or not appear properly. To fix the font cache corruption, you will need to delete the old font cache and restart the computer afterwards to rebuild a new font cache.
i already done that with the method posted by @FreeBooter above...It would be best if you created a backup of the current permissions and then restored them afterwards.
For those who wish to view the script without having to download it:
Rich (BB code):@echo off :: Stop and disable "Windows Font Cache Service" service :FontCache sc stop "FontCache" sc config "FontCache" start=disabled sc query FontCache | findstr /I /C:"STOPPED" if not %errorlevel%==0 (goto FontCache) :: Grant access rights to current user for "%WinDir%\ServiceProfiles\LocalService" folder and contents icacls "%WinDir%\ServiceProfiles\LocalService" /grant "%UserName%":F /C /T /Q :: Delete font cache del /A /F /Q "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*" del /A /F /Q "%WinDir%\System32\FNTCACHE.DAT" :: Enable and start "Windows Font Cache Service" service sc config "FontCache" start=auto sc start "FontCache"
reg add hkcr\.iso /v (Default) /t reg_sz /d iso-file
just done that. reboot, changed browser- still same -.-Let's try to add the default value, from command prompt (admin):Code:reg add hkcr\.iso /v (Default) /t reg_sz /d iso-file
reg export hkcr\.iso "%userprofile%\desktop\Classes-Root-ISO.reg"
reg delete hkcr\.iso /v (Standard) /f
reg query hkcr\.iso /s
I was only answering this, not proposing a solution to your original problem.What do you mean by getting this file from the ms-store? do you think this is also available there? any link perhaps please?
The next step is a clean install.i made an inplace repair update but´s still the same -.-
I don't think you understand the purpose of downloading from a legitimate source. We were trying to establish if the file downloaded from the torrent source had a strange filename. Besides, it is always advised to avoid using torrents where possible...it´s not the problem to get those .iso files and an linux system installled! i already have that part.
the only thing that annoys me, is the corrupt character in my download window!
I was referring to their script and not yourself.i already done that with the method posted by @FreeBooter above...
Backup the .iso key (it will be on your desktop, if later you want to restore it like it is now):Code:reg export hkcr\.iso "%userprofile%\desktop\Classes-Root-ISO.reg"
Remove the (Standard) value:Code:reg delete hkcr\.iso /v (Standard) /f
Let's see the current situation:Code:reg query hkcr\.iso /s
Please post the error message or provide a screenshot. It isn't helpful when you just state that you've had an error.on the 2nd step i got an error when try to delete
hm, so u think the official kali page is not legit???I don't think you understand the purpose of downloading from a legitimate source. We were trying to establish if the file downloaded from the torrent source had a strange filename. Besides, it is always advised to avoid using torrents where possible.
I was referring to their script and not yourself.
i added an picture in my previous postPlease post the error message or provide a screenshot. It isn't helpful when you just state that you've had an error.
Microsoft Windows [Version 10.0.19042.804]
(c) 2020 Microsoft Corporation. Alle Rechte vorbehalten.
C:\WINDOWS\system32>reg export hkcr\.iso "%userprofile%\desktop\Classes-Root-ISO.reg"
Der Vorgang wurde erfolgreich beendet.
C:\WINDOWS\system32>reg delete hkcr\.iso /v (Standard) /f
FEHLER: Der angegebene Registrierungsschlüssel bzw. Wert wurde nicht gefunden.
C:\WINDOWS\system32>reg query hkcr\.iso /s
HKEY_CLASSES_ROOT\.iso
(Standard) REG_SZ DAEMON.Tools.Lite
(Default) REG_SZ iso-file
HKEY_CLASSES_ROOT\.iso\OpenWithProgids
Windows.IsoFile REG_SZ
C:\WINDOWS\system32>
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.iso]
@="DAEMON.Tools.Lite"
"(Default)"="iso-file"
[HKEY_CLASSES_ROOT\.iso\OpenWithProgids]
"Windows.IsoFile"=""
reg delete hkcr\.iso /v (Default) /f
reg add hkcr\.iso /ve /d iso-file /f
reg query hkcr\.iso /s
hm, so u think the official kali page is not legit???
Re-try with these:Code:reg delete hkcr\.iso /v (Default) /f reg add hkcr\.iso /ve /d iso-file /f reg query hkcr\.iso /s
ah, ok. i got ya ;-)If you're using Windows Subsystem for Linux, no, it's not. There are tweaks made for running under Linux Subsystem for Windows.
It's perfectly legit if you want a freestanding Kali Distro, which is not what the LSW distros are - they're specially set up, that's why not every Linux distro is available for LSW.
Has Sysnative Forums helped you? Please consider donating to help us support the site!