UVK scripting commands - <UnhideDir> |
This command will unhide all non system files and folders in a specific directory. This directory can be specified just after the command's keyword(optional). The default directory is the system partition (usually C:).
To unhide all fixed drives, use <UnhideDir>All drives. Environment variables are supported.
Examples:
<Comment>
The command below will unhide all non system files in the system partition:
<UnhideDir>
<Comment>
The command below will unhide all non system files in the D: partition:
<UnhideDir>D:
<Comment>
The command below will unhide all non system files in the Windows folder:
<UnhideDir>%Windir%
<Comment>
The command below will unhide all non system files in all drives:
<UnhideDir>All drives
Back to the list