New-ShellFolder
New-ShellFolder
Creates a folder below a defined path.
Settings:
- Create at
The target for the link to be created. The real paths are read at runtime from the registry in the key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders. - Folder
The name of the folder to be created. Variables are allowed. - Option
- Computer-related lin ("All Users")
Creates the link in the "All Users" area - Use 32-Bit mode on x64 computer
If the script is executed on a 64-bit operating system, the counterpart for 32-bit applications SysWOW64 can be used automatically when referring to the SYSTEM32 directory.
Example:
The following example creates a folder named "CANCOM GmbH" in the All-Users Start menu.
Corresponds to DSM eScript command:
- CreateFolder
See also: