windows - .lnk not showing up with get-childitem -


os: windows 7 pro sp 1 powershell-version: 5.0.10514.6

i use command list of startmenu shortcuts:

get-childitem "c:\programdata\microsoft\windows\start menu\" -recurse 

the command return except "windows media center.lnk" should under "...\start menu\programs"

the same thing happends if use dir command

i can see file if use file explorer know exists!

any idea on why not showing up?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -