Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get .net version

gci ‘HKLM:SOFTWAREMicrosoftNET Framework SetupNDP’ -recurse | gp -name Version -EA 0 | where { $_.PSChildName -match ‘^(?!S)p{L}’} | select PSChildName, Version
Comment

PREVIOUS NEXT
Code Example
Shell :: git archive 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user. 
Shell :: brew install xcode 
Shell :: wordpress update all plugins cli 
Shell :: linux find installation location 
Shell :: laravel sail install php extensions 
Shell :: run ionic live 
Shell :: pyinstaller exe version info 
Shell :: grep exclude 
Shell :: tail command in linux 
Shell :: # /bin/bash for launching ec2 
Shell :: creating a 2d array in a script in linux shell 
Shell :: command line remove directory and contents 
Shell :: find rm files older than 30 days 
Shell :: restart ssl ubuntu 
Shell :: install aws cli version 2 
Shell :: how to set gcc-8 as default in linux 
Shell :: replace char for new line 
Shell :: vlc media player download for fedora 
Shell :: check if we can increase of laptop ram 
Shell :: Flutter doctor error - Android sdkmanager tool not found. Windows 
Shell :: pcsx2 
Shell :: Kubectl get memory usage of pod 
Shell :: git lost changes after reset --keep 
Shell :: gcloud shell ssh 
Shell :: flush ip windows 10 
Shell :: bash count elements in string 
Shell :: how to install choclatey using command prompt 
Shell :: no space left on device 
Shell :: git template fetch 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =