Showing tag results for registry

Feb 2, 2015
Post comments count0
Post likes count0

PowerTip: Use PoweShell to Search for CIM Classes

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to search for CIM classes.  How can I use Windows PowerShell to find a CIM class on my machine?  Use Get-WmiObject in List mode. For instance, to find the class for working with the registry, use: Get-WmiObject -Namespace root -Class StdRegProv -List –Recurse   &n...

Windows PowerShellPowerTipregistry
Feb 2, 2015
Post comments count1
Post likes count1

Registry Cmdlets: Working with the Registry

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway investigates how to use CIM to manage the registry. Honorary Scripting Guy, Richard Siddaway, here filling in for my good friend The Scripting Guy. Today, I'm starting a series about registry cmdlets by investigating how to work with the registry. The bad news is that there aren’t any cmdlets for working with the registry....

Windows PowerShellregistryRichard Siddaway
Mar 29, 2014
Post comments count0
Post likes count0

Weekend Scripter: Change Internet Explorer Start Page via PowerShell

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to change the Internet Start page on his Microsoft Surface . Microsoft Scripting Guy, Ed Wilson, is here. It is no secret that I love my Microsoft Surface. Just before our trip to Europe, I bought a nice Microsoft Surface Pro 2 with extra memory and disk space. The th...

Scripting Guy!Windows PowerShellWeekend Scripter
Jan 2, 2014
Post comments count0
Post likes count0

Leverage Registry Key Time Stamps via PowerShell

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Rohn Edwards, talks about leveraging registry key time stamps via Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we wrap-up a four-part series from Rohn Edwards, co-founder of the Mississippi PowerShell User Group. If you have not already done so, you may want to read the previous posts in the series:...

Scripting Guy!Windows PowerShellguest blogger
Jan 1, 2014
Post comments count0
Post likes count0

Create a Proxy Function to Display Registry Key Time Stamps

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Rohn Edwards, discusses creating a Windows PowerShell proxy function to display registry key time stamps. Microsoft Scripting Guy, Ed Wilson, is here. Happy New Year to you all. Guest blogger, Rohn Edwards, is back with us today to continue his series about retrieving registry key last-modified time stamps. Be sure to read t...

Scripting Guy!Windows PowerShellscripting techniques