Code Monkey home page Code Monkey logo

et-optimizer's Introduction

et-optimizer's People

Contributors

hakanfly avatar karolpapierz avatar semazurek avatar snowznz avatar xyueta avatar zalegajo 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

et-optimizer's Issues

Antivirus Software blocking script.

Apart from the fact that it is recommended to make a backup and turn off the antivirus,
the problem occurs with antiviruses mainly in the .ps1 file, not the old .bat version.

More precisely, antiviruses block lines of code such as:

This part of the script re-run script as an Administrator with -RunAs

 Start-Process powershell.exe -Verb RunAs -ArgumentList ('-noprofile -file "{0}" -elevated' -f ($myinvocation.MyCommand.Definition))

This part of the script brings up a message box (This has already been replaced and fixed)

(New-Object -ComObject Wscript.Shell).Popup("""%announcement%""",0,"""%version%""",0x10 + 4096)

So far, other parts of the code do not cause the above-mentioned problems in the operation of the script.

On the one hand, .bat files are either a high threat to antiviruses, and on the other hand, they are completely invisible to them what they hide inside, because in version 5.2 of the script, the implementation of the GUI code was done on the principle of one script in another [ BAT (PS1) ]

I am still working on a solution. The only thing so far is to add a line to the code:

#Requires -RunAsAdministrator

The downside of this solution is that the user have to manually run powershell console as an administrator and execute the .ps1 script
I don't see any more advantages... I will gladly accept any advice.

image

issue: chck27

function chck27{
cmd /c if exist %programdata%\ET\chck27.lbool del %programdata%\ET\chck27.lbool
# Disables several unnecessary components
$counter++;
Write-Host ' [Disable] Unnecessary components ' -F darkgray -B black
$components = @('Printing-PrintToPDFServices-Features','Printing-XPSServices-Features','Xps-Foundation-Xps-Viewer')
foreach ($a in $components) {
disable-windowsoptionalfeature -online -featureName  -NoRestart | Out-Null
}
engine;};

featureName is required $a

Script completely bricked my machine

I was using the script to debloat a VMWare virtual machine when mid process both the networks on the host machine as well as the one on the VM disappeared without the possibility of restoration, system restore did nothing, and my Wi-Fi board is not visible in device manager on neither machine, the host machine is an Windows 11 laptop, what is this joke?!?!? Please advise asap.

How to revert back?

I would like to revert all the changes that this software makes. Since my PC began to have behaviors that I did not want when running this program, such as some applications do not start with Windows as docker, and now I have to run many programs as administrator for them to work, otherwise they do not run.
How can I reverse everything this program does?

Some applications show a white screen

Hi! I'm using your script with many computers and I like it so much, I'm an IT guy too.
In the last version I've tried all the options in different PCs, but in some applications like DDU or DS4Windows (as example) there's this problem. I'm gonna try all different options and update this! Thanks
DDU

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.