Here are some comman registry path used for run & current version using power shell
Ex-
CD HKML
CD software\microsoft\windows\currentversion\run
by using Get cmdlet use path as
Get-ItemProperty
Get-ItemProperty HKLM: \software\microsoft\windows\currentversion\
CD Registry: :
CD HKEY_class_root\.txt\shellnew
Get-ItemProperty.
Note:- Do not use this CMDLETs until unless you have good knowledge on Power shell for Registry path.
Ex-
CD HKML
CD software\microsoft\windows\currentversion\run
by using Get cmdlet use path as
Get-ItemProperty
Get-ItemProperty HKLM: \software\microsoft\windows\currentversion\
CD Registry: :
CD HKEY_class_root\.txt\shellnew
Get-ItemProperty.
Note:- Do not use this CMDLETs until unless you have good knowledge on Power shell for Registry path.