Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Windows 7 Forum Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

get-credential popup

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 09-29-2007   #1 (permalink)
Marco Shaw
Guest


 

get-credential popup

http://monadblog.blogspot.com/2006/0...redential.html
http://forums.techarena.in/showthread.php?t=506631

Is this supposed to work with PSH 1.0 RTW? I changed the reg value,
restarted PSH, didn't work, restarted my computer, started PSH, didn't work.

Windows XP SP2

Marco

--
----------------
PowerGadgets MVP
http://www.powergadgets.com/mvp

Blog:
http://marcoshaw.blogspot.com

My System SpecsSystem Spec
Old 09-29-2007   #2 (permalink)
RichS
Guest


 

RE: get-credential popup

Not seen any reference to it before. Theres no mention in the help file. I
suspect that PowerShell may well ignore MSH registry settings. A clean RTW
install only creates PowerShell references
--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog: http://richardsiddaway.spaces.live.com/
PowerShell User Group: http://www.get-psuguk.org.uk


"Marco Shaw" wrote:
Quote:

> http://monadblog.blogspot.com/2006/0...redential.html
> http://forums.techarena.in/showthread.php?t=506631
>
> Is this supposed to work with PSH 1.0 RTW? I changed the reg value,
> restarted PSH, didn't work, restarted my computer, started PSH, didn't work.
>
> Windows XP SP2
>
> Marco
>
> --
> ----------------
> PowerGadgets MVP
> http://www.powergadgets.com/mvp
>
> Blog:
> http://marcoshaw.blogspot.com
>
My System SpecsSystem Spec
Old 09-29-2007   #3 (permalink)
Oisin Grehan
Guest


 

Re: get-credential popup

On Sep 29, 9:26 am, Marco Shaw <marco.shaw@_NO_SPAM_gmail.com> wrote:
Quote:

> http://monadblog.blogspot.com/2006/0...d.php?t=506631
>
> Is this supposed to work with PSH 1.0 RTW? I changed the reg value,
> restarted PSH, didn't work, restarted my computer, started PSH, didn't work.
>
> Windows XP SP2
>
> Marco
>
> --
> ----------------
> PowerGadgets MVPhttp://www.powergadgets.com/mvp
>
> Blog:http://marcoshaw.blogspot.com
I remember this property mentioned in Msh betas, but I was pretty sure
it was to placed at:

hklm:\software\microsoft\powershell\1

but after some tracing with sysinternal's regmon (thanks Mark!), and
spelunking (thanks Lutz!) I find the correct location is:

hklm:\software\microsoft\powershell\1\shellids

So, to enable console prompting, execute this command at a prompt (as
admin):

new-itemproperty hklm:\software\microsoft\powershell\1\shellids -
name consoleprompting `
-propertytype string -value true

Hope this helps,

- Oisin / x0n

My System SpecsSystem Spec
Old 09-30-2007   #4 (permalink)
Marco Shaw
Guest


 

Re: get-credential popup

Quote:

> I remember this property mentioned in Msh betas, but I was pretty sure
> it was to placed at:
>
> hklm:\software\microsoft\powershell\1
>
> but after some tracing with sysinternal's regmon (thanks Mark!), and
> spelunking (thanks Lutz!) I find the correct location is:
>
> hklm:\software\microsoft\powershell\1\shellids
>
> So, to enable console prompting, execute this command at a prompt (as
> admin):
>
> new-itemproperty hklm:\software\microsoft\powershell\1\shellids -
> name consoleprompting `
> -propertytype string -value true
>
> Hope this helps,
>
> - Oisin / x0n
>
Thanks. I went in with regedit and obviously didn't create the key
right. Your PSH code did the trick.

Marco

--
----------------
PowerGadgets MVP
http://www.powergadgets.com/mvp

Blog:
http://marcoshaw.blogspot.com
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
credential manager alzadjali Vista security 2 06-18-2008 10:48 AM
Get-Wmiobject -Credential not working Bruno PowerShell 10 01-15-2008 09:14 AM
Can't add a Windows Logon Credential guitardude Vista account administration 0 01-13-2008 02:53 PM
2007 Credential report The Smiths Vista mail 1 03-08-2007 09:31 AM
get-credential Did PowerShell 2 03-01-2007 11:55 AM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51