Logofile.kiwi
Sign up

Change Drive

Description

1

Step 1 Instructions

Step

2

Step 2 Instructions

Step

3

Step 3 Instructions

Step

4

Step 4 Instructions

Step
Step

5

Step 5 Instructions

Get-Process chrome  |
Select-Object Path -First 1 |
ForEach-Object {
 Start-Process -FilePath $_.Path -ArgumentList ("--user-data-dir="+ $(Get-Location).Path)
 $shell = New-Object -ComObject WScript.Shell
 $shortcut = $shell.CreateShortcut("..\StartChrome.lnk")
$shortcut.Arguments=" --user-data-dir="+ '"'+$(Get-Location).Path+'"'
$shortcut.TargetPath = $_.Path
$shortcut.Save()
}
Step

6

Step 6 Instructions

chrome://settings/downloads
Step

7

Step 7 Instructions

Step

🎉

Step 8 Instructions

✔️

Extra Note

Step