Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

Use PSDrive : Create Registry drives and explore it

Jul 29 2012 12:00AM by Manas Ranjan Dash   

According to MSDN "A Windows PowerShell drive is a data store location that you can access like a file system drive in Windows PowerShell."

You can use the Power of PS to create drives like ( within Windows PowerShell)

  • file system drives (including C: and D:)
  • registry drives (HKCU: and HKLM:)
  • certificate drive (Cert:)
  • Your own Windows PowerShell drives

Type the cmdlet Get-PSDrive in the console and check what are the available PSDrive for you. PSDrive is an interface between the Shell and the storage system.

Use the New-PSDrive cmdlet to create new drives.

PS HKCU:\software> cd c:
PS C:\Users\manas> cd HKCU:
PS HKCU:\software> dir 's*'


    Hive: HKEY_CURRENT_USER\software


SKC  VC Name                           Property
---  -- ----                           --------
  1   0 Skype                          {}
  1   0 Stilesoft                      {}
  3   0 Sysinternals                   {}
  1   0 Systweak                       {}

We are talking about PowerShell drives, so don't try to search them in Explorer :)

Read More..   [38 clicks]

Published under: General Technology Tips ·  ·  ·  · 


Manas Ranjan Dash
39 · 5% · 1482
6
 
0
Knew
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

Your Comment


Sign Up or Login to post a comment.

"Use PSDrive : Create Registry drives and explore it" rated 5 out of 5 by 6 readers
Use PSDrive : Create Registry drives and explore it , 5.0 out of 5 based on 6 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]