Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ########################################################
- # Assign Dropbox folder to variable $DropBoxPath
- $Base64DropboxPath = Get-Content ([Environment]::GetFolderPath("ApplicationData") + "\Dropbox\host.db") | Select-Object -Index 1
- <## Base64 Decode String ##> $DropBoxPath = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($Base64DropboxPath))
- ########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement