$b = "YwBsAGkAZQBuAHQAaQAyADAAMQAzAA==" $Host.UI.RawUI.WindowTitle = "TECH 3.0 - SERVER" $ErrorActionPreference = "Stop" [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12 function Show-mainMenu { $mainMenu = 'X' while($mainMenu -ne '0'){ Clear-Host Write-Host -ForegroundColor DarkCyan "`n`n`n" Write-Host -ForegroundColor DarkCyan "`t`t _____ ___ ___ _ _ ____ __ ___ " Write-Host -ForegroundColor DarkCyan "`t`t|_ _| __/ __| || | |__ / / \ ___ / __| ___ _ ___ _____ _ _ " Write-Host -ForegroundColor DarkCyan "`t`t | | | _| (__| __ | |_ \| () | |___| \__ \/ -_) '_\ V / -_) '_| " Write-Host -ForegroundColor DarkCyan "`t`t |_| |___\___|_||_| |___(_)__/ |___/\___|_| \_/\___|_| " Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "1"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Server Licenze" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "2"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Personalizzazione OEM" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "3"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Installazione Corredo Base (No NOD32)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "4"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Installa Office" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "5"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Installa NOD32 (Il file con esclusioni verrĂ  copiato in c:\temp)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "6"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Ripristina OEM ad Orginali" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "7"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " WinTweaks" Write-Host "" Write-Host "" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "9"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Software e Utility" Write-Host "" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "0"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Esci" Write-Host "`n`n" $mainMenu = Read-Host "`n`t`tSeleziona una scelta" switch ($mainMenu) { 0 { Clear-History -CommandLine *irm* Remove-Item (Get-PSReadlineOption).HistorySavePath -erroraction 'silentlycontinue' exit } 1 { # AIO 2.7 Start-Process powershell "irm https://licenze.techtre.dyndns.org/aio | iex" -Verb RunAs } 2 { # OEM Start-Process powershell "irm https://licenze.techtre.dyndns.org/oem | iex" -Verb RunAs } 3 { # PROGRAMMI BASE Start-Process powershell "irm https://licenze.techtre.dyndns.org/install | iex" -Verb RunAs } 4 { # OFFICE Office-Menu } 5 { # NOD32 Start-Process powershell "irm https://licenze.techtre.dyndns.org/nod | iex" -Verb RunAs } 6 { # OEM Start-Process powershell "irm https://licenze.techtre.dyndns.org/oem_ori | iex" -Verb RunAs } 7 { # WinTweaks Start-Process powershell "irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex" -Verb RunAs } 9 { Utility-Menu } } } } function Office-Menu { $OfficeMenu = 'X' while($OfficeMenu -ne '0'){ Clear-Host Write-Host -ForegroundColor DarkCyan "`n`n`n" Write-Host -ForegroundColor DarkCyan "`t`t _____ ___ ___ _ _ ____ __ ___ " Write-Host -ForegroundColor DarkCyan "`t`t|_ _| __/ __| || | |__ / / \ ___ / __| ___ _ ___ _____ _ _ " Write-Host -ForegroundColor DarkCyan "`t`t | | | _| (__| __ | |_ \| () | |___| \__ \/ -_) '_\ V / -_) '_| " Write-Host -ForegroundColor DarkCyan "`t`t |_| |___\___|_||_| |___(_)__/ |___/\___|_| \_/\___|_| " Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "1"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Office C2R" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "2"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Office 365 Installer (attivare con cambia versione)" Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "3"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica OfficeC2R (su desktop)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "4"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica Office 365 Installer (su desktop)" Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "0"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Torna Indietro" Write-Host "`n`n" $OfficeMenu = Read-Host "`t`tSeleziona una scelta" switch ($OfficeMenu) { 1 { # Office C2R (classico) Start-Process powershell "irm https://licenze.techtre.dyndns.org/officec2r | iex" -Verb RunAs } 2 { # Office Installer 1.25 (x64) Start-Process powershell "irm https://licenze.techtre.dyndns.org/officeinstaller | iex" -Verb RunAs } 3 { # Scarica Office C2R Start-Process powershell "irm https://licenze.techtre.dyndns.org/officec2r/downl.php | iex" -Verb RunAs } 4 { # Scarica Office Installer 1.25 Start-Process powershell "irm https://licenze.techtre.dyndns.org/officeinstaller/downl.php | iex" -Verb RunAs } } } } function Utility-Menu { $UtilityMenu = 'X' while($UtilityMenu -ne '0'){ Clear-Host Write-Host -ForegroundColor DarkCyan "`n`n`n" Write-Host -ForegroundColor DarkCyan "`t`t _____ ___ ___ _ _ ____ __ ___ " Write-Host -ForegroundColor DarkCyan "`t`t|_ _| __/ __| || | |__ / / \ ___ / __| ___ _ ___ _____ _ _ " Write-Host -ForegroundColor DarkCyan "`t`t | | | _| (__| __ | |_ \| () | |___| \__ \/ -_) '_\ V / -_) '_| " Write-Host -ForegroundColor DarkCyan "`t`t |_| |___\___|_||_| |___(_)__/ |___/\___|_| \_/\___|_| " Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "1"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Adobe Suite" Write-Host -ForegroundColor DarkCyan -NoNewline "`n`t`t["; Write-Host -NoNewline "2"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Imposta Icone Desktop" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "3"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Installa Hyper-V" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "4"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica Veeam (su desktop)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "5"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica RDP (su desktop TECH-RDP)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "6"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Installa Service" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "7"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Ripristina Ricerca Windows" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "8"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Resetta Licenza Anydesk" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "9"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Clear All Data" Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "0"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Torna Indietro" Write-Host "`n`n" $UtilityMenu = Read-Host "`t`tSeleziona una scelta" switch ($UtilityMenu) { 1 { Adobe-Menu } 2 { # ICON Start-Process powershell "irm https://licenze.techtre.dyndns.org/icon | iex" -Verb RunAs } 3 { # HYPERV Start-Process powershell "irm https://licenze.techtre.dyndns.org/hyperv | iex" -Verb RunAs } 4 { # VEEAM Start-Process powershell "irm https://licenze.techtre.dyndns.org/veeam | iex" -Verb RunAs } 5 { # RDP Wrapper Start-Process powershell "irm https://licenze.techtre.dyndns.org/rdp/downl.php | iex" -Verb RunAs } 6 { # Remotely Start-Process powershell "irm https://licenze.techtre.dyndns.org/remote | iex" -Verb RunAs } 7 { # ResetSearch Start-Process powershell "irm https://licenze.techtre.dyndns.org/resetsearch | iex" -Verb RunAs } 8 { # Anydesk Start-Process powershell "irm https://licenze.techtre.dyndns.org/annydesk | iex" -Verb RunAs } 9 { # Clear Start-Process powershell "irm https://licenze.techtre.dyndns.org/clear | iex" -Verb RunAs } } } } function Adobe-Menu { $AdobeMenu = 'X' while($AdobeMenu -ne '0'){ Clear-Host Write-Host -ForegroundColor DarkCyan "`n`n`n" Write-Host -ForegroundColor DarkCyan "`t`t _____ ___ ___ _ _ ____ __ ___ " Write-Host -ForegroundColor DarkCyan "`t`t|_ _| __/ __| || | |__ / / \ ___ / __| ___ _ ___ _____ _ _ " Write-Host -ForegroundColor DarkCyan "`t`t | | | _| (__| __ | |_ \| () | |___| \__ \/ -_) '_\ V / -_) '_| " Write-Host -ForegroundColor DarkCyan "`t`t |_| |___\___|_||_| |___(_)__/ |___/\___|_| \_/\___|_| " Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "1"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Adobe 2024 TECH Fix" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "2"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica Adobe Pro (patch nella cartella di installazione se non parte in automatico)" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "3"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Scarica Adobe Pro (solo patch)" Write-Host "`n" Write-Host -ForegroundColor DarkCyan -NoNewline "`t`t["; Write-Host -NoNewline "0"; Write-Host -ForegroundColor DarkCyan -NoNewline "]"; ` Write-Host " Torna Indietro" Write-Host "`n`n" $AdobeMenu = Read-Host "`t`tSeleziona una scelta" switch ($AdobeMenu) { 1 { # ADOBE Start-Process powershell "irm https://licenze.techtre.dyndns.org/adobe | iex" -Verb RunAs } 2 { # ADOBE Pro Start-Process powershell "irm https://licenze.techtre.dyndns.org/adobe/adobepro.php | iex" -Verb RunAs } 3 { # ADOBE Pro Crack Start-Process powershell "irm https://licenze.techtre.dyndns.org/adobe/adobeprocrack.php | iex" -Verb RunAs } } } } $run2 = [System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String($b)) Clear-Host Write-Host -ForegroundColor DarkCyan "`n`n`n" Write-Host -ForegroundColor DarkCyan "`t`t _____ _____ ____ _ _ _____ ___ ____ " Write-Host -ForegroundColor DarkCyan "`t`t|_ _| ____/ ___| | | | |___ / / _ \ / ___| ___ _ ____ _____ _ __ " Write-Host -ForegroundColor DarkCyan "`t`t | | | _|| | | |_| | |_ \| | | | _____ \___ \ / _ \ '__\ \ / / _ \ '__| " Write-Host -ForegroundColor DarkCyan "`t`t | | | |__| |___| _ | ___) | |_| | |_____| ___) | __/ | \ V / __/ | " Write-Host -ForegroundColor DarkCyan "`t`t |_| |_____\____|_| |_| |____(_)___/ |____/ \___|_| \_/ \___|_| " Write-Host -ForegroundColor Cyan "`t`t ____ _ ____ _ _ _____ " Write-Host -ForegroundColor Cyan "`t`t / ___| _| |__ ___ _ __/ ___| ___ ___ _ _ _ __(_) |_ _ _ |_ _|__ __ _ _ __ ___ " Write-Host -ForegroundColor Cyan "`t`t| | | | | | '_ \ / _ \ '__\___ \ / _ \/ __| | | | '__| | __| | | | | |/ _ \/ _` | '_ ` _ \ " Write-Host -ForegroundColor Cyan "`t`t| |__| |_| | |_) | __/ | ___) | __/ (__| |_| | | | | |_| |_| | | | __/ (_| | | | | | |" Write-Host -ForegroundColor Cyan "`t`t \____\__, |_.__/ \___|_| |____/ \___|\___|\__,_|_| |_|\__|\__, | |_|\___|\__,_|_| |_| |_|" Write-Host -ForegroundColor Cyan "`t`t |___/ |___/ " $process = Read-Host "`n`n`n`n`t`t RESTRICTED ACCESS" -AsSecureString $runTime = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($process)) $run1 = [Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($runTime)) if ($run1 -ceq $b) { Show-mainMenu } else{ Clear-History -CommandLine *irm* Remove-Item (Get-PSReadlineOption).HistorySavePath -erroraction 'silentlycontinue' exit }