Git Product home page Git Product logo

leanandmean's People

Contributors

aveyo 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

leanandmean's Issues

will you be back

Can you come back to mydigitallife and help us?
I'm sure you are one of the rare people who can write the uupdump module as a powershell script.

RunAsSystem without debugging privileges

System privileges are enough to perform most Windows OS editing, but unlike running as TI, running as System does not require debugging privileges to be enabled for administrators. It makes running as system a more limited, but also a safer option compared to running as TI. I'd appreciate a RunAsSystem context menu script that works when debugging is disabled for administrators.

Windows 11 Explorer as RunAsTI

When opening the Windows 11 Explorer with RunAsTI (e.g. right clicking on a folder and clicking 'Open as TrustedInstaller'), there's now quite a few issues in the latest versions.

  • Right clicking crashes
  • Resizing the window doesn't resize the elements inside (like the folder view)
  • Closing the ribbon doesn't work

However, running control with RunAsTI and then pressing the up arrow in the toolbar completely fixes this, and you can use Explorer as normal.

This was used in a ransomware attack

This script was used in a ransomware attack at a company my brother works for.

Is there a 'reverse' script, one that undoes everything that's been done?

call RunAsTi.cmd mybatch.cmd nothing happen

Hello,

downloaded and placed RunAsTI.bat file in to %windir%/system32
restarting computer, open a cmd elevated:

call RunAsTI.bat mybatchfile.cmd or
call %windir%/system32/RunAsTI.bat mybatchfile.cmd

`@echo off
setlocal EnableDelayedExpansion

whoami /user | find /i "S-1-5-18" > nul 2>&1 || (
call RunAsTI.cmd "%~f0" "%*"
exit /b
)

del /q/f/s !windir!\temp*.*`

file are not deleted.

if opening a cmd and execute the command, it work fine
del /q/f/s !windir!\temp\*.*

Bat2Ps hybrid w/ Params support

Hey, made a cool hybrid and thought about you, it's got some aspects still rusty, feel free to have fun with it ๐Ÿ‘

<# : @couleurm on github
@echo off & set a=%* &REM to join multiple strings as arrays
::set a=%a:" "=","%
set a=%a:"=\^"%
PowerShell "& (& {[Scriptblock]::Create((Get-Content \"%~f0\" -Raw))}) %a%" & exit /b
#>
param(
    $argument,
    [Parameter(ValueFromRemainingArguments = $true)]
    [System.Collections.Arraylist]
    $rest
    )
"argument"
$argument
"rest"
$rest

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.