Google File Stream – Share folder

Share Google Drive Folder

  1. Open Google drive, https://drive.google.com
  2. Right click folder you want to share and click Share…
  3. Add email address of person you want to share with
  4. Click “Done”

 

Add shared folder to recipients Google drive folder

  1. Recipient should login into their Google drive account. drive.google.com.
  2. On the left, click Shared with me.
  3. Click the files or folders you want to add to your drive.
  4. In the top right, click Add to My Drive Add to My Drive.
  5. Click Organize.
  6. Choose the folder you want to add to.
  7. Click Move or Move here.

 

Download and install Google File Stream onto their computer and install

 

 

 

 

 

SSD – Check if TRIM is enabled

Check TRIM status

  1. Use the Windows key + X keyboard shortcut to open the Power User menu and select Command Prompt (Admin).
  2. Type the following command and press Enter:

    fsutil behavior query DisableDeleteNotify

    If after executing the fsutil command with the DisableDeleteNotifyyou get a result of zero (0), then it means that TRIM is enabled, and no further action is required. However, if after running the command you see a result of one (1), then it means that TRIM is disabled.

Enable TRIM

fsutil behavior set DisableDeleteNotify 0

Disable TRIM

fsutil behavior set DisableDeleteNotify 1