GithubHelp home page GithubHelp logo

Comments (6)

kmahyyg avatar kmahyyg commented on September 18, 2024

Also, Get-MAC stucked for so long, at least about 5mins, The wsmprovhost.exe eats about 1GiB memory when executing. After checking src, I think it should not be run by default when running Invoke-Meerkat.

from meerkat.

TonyPhipps avatar TonyPhipps commented on September 18, 2024

Would you mind sharing the command used to execute?

from meerkat.

TonyPhipps avatar TonyPhipps commented on September 18, 2024

The underlying command for get-mac is fairly straightforward:

$Path = "$ENV:SystemDrive\Users"
Get-ChildItem -Path $Path -File -Recurse

If this command takes a long time on the same system, it explains why the Get-MAC module take a long time. Note the hash option takes significantly longer, which is unavoidable if needed.

from meerkat.

TonyPhipps avatar TonyPhipps commented on September 18, 2024

The original error with Get-RegistryMRU will be difficult to reproduce, and does not occur on any system I've encountered. It's possible a try statement on line 163 inside the foreach-object may fix the issue, but I'd rather not troubleshoot blindly.

line 163

$asciiArray = $hexArray | ForEach-Object { [CHAR][BYTE]([CONVERT]::toint32($_,16)) }

from meerkat.

kmahyyg avatar kmahyyg commented on September 18, 2024

Would you mind sharing the command used to execute?

Just load the psm file and run Invoke-Meerkat

from meerkat.

kmahyyg avatar kmahyyg commented on September 18, 2024

The original error with Get-RegistryMRU will be difficult to reproduce, and does not occur on any system I've encountered. It's possible a try statement on line 163 inside the foreach-object may fix the issue, but I'd rather not troubleshoot blindly.

line 163

$asciiArray = $hexArray | ForEach-Object { [CHAR][BYTE]([CONVERT]::toint32($_,16)) }

I run the original version on my personal PC, since I've no idea with powershell itself, may I send you the related registry file exported from my PC? Will it be helpful for diagnostics?

from meerkat.

Related Issues (2)

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.