Advertisement
Guest User

yaP config for GDS v1.13.5782.0599 (Beta#1)

a guest
Jan 8th, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP v0.5 (http://rolandtoth.hu/yaP/)
  2. ; application name: Google Drive Sync
  3. ; version: 1.13.5782.0599
  4. ; website: https://support.google.com/drive/answer/2375078
  5.  
  6. [GENERAL]
  7. application = App\googledrivesync.exe
  8.  
  9. [BEFORE]
  10.  
  11. ; +dir = {YAPROOT}\GDSF
  12. ; envvar = GDSF :: {YAPROOT}\GDSF
  13.  
  14. dir = %LocalAppdata%\Google\Drive :: Settings\Files
  15. (file) = %Desktop%\Google Drive.lnk
  16. (file) =  %SystemDrive%\%HomePath%\Links\Google Drive.lnk
  17.  
  18. regkey = HKCU\Software\Google\Drive :: Settings\drive.reg
  19. (regkey) = HKCU\Software\Google\Update
  20. (regkey) = HKLM\SOFTWARE\Google\Update
  21.  
  22. (regkey) = HKCU\Software\Classes\.gdoc
  23. (regkey) = HKCU\Software\Classes\.gdraw
  24. (regkey) = HKCU\Software\Classes\.gform
  25. (regkey) = HKCU\Software\Classes\.glink
  26. (regkey) = HKCU\Software\Classes\.gnote
  27. (regkey) = HKCU\Software\Classes\.gscript
  28. (regkey) = HKCU\Software\Classes\.gsheet
  29. (regkey) = HKCU\Software\Classes\.gslides
  30. (regkey) = HKCU\Software\Classes\.gtable
  31. (regkey) = HKCU\Software\Classes\GoogleDrive.gdoc
  32. (regkey) = HKCU\Software\Classes\GoogleDrive.gdraw
  33. (regkey) = HKCU\Software\Classes\GoogleDrive.gform
  34. (regkey) = HKCU\Software\Classes\GoogleDrive.glink
  35. (regkey) = HKCU\Software\Classes\GoogleDrive.gnote
  36. (regkey) = HKCU\Software\Classes\GoogleDrive.gscript
  37. (regkey) = HKCU\Software\Classes\GoogleDrive.gsheet
  38. (regkey) = HKCU\Software\Classes\GoogleDrive.gslides
  39. (regkey) = HKCU\Software\Classes\GoogleDrive.gtable
  40.  
  41. +regvalue = HKCU\Software\Google\Drive :: thankyoushown :: 1 :: REG_DWORD
  42. +regvalue = HKCU\Software\Google\Drive :: ContextMenuDisabled :: 1 :: REG_DWORD
  43. +regvalue = HKCU\Software\Google\Drive :: OverlaysDisabled :: 1 :: REG_DWORD
  44.  
  45. [AFTER]
  46. -dir =%LocalAppdata%\Google\CrashReports
  47. restore = 1
  48. -dir =%LocalAppdata%\Google :: ifempty
  49. -regkey = HKCU\Software\Google :: ifempty
  50.  
  51. message = Even after closing, portable Google{LINEBREAK}Drive Sync files and folder remain{LINEBREAK}locked, preventing filesystem changes.{LINEBREAK}Files/folders can be unlocked either by{LINEBREAK}rebooting the system or by restarting{LINEBREAK}Windows shell (EXPLORER.EXE).{LINEBREAK}{LINEBREAK}Do you wan to do this? (Cancel if you don't) :: cancellable
  52. delay = 1500
  53. message = Please, don't proceed unless you know{LINEBREAK}« what you're doing.{LINEBREAK}{LINEBREAK}Proceed restarting EXPLORER.EXE? :: cancellable
  54. killprocess = explorer.exe
  55. run = explorer.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement