Skip to content

Gathering handlers from Windows systems #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Gathering handlers from Windows systems #17

wants to merge 21 commits into from

Conversation

execgit
Copy link
Collaborator

@execgit execgit commented Jul 24, 2016

Powershell scripts to gather handles, as well as example json

execgit added 7 commits July 23, 2016 20:35
Had trouble locating System.ServiceModel.Web on some systems.
Worked around this by reimplementing the JSON serialization of
registry values. The new implementation requires a ToString
method from the values, which has not been a problem in testing.
[Parameter(mandatory=$true)][string]$output
)

# Invoke with:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This useful information should be moved to README.md.

@execgit execgit changed the title [WIP] Gathering handlers from Windows systems Gathering handlers from Windows systems Jul 25, 2016
@@ -53,13 +62,28 @@
"registrykey": "HKEY_CLASSES_ROOT\\DLNA-PLAYSINGLE"
},
{
Copy link
Member

@oherrala oherrala Jul 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this entry duplicate with next entry below? There's also other duplicate entries it seems.

execgit added 8 commits August 2, 2016 15:26
Data related to handlers is case-insensitive in the Windows registry.
Added an option to handlers_merge to lowercase the input before
merging to avoid duplicate handlers.
Used the option -l in handlers-merge.py to remove duplicates
Reverted commit 9a5fdec. Added
lowercasing to handlers-list.ps1 instead.
URL handlers generated by handlers-list should now include a colon,
i.e. http: instead of http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants