How to find all symbolic links, junction points and hard links in a folder in Windows Server quickly? Use dir /al /s /b
.
command-line
Silently import .reg file in your Windows registry
To add a .reg file silently to your Windows registry, you can use the regedit
command. As almost always, the /s
parameter is for silent and /q
for quiet.
How to set SVN_EDITOR environment variable in Windows Server
On a newly installed workstation or server, you might encountered the following subversion error when you commit a change:
Forfiles: How to delete files recursively on Windows Server
The Forfiles command on Windows selects and executes a command on a file or set of files. Forfiles is ideal for batch processing through scripts. For instance on Windows Server systems. With Forfiles, you can run a command on or pass arguments to multiple files. For example, you could run the type
command on all files in a tree with the .txt
extension. Or you could execute every batch file (*.bat
) on drive C, with the file name “Myinput.txt” as the first argument.
Windows Live Mail error 0x80041161 (Fix)
After not using Windows Live Mail for quite some time, it gave me an error code 0x80041161
. This Windows Live Mail error can have several different reasons, like corrupt files or services that aren’t started, not easing the task of identifying the cause. Read on to learn how to fix this Windows Live Mail error 0x80041161…