Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ‘Set-ItemProperty Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice -name ProgId Outlook.URL.mailto.14’
  2.  
  3. &
  4.  
  5. ‘Set-ItemProperty Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice -name ProgId Outlook.URL.mailto.15’
  6.  
  7. OR
  8.  
  9. ‘Set-ItemProperty HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice\\Progid = Outlook.URL.mailto.14’
  10.  
  11. &
  12.  
  13. ‘Set-ItemProperty HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice\\Progid = Outlook.URL.mailto.15’
  14.  
  15. and for PDF datatype extension i will do the following:
  16. ‘Set-ItemProperty Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice -name ProgId PDFXEdit.PDF’
  17.  
  18. ‘Set-ItemProperty HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice\\Progid = PDFXEdit.PDF’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement