Horje
get .net version Code Example
get .net version
gci ‘HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP’ -recurse | gp -name Version -EA 0 | where { $_.PSChildName -match ‘^(?!S)\p{L}’} | select PSChildName, Version




Shell

Related
2FA git commands Code Example 2FA git commands Code Example
create json from cmd Code Example create json from cmd Code Example
ubuntu custuom boot iso /etc/grub.d/ Code Example ubuntu custuom boot iso /etc/grub.d/ Code Example
how to install drawing in ubuntu Code Example how to install drawing in ubuntu Code Example
install mongodb on ec2 ubuntu 18.04 Code Example install mongodb on ec2 ubuntu 18.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8