Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4620414
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:33:27+00:00 2026-05-22T02:33:27+00:00

My powershell profile has a custom powershell prompt that unfortunately causes $lastexitcode values to

  • 0

My powershell profile has a custom powershell prompt that unfortunately causes $lastexitcode values to be lost. For instance, given a powershell script “fail.ps1” with contents “exit 123”, when I run the script, $? is $false while $lastexitcode is 0. If I instead run powershell without loading my profile with the custom prompt, after running fail.ps1 then $lastexitcode is 123.

Has anyone seen this problem before? Is there a way to preserve $lastexitcode as the prompt is generated?

I ran into this when using Posh-git, https://github.com/dahlbyk/posh-git, a nice powershell prompt for git.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:33:27+00:00Added an answer on May 22, 2026 at 2:33 am

    Issue can be resolved by capturing $LASTEXITCODE at the start of the prompt and restoring it at the end:

    function prompt {
        $realLASTEXITCODE = $LASTEXITCODE
    
        # ...
    
        $LASTEXITCODE = $realLASTEXITCODE
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using github to store my PowerShell profile. I found posh-vcs that I'd like
as far as I understand, powershell has one profile per user. I would like
My powershell script takes the following parameter: Param($BackedUpFilePath) The value that is getting passed
I am trying to write a script that will delete the local profile of
I have the following snippet of PowerShell script in my profile: . (join-path (split-path
I want to reload my user profile from a script file. I thought that
We have a powershell build script that calls out to other scripts that is
I'm rather new to Powershell and am working on setting up my profile.ps1 file.
How do I ask PowerShell where something is? For instance, which notepad and it
Can PowerShell on Windows by itself or using simple shell script, list files and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.