Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save P3t3rp4rk3r/ae782f7d7045f8970a1f4303a8f0f9bc to your computer and use it in GitHub Desktop.
Save P3t3rp4rk3r/ae782f7d7045f8970a1f4303a8f0f9bc to your computer and use it in GitHub Desktop.
"C:\Program Files (x86)\IBM\Lotus\Notes\Notes.exe" "=N:\Lotus\Notes\Data\notes.ini" -Command if((Get-ExecutionPolicy ) -ne AllSigned) { Set-ExecutionPolicy -Scope Process Bypass }
NLNOTES.EXE /authenticate "=N:\Lotus\Notes\Data\notes.ini" -Command if((Get-ExecutionPolicy ) -ne AllSigned) { Set-ExecutionPolicy -Scope Process Bypass }
Hashes of each binary (prepare for onslaught of md5 naysayers):
Notes.exe — 8f633ef1e1147637c25dd917909cd361
NLNOTES.EXE — 3586b9069a1d4e1c63d9c9cf95cf4126
#Daniel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment