Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Restore PowerShell ISE to Default Settings

$
0
0

Summary: Learn how to restore the Windows PowerShell ISE to its default configurations.

Hey, Scripting Guy! Question How can I restore the Windows PowerShell ISE to its default configurations?

Hey, Scripting Guy! Answer Use the four built-in RestoreDefault methods with the PSise object to bring back everything in the ISE to the original settings:

$PSise.Options.RestoreDefaults()
$PSise.Options.RestoreDefaultConsoleTokenColors()
$PSise.Options.RestoreDefaultTokenColors()
$PSise.Options.RestoreDefaultXMLTokenColors()


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>