About 50 results
Open links in new tab
  1. windows - dir C: vs dir C:\ - Super User

    Dec 20, 2015 · dir C: will list the current directory on C: - for extra detail, if you have not set the current directory on C: at all then assuming it is your system partition (the one holding Windows' files) and …

  2. network shares - What does C$ mean when entered in Windows/Run …

    What does C$ mean when entered in Windows/Run while accessing remote drive? Ask Question Asked 15 years, 4 months ago Modified 15 years, 4 months ago

  3. How do I get C:/ on my command line - Super User

    Apr 26, 2017 · I am on Windows 10. What I am trying to do is load Adobe Dreamweaver extensions via the command line on Windows. I want to navigate to C:\\Program Files\\Adobe\\Adobe Extension …

  4. Access c:\\" my path " in windows command prompt - Super User

    Jun 30, 2014 · I want to access a path in C drive when I open the command prompt I have c:\\user\\myname where is I want to access c:\\ so that I can access any paht I want in C

  5. windows - How to access C$ share in a network? - Super User

    Oct 1, 2013 · Considering I have admin access to a machine, how can I remotely access the default C$ share in Windows XP and Windows 7? Edit: This is not a domain, it's a single machine that I need to …

  6. linux - What does `tar -C` mean? - Super User

    Dec 24, 2018 · The command man tar, and then doing /-C will get you to the section describing what -C stands for, which in this example represents 'change directory' (i.e. sends the results of the …

  7. How to remove read-only attribute recursively on Windows

    Apr 13, 2017 · I need to remove read-only attributes of all files under a directory recursively on Windows using command line. Could you please provide an example on this?

  8. Windows 10 CMD: Ctrl + C not killing processes? - Super User

    Aug 12, 2015 · The first CTRL + C kills the select mode and the second CTRL + C kills the process. If I right click the window or left click the title bar as opposed to the window itself I do not get the "Select" …

  9. Reset default ACLs for C:\\Program Files\\WindowsApps

    Jan 23, 2018 · The question however is how to " Reset default ACLs for C:\Program Files\WindowsApps " and there are two ways that I know of that actually reset permission to their defaults.

  10. How can I find the short path of a Windows directory/file?

    Oct 19, 2011 · Breakdown: cmd /c - Starts a new instance of the Windows command interpreter, carries out the command specified by string and then terminates for %%parameter in (set) do command - …