by XDK
16. September 2019 16:35
33d469c7-1032-4bc5-81ab-46e32ee70d47|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: Commands
Git
by XDK
17. December 2015 07:57
Solution:
Type the following command in the command line window.
net user /Domain <Domain Account ID>
6a1735d2-cb06-439a-9346-4261f258b1e3|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: Commands
General
by XDK
27. September 2015 18:11
Solution:
1. Open Command Prompt.
2. Type:
ipconfig /flushdns
7be8ba6d-9226-44f1-a2aa-b1033dbb9a42|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: Commands
General
by XDK
30. January 2015 06:46
Solution:
xcopy "<Source Folder>" "<Target Folder>" /O /X /E /H /K
/X - Copies file audit settings and file ownership and ACL information.
/H - Copies hidden and system files.
/E - Copies directories and sub directories, including empty ones.
/V - Verifies each new file.
/D - Copies files changed on or after the specified date (D:m-d-y).If no date is given, copies only those files whose source time is newer than the destination time.
/Y - Suppresses prompting to confirm you want to overwrite an existing destination file.
/K - Copies attributes. Typically, Xcopy resets read-only attributes
/O - Copies file ownership and ACL information
by XDK
11. March 2014 14:04
Workaround:
Execute the "subst" command with no administrator privileges.
subst Z: "C:\Folder 1"
Now you should see the virtual drive in the windows explorer
10a523d6-78f1-4925-8ebd-f05fa4fca898|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: Commands
General