From a3f8f5cfad8bd9f9a333923c0cf915d07665a014 Mon Sep 17 00:00:00 2001 From: Roger Rutishauser Date: Fri, 4 Oct 2024 14:41:53 +0200 Subject: [PATCH] various --- win-sysadmin/README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/win-sysadmin/README.md b/win-sysadmin/README.md index 7099661..858138c 100644 --- a/win-sysadmin/README.md +++ b/win-sysadmin/README.md @@ -12,12 +12,12 @@ Windows-R Tastenkombination, anschliessend `shell:startup` ### .NET Version herausfinden -Variante 1 +#### Variante 1 - - In Registry nachschauen unter ''HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\NET Framework Setup\NDP\v4\Full'', im Feld ''release'', die 6-stellige Nummer in Klammern. (siehe auch [[https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed]]) + - In Registry nachschauen unter `HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\NET Framework Setup\NDP\v4\Full`, im Feld `release`, die 6-stellige Nummer in Klammern. (siehe auch [[https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed]]) - Release-Nummer unter [[https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#version_table]] nachschauen. -Variante 2 +#### Variante 2 ``` powershell Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name Version,Release -ErrorAction SilentlyContinue | Where-Object { $_.PSChildName -match '^(?!S)\p{L}'} | Select-Object PSChildName, Version, Release @@ -30,4 +30,15 @@ Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get- - In Registry nach key `cdpusersvc` suchen. Überall bei "start" auf 4 setzen. - admin-cmd öffnen, dann `pwsh`. - `sc config cdpusersvc type=own` - - `nssm remove cdpusersvc` \ No newline at end of file + - `nssm remove cdpusersvc` + +## Shell Extensions + +### Tool: ShellExView + +The ShellExView utility displays the details of shell extensions installed on your computer, and allows you to easily disable and enable each shell extension. + +ShellExView can be used for solving context-menu problems in Explorer environment. + +http://www.nirsoft.net +