DEV Community

Discussion on: Beautify your Windows Terminal 🦄

Collapse
 
shekhsaifuddin007 profile image
Shekh Saifuddin • Edited

How can get rid of this weird message?

dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
anupa profile image
Anup Aglawe

Make sure in your settings.json ...you have -noLogo flag.
"commandline": "powershell.exe -NoLogo -NoExit",

Collapse
 
shekhsaifuddin007 profile image
Shekh Saifuddin • Edited

Where are the settings.json located.? I can't find this, BTW I'm using PowerShell 7.1.0
not WindowsPowerShell

Thread Thread
 
anupa profile image
Anup Aglawe

I'm talking about windows terminal settings, which can be accessed from the terminal dropdown.

Thread Thread
 
shekhsaifuddin007 profile image
Shekh Saifuddin

yah.! it's gone from Windows Terminal 😊 but still, have on PowerShell and WindowsPowerShell 😢

Thread Thread
 
malviez profile image
malviez • Edited
  1. Right click powershell shortcut
  2. Hit property
  3. Open shortcut tab
  4. Add " -nologo" at the end of target address

The message will be gone in powershell.