-
How do I prevent PowerShell from running a named vbs Script? For example, I have a script called 'Default.vbs', admittedly in the current $pwd directory, so that whenever I type 'default' in the PS console that script runs. Is there a way to stop this, as a simple 'typo' can act...