![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | What does 1# mean in Powershell's prompt Hi All, After my workstation had a cold reboot due to "environment issues" my Powershell now shows prompts like this instead of usual one Windows PowerShell Copyright (C) 2006 Microsoft Corporation. All rights reserved. PowerTab version 0.98 PowerShell TabExpansion library /\/\o\/\/ 2007 http://thePowerShellGuy.com PowerTab Tabexpansion additions enabled : True 1# 1 1 2# 2 2 3# 3 3 4# 4 4 5# 5 I've also got PowerShell Community Extensions (http://www.codeplex.com/PowerShellCX/) installed. What does this prompt mean and what should be fixed to get the regular prompt back? |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: What does 1# mean in Powershell's prompt The 1 in 1# represents the History ID the command you'll execute will have so you can execute it again by passing the ID to Invoke-History, pretty useful. # in PowerShell Version 1 ihy 1 # in PowerShell Version 2 CTP r 1 You can define your own Prompt function in the PSCX $Profile function prompt { "PS " + $(get-location) + "> " } # ...or, if you find the Id feature you can edit the one in the $Profile -- Kiron |
My System Specs![]() |
| | #3 (permalink) | ||||||||||||
| Guest | Re: What does 1# mean in Powershell's prompt Thanks. I think that was my first reboot since I've installed PowerShellCX and I don't reboot often. "Kiron" wrote:
| ||||||||||||
My System Specs![]() | |||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "Powershell's popularity is rocketing skywards" | Roman Kuzmin | PowerShell | 1 | 07-07-2008 07:10 AM |
| About PowerShell's scope limiatations | RickB | PowerShell | 2 | 07-04-2008 05:05 AM |
| PowerShell's Default Start Directory | Algernon | PowerShell | 3 | 05-26-2007 01:12 PM |
| Run As doesn't prompt | Brad | Vista General | 11 | 11-29-2006 12:52 PM |
| Ah, the DOS Prompt | Tom Scales | Vista file management | 2 | 07-06-2006 02:55 PM |