Tag: powershell

309 How do I run multiple commands on one line in PowerShell? 2013-06-26T17:24:22.883

305 How to enable execution of PowerShell scripts? 2010-02-08T18:41:03.163

293 Native alternative to wget in Windows PowerShell? 2011-11-28T09:56:40.167

180 Equivalent of Linux `touch` to create an empty file with PowerShell? 2012-11-07T19:28:02.570

155 PowerShell equivalent of curl 2011-10-10T11:19:21.457

107 Copy and paste in Windows PowerShell 2012-03-28T16:45:20.513

91 What is Windows' equivalent of the "which" command in Unix? Is there an equivalent PowerShell command? 2010-11-05T02:55:43.323

85 Disable PowerShell beep on backspace 2016-08-14T13:55:33.830

79 have Powershell get-childitem return files only 2010-06-09T17:13:59.983

76 PowerShell equivalent to the Unix `which` command? 2009-09-02T18:55:42.960

75 Turning off the cmd window beep sound 2008-10-31T07:31:27.573

70 Equivalent of cmd's "where" in powershell 2013-11-12T22:02:20.530

65 Linux "Top" command for Windows Powershell? 2010-08-15T00:44:09.323

63 how to run a powershell script as administrator 2010-02-12T21:46:32.473

57 How to copy text from PowerShell 2011-06-22T08:17:40.390

57 Delete all files from a folder and its sub folders 2014-04-15T12:40:31.173

55 Configure Powershell to be conemu's default shell 2013-09-30T06:12:55.793

51 Cannot change powershell default font to Lucida Console 2013-01-19T12:37:28.423

49 Powershell equivalent of `grep -r -l` (--files-with-matches) 2014-04-15T18:35:45.107

48 Is Windows PowerShell as powerful as the terminal of Unix/Linux? 2014-01-26T16:51:49.903

47 How do Windows version numbers work? 2019-07-11T07:44:21.040

46 Programatically associate file extensions with application on Windows 2012-03-31T13:29:07.900

46 netstat with process name? 2014-01-26T16:07:42.660

44 pbcopy for Windows? 2012-09-11T03:22:20.263

41 Configure the Windows Powershell to display only the current folder name in the shell prompt 2012-07-09T20:26:05.727

39 Detect if PowerShell is running as administrator 2014-05-03T08:44:18.253

36 How do I set an executable's working directory via the command line, prior to executing it? 2012-03-03T00:53:17.577

36 Why does Powershell silently convert a string array with one item to a string 2012-04-20T08:47:00.430

36 How to enable Internet Connection Sharing using command line? 2012-09-05T12:56:38.990

32 tmux/screen alternative for powershell 2012-04-05T12:32:01.260

32 Change directory to previous directory in Powershell 2013-05-10T16:09:20.020

32 How do you create a new symlink in windows 10 using powershell (not mklink.exe)? 2018-03-24T00:46:10.980

31 Windows PowerShell equivalent to Unix/Linux `pwd`? 2011-06-09T13:22:28.173

31 Default PowerShell to emitting UTF-8 instead of UTF-16? 2011-08-24T15:35:41.883

30 Can't exclude a directory pattern recursively 2013-10-21T14:48:16.023

29 Setting $HOME in PowerShell 2009-12-11T21:02:49.617

29 Replacements for ampersand and double-ampersand in PowerShell 2012-08-20T20:43:49.360

28 How can I mount an ISO via PowerShell/programmatically? 2012-11-04T03:20:56.543

28 run powershell command from cmd 2016-05-24T10:10:59.603

27 Nano alternative for windows powershell 2015-07-08T20:14:28.920

26 Show human-readable file sizes in the default PowerShell ls command 2012-08-31T19:22:04.490

26 Why use "Cmd /c Powershell" instead of just "Powershell"? 2017-09-01T02:40:04.597

25 How do I modify the Powershell console settings in Windows 7? 2009-09-05T00:18:17.907

25 How do I permanently remove a default Powershell alias? 2015-03-01T01:10:17.727

25 What is the difference between Invoke-WebRequest and Invoke-RestMethod? 2017-07-28T10:12:06.287

24 Is there a better, more UNIX-like command line shell for Windows? 2012-05-08T21:16:14.160

24 How to modify/create values in XML files using PowerShell? 2013-03-03T21:33:21.340

23 How can I find the size of a folder using Powershell? 2013-08-12T20:04:29.273

22 Deleting entire lines in a text file based on a partial string match with Windows PowerShell 2010-03-08T21:24:26.243

22 How can one show the current directory in PowerShell? 2011-01-26T02:22:30.223

22 Where is the known_hosts file for OpenSSH for Windows? 2011-07-18T12:18:41.127

22 How do I get get-childitem to filter on multiple file types? 2011-08-02T17:43:20.903

22 Powershell and cmd: "normal" select text mode 2012-05-05T10:01:11.817

22 Run Python scripts in PowerShell directly 2012-06-16T22:14:47.170

22 Powershell font wrong size on Windows 8.1 2013-12-09T08:04:13.563

22 Switching default audio device with a batch file 2016-03-18T17:44:50.687

22 Does Powershell have any sort of .bashrc equivalent? 2016-06-16T18:18:41.970

21 Set Powershell as the default shell of Far Manager? 2011-04-04T03:50:35.320

21 Is PowerShell a complete replacement for console/cmd? 2011-12-21T17:28:42.493

21 Set the text size (font size) in the ConEmu PowerShell window? 2015-02-25T19:36:06.763

21 Powershell to delete all files with a certain file extension 2016-06-20T11:59:51.063

20 How to use the cd command in Windows Powershell to change the drive that I am working 2013-06-22T14:29:44.373

20 Equivalent of bash's Ctrl-r in PowerShell 2013-11-15T04:03:36.740

20 How to define a PowerShell function which requires elevation? 2017-08-11T04:45:46.357

20 Windows 10 Powershell tree command, how to show files 2017-11-20T09:08:27.197

19 Good PowerShell guide, getting started through more advanced usage 2009-07-18T01:24:40.687

19 It is possible to make autocompletion in Powershell work like in bash? 2010-11-03T10:11:42.803

19 Delete multiple files on PowerShell command line 2011-12-16T23:57:40.837

19 Get definition of function and echo the code 2012-04-18T18:48:39.830

19 Where does Windows 8 store the estimated data usage over Wifi? 2013-01-10T14:01:25.413

19 PowerShell Get List Of Folders Shared 2014-06-17T01:51:35.983

19 PowerShell with Tabs Window Management 2015-01-10T23:08:57.413

19 How can I reinstall Windows 10's calculator app? 2015-09-27T18:00:40.460

18 Cannot cd to a folder with spaces in the the folder path 2012-09-23T17:19:04.447

18 How to find and open previous versions of a folder programmatically (using PowerShell, WMI, etc)? 2013-09-10T21:04:40.397

17 free cmd/powershell replacement with normal copy paste 2010-07-26T18:01:31.990

17 How can I install a new font in PowerShell console? 2012-11-07T18:42:52.450

17 PowerShell: Env: Avoid truncation of environment variables 2013-12-18T17:41:17.990

17 Changing last modified date or time via PowerShell 2015-06-05T18:05:44.507

17 Cmder PowerShell ignores profiles 2015-08-12T20:37:45.990

17 Powershell Copy-Item recursively but don't include folder name 2016-12-04T21:38:59.413

16 How do I uninstall a Windows service using a PowerShell script? 2012-05-25T06:03:39.487

16 Why does running PowerShell change my console font? 2014-01-24T21:00:46.227

16 Replace Win10's Powershell with Powershell 6.0.0 2018-01-14T07:06:16.910

15 What is Windows PowerShell? 2009-08-18T17:12:38.723

15 Bulk convert photos to smaller size? 2009-10-27T02:22:45.073

15 Equivalent of bash's `source` command in Powershell? 2009-11-17T00:11:07.183

15 How to sign a PowerShell script easily? 2010-01-11T09:18:17.017

15 Why setting Powershell to set-executionpolicy remotesigned fails? 2010-07-01T14:18:12.197

15 Quake/Doom like command prompt for Windows 2010-11-29T08:50:58.157

15 is there equivalent of rsync in MS powershell? 2012-03-29T18:47:22.083

15 Change to home directory in PowerShell 2012-07-08T00:58:44.067

15 Is there an analog of Bash's Ctrl+Z & fg in Powershell? 2012-08-23T08:17:18.537

15 Why doesn't windows command prompt still support ctrl + v? 2013-11-13T21:45:33.713

15 Using make from Windows PowerShell 2014-09-08T15:00:59.360

15 How can I install .NET 4.5.2 via PowerShell DSC? 2015-05-28T17:09:58.070

15 Add 'Open Powershell here as admin' option to folder context menu 2015-12-16T14:39:14.060

15 How to maintain ssh-agent login session with Windows 10's new OpenSSH and PowerShell 2018-05-31T22:11:25.437

14 Keyboard shortcut to paste in Windows command prompt 2009-07-31T14:07:33.997