Skip to main content

All Questions

11 votes
2 answers
20k views

How can I reset windows powershell/command prompt, like reset in bash?

When I use vagrant on Windows I will sometimes find that newlines aren't respected properly. This is typically after doing a vagrant ssh. So text ends up looking like This machine with the name '...
IguyKing's user avatar
  • 181
2 votes
1 answer
1k views

How can I execute the mt.exe in a PowerShell command prompt

I need to run the mt.exe (part of visual studio express) to embed an application manifest into another executable. Usually the mt.exe is called from a Visual Studio command promtp. The procedure is ...
Maximilian's user avatar