Coder Social home page Coder Social logo

hmemcpy / chromeregjump Goto Github PK

View Code? Open in Web Editor NEW
35.0 35.0 7.0 96 KB

Chrome extension to open any selected Windows Registry path in Regedit using Sysinternals RegJump

License: MIT License

JavaScript 42.74% PowerShell 28.67% HTML 22.38% Batchfile 6.21%

chromeregjump's Introduction

Igal Tabachnik

chromeregjump's People

Contributors

hmemcpy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chromeregjump's Issues

"Unable to communicate with RegJump"

The 'Verify' button still shows "Unable to communicate with RegJump. Please make sure you follow the installation instructions above.", even after I 'did' follow the steps. What can I do next to debug my problem?

a proposal to make a 'mklink' of regjump in the desired folder (instead of copying it), for people who already have it.

@echo off
pushd %CD%
for /f "delims=" %%a in ('where regjump') do @set REGJUMP=%%a
if /I "%REGJUMP%"=="" ( do @echo regjump not found. If installed, add path to PATH environment variable. & pause & exit 0 ) else (
	mklink "regjump\regjump.exe" "%REGJUMP%"
	REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.hmemcpy.chrome.regjump" /ve /t REG_SZ /d "%~dp0nativehost.json" /f
	)
popd
echo on
exit

Unable to communicate with RegJum

I use Windows 10 1809 (17763.168) wanted to try Chrome Registry Jumper but it doesn't work , I followed the below steps nothing helped
#8

Could you please check it
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.