Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
1 answer
501 views

Finding PowerShell Cmdlets equivalent to GUI actions (cross post) [closed]

DISCLAIMER: I've read on the meta that cross-posting is OK if one is stil looking for an answer. So the following is a duplicate of a question on StackOverflow even though it is probably more ...
rmercier's user avatar
1 vote
1 answer
3k views

How can I update the default directory for Windows Command Processor to be my home directory? [duplicate]

When I run cmd.exe, the directory I start in is my home directory (C:\Users\Edd>) When I pin cmd.exe to the start menu and run it from there the directory I start in is C:\Windows\System32> ...
Edd's user avatar
  • 399
8 votes
2 answers
8k views

Change Default Sorting Order of 'dir' Command in Windows

By default, Windows' dir command sorts files and directories alphabetically without grouping. The result is files and directories appear interleaved with one another. Sample output: F:\Dev Kits>...
Larssend's user avatar
  • 3,801