@echo off pushd"%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i" pause
Discord (support here, we're online most of the day): https://discord.ciphey.online/
GitHub: https://github.com/ciphey/ciphey
Ciphey is an automated decryption tool using smart artificial intelligence and natural language processing. Input encrypted text, get the decrypted text back.
Options: -t, --text TEXT The ciphertext you want to decrypt. -q, --quiet Decrease verbosity -g, --greppable Only print the answer (useful for grep) -v, --verbose -C, --checker TEXT Use the given checker -c, --config TEXT Uses the given config file. Defaults to appdirs.user_config_dir('ciphey', 'ciphey')/'config.yml'
-w, --wordlist TEXT Uses the given wordlist -p, --param TEXT Passes a parameter to the language checker -l, --list-params BOOLEAN List the parameters of the selected module --searcher TEXT Select the searching algorithm to use -b, --bytes Forces ciphey to use binary mode for the input --default-dist TEXT Sets the default character/byte distribution -m, --module PATH Adds a module from the given path -A, --appdirs Print the location of where Ciphey wants the settings file to be
-f, --file FILENAME --help Show this message and exit.