3.12.21

Application installation in Linux Mint

 

Open Terminal...

SUDO apt-get install remmina   /f   remmina-plugin-rdp

....................................

Block applications in Windows


Open gpedit.msc

User Configuration  ---  Administrative Templates  --- All settings  --- Don't run specified windows applications...

Enable the settings... and select the applications...


---------------------------------------------------------------------------------------------

XCOPY

 

For copy a directory with subdirectories and files to another location....

XCOPY c:\folder\*.*   d:\newfolder  /E


-------------------------------------------------------------