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

  • SEARCH
  • Home
  • 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 8051877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:24:11+00:00 2026-06-05T07:24:11+00:00

I recently notice that when creating powershell scripts that use the Add-WindowsFeature cmdlet from

  • 0

I recently notice that when creating powershell scripts that use the Add-WindowsFeature cmdlet from the ServerManager Module on Windows Server 2008 R2, there is an aqua-blue overlay that does not get cleared until the entire script is finished. For example, here is a screenshot of a script that uses the Add-WindowsFeature Web-Server command to install IIS:

Add-WindowsFeature Web-Server overlay

The Collecting data… Start Installation… overlay stays on top of the console history and does not disappear until after the entire script is finished. Is there any way to get the console to re-paint itself or to disable the overlay?

  • 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-06-05T07:24:12+00:00Added an answer on June 5, 2026 at 7:24 am

    This is just result of Write-Progress called internally by server manager cmdlets. If you want to make it silent – just change your $ProgressPreference to ‘SilentlyContinue’.

    You can emulate this by using Write-Progress your self:

    for ($i = 0; $i -lt 100; $i++) { 
        Write-Progress -Activity "Counting: $i" -Status "$i" -PercentComplete $i
        sleep 1 
    }
    

    HTH
    Bartek

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a few forms that use tiny mce. I have noticed recently that
I recently installed a fresh development setup on my laptop and now notice that
I recently notice bad URLs coming from external sites to my site. I get
I have a Cocoa project that I recently imported into Xcode 4. I notice
Recently I have been faced with the problematics that magic_quotes provides. I did notice
Recently I notice that all action for submitting forms need to be executed twice
Recently, I've begun to notice that Visual Studio 2008 isn't finding all of the
I upgraded my web app from MVC3 to 4 recently by creating a new
I recently noticed that colors are now displaying darker on iPhone than their actual
I have recently noticed that a lot of JavaScript files on the Web start

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.