Make Any Program Portable on Windows 11

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • Make Any Program Portable on Windows 11
    Today we will take a look at how to create a portable app in windows and run it from a USB drive.
    enigmaprotecto...
    🔔 SUBSCRIBE for more:
    www.youtube.co...
    ------------------------------------------------------------------------------------------
    🛍 Support me with your Amazon purchases:
    UK amzn.to/3diZslY
    US amzn.to/2OwZWux
    Please note that as an Amazon Associate I earn a commission from any qualifying purchases that you may make through these links.
    ------------------------------------------------------------------------------------------
    ❤️ Join Britec CZcams Members:
    / @britec09
    ------------------------------------------------------------------------------------------
    📃Watch related playlists and videos
    🖥️ / britec09
    ------------------------------------------------------------------------------------------
    👕Check out our merch:
    teespring.com/...
    ------------------------------------------------------------------------------------------
    💻Discord Access:
    / discord
    ------------------------------------------------------------------------------------------
    🐦Follow and interact with me on Twitter:
    / britec09
    ------------------------------------------------------------------------------------------
    ✅Follow and interact with me on Facebook:
    / briteccomputers
    -----------------------------------------------------------------------------------------
    🎬 View my Website:
    BritecComputers...
    -----------------------------------------------------------------------------------------
    #windows11 #windows10 #tech #techtips

Komentáře • 148

  • @bufordmaddogtannen
    @bufordmaddogtannen Před 4 měsíci +8

    Install the program you want in a sandboxie sandbox. Now you can either copy the sandbox from a computer to the next one, or you can simply retrieve the files from the sandbox program files directory and copy it on a USB stick.
    Job done.
    In the unlikely event you need DLLS, these can be copied within the same folder.
    I have been doing something like this for 20 years. Sometimes you'll need to extract registry entries to keep the settings or to make the program happy when it starts.

    • @Santos.jean21
      @Santos.jean21 Před měsícem

      I tried this with Logitech ghub but didn't work

    • @bufordmaddogtannen
      @bufordmaddogtannen Před měsícem

      @@Santos.jean21. Unfortunately software that install drivers or services does not work in a sandbox environment, nor by simply copying files around.

    • @Santos.jean21
      @Santos.jean21 Před měsícem

      @@bufordmaddogtannen I'm like a crazy dude trying to make this thing work only is the flash drive to use my mouse anywhere

  • @US_Joe
    @US_Joe Před 4 měsíci +19

    Cool -thanx Brian! I'm just curious of how it deals with window's registry settings? How could those entries be incorporated on a different computer? 👍👍👍

    • @Britec09
      @Britec09  Před 4 měsíci +5

      portable apps run inside there own container

    • @Mr76Pontiac
      @Mr76Pontiac Před 4 měsíci +3

      ​@@Britec09 Portable apps DESIGNED to run inside their own container, and designed to be run anywhere. It takes configurations, it takes settings, and puts them all within the directory. Tools like Gimp put DLLs all over the place (Which why you have to run the installer as an Administrator). When you do an application install, there may be certain CRITICAL things get put into the registry or NOT in this directory. I didn't see any evidence of that initial install detail being put into the package. All this seems to do is "zip up" the applications in the directory specified, throws a loader at it, and deals with the files. You can't reliably take that result file and put it on a machine that doesn't have ALL of the dependencies required to run it.
      If you take the app, do this .. I don't even know what to call it... Archiving? Zipping? Converting? .. Drop it on a machine that doesn't have the dependencies that the actual installer has, it's going to fail.
      I seriously wouldn't trust this app. Looks jank, smells jank.

    • @IT-xc6gf
      @IT-xc6gf Před 4 měsíci

      What about updates on the application?

    • @Rob_III
      @Rob_III Před 4 měsíci

      @@Mr76Pontiac Agreed. There's MUCH more to an installer than zipping up a bunch of files. Yes, the main application may go in Program Files, but other files may be scattered all over the harddrive, like in userdata, the user's documents, the GAC, whathaveyou. And then there's the potentially tens, hundreds or thousands of registry entries that handle file associations, contain references to shared libraries and so on and so on. I'd like to see someone try with something a little more sophisticated like Office, or Photoshop.

    • @joeking5211
      @joeking5211 Před 2 měsíci

      @@Rob_III Yep, bring back a local .ini file as scrap this nightmare of a 'registry'

  • @DonzLockz
    @DonzLockz Před 4 měsíci +5

    Brilliant, I needed this ages ago. Thanks!😊

  • @all8273
    @all8273 Před 4 měsíci +13

    How does this work if some of the program is like in AppData or if it requires registry keys?

    • @666KoXz666
      @666KoXz666 Před 4 měsíci

      exactly...

    • @5aad666
      @5aad666 Před 4 měsíci

      I second this

    • @kaczorefx
      @kaczorefx Před 21 dnem

      Anyone?

    • @all8273
      @all8273 Před 18 dny

      @@kaczorefx I brought this up as a rhetorical question mostly. The answer is that as shown in this video, it definitely won’t work. It’s possible it could work if you can point it to everything it needs which is not that difficult if it’s AppData but it’s way more difficult if it requires registry keys.

  • @andrewvautour1795
    @andrewvautour1795 Před 4 měsíci

    Thank you for this, I had no idea how easy it is and I have been using portable apps for years! Sometimes it's frustrating that an app is not portable and when I can't find the app I need I just shrug my shoulders and move on, now I can make my own!
    Excellent tutorial, thanks again!

    • @Rob_III
      @Rob_III Před 4 měsíci

      It's NOT that easy; it just happens to work with this specific example. Installing a program is MUCH more complicated and making it portable even more so (unless it's designed as portable app or you have access to the source code ofcourse).

  • @1DesperateDan
    @1DesperateDan Před 4 měsíci +2

    Hi Brian ! Very instructive video of a must have software ! I used a different program in the past ...Cameyo, but this one seems way better being much easier. Thanks again. Dan

    • @Britec09
      @Britec09  Před 4 měsíci +1

      I have used Cameyo as well

  • @DennisHolmberg-sl1hz
    @DennisHolmberg-sl1hz Před 4 měsíci +2

    Sounds a lot like Thinstall (which became ThinApp when VMWare bought them out in 2008).

    • @bakedbean37
      @bakedbean37 Před 4 měsíci

      Thanks.
      I hoped someone here would remember the name of that program.
      I used it copiously at one point.

  • @johngoard8272
    @johngoard8272 Před 4 měsíci +2

    Wow Brian mate this is simply a great little app and seeing it is portable as well is going to make lot of users very happy!! Now after seeing yesterdays video about Microsoft banning certain apps I hope that this is not going to be one of them eh?? Still great stuff mate and please keep stuff like this coming👍👍

  • @Keith.W
    @Keith.W Před 4 měsíci +3

    Thanks for the video Brian!

    • @Britec09
      @Britec09  Před 4 měsíci +2

      Thanks for watching!

  • @johnpedersen8387
    @johnpedersen8387 Před 4 měsíci +2

    Great tip Brian.

  • @dmisi1
    @dmisi1 Před 4 měsíci +1

    Super Great as Always,..... Thank You !!!

  • @adriancoanda9227
    @adriancoanda9227 Před 4 měsíci +2

    ah in windows pe or other operating system some system dependencies and services are also required if you add just the folder where you have install it it is just not enough

  • @debeeriz
    @debeeriz Před 4 měsíci +5

    can i do it with photoshop or mocrosoft office and use it on another machine

    • @Rob_III
      @Rob_III Před 4 měsíci

      I can pretty much guarantee this won't work.

  • @samersamha5667
    @samersamha5667 Před 4 měsíci +2

    Thanks a lot for this very helpful video.

    • @Britec09
      @Britec09  Před 4 měsíci +2

      Glad it was helpful!

  • @NightcoreClips_
    @NightcoreClips_ Před 4 měsíci +2

    Great upload man. I'll def be using this.

  • @Rob_III
    @Rob_III Před 4 měsíci +1

    How is this different than just creating a zipfile from a folder? This may work with some basic software (or software that is designed to be portable (too)) but in a lot of circumstances this won't work at all. There's more to a program than just the files in it's respective folder in "Program Files". There's appdata, shared folders of the vendor that may contain DLL's and other files that are shared with other products, registry entries, configuration data that may be stored in a gazillion of places etc.

  • @mekkicharfi5454
    @mekkicharfi5454 Před 4 měsíci +1

    Thank you very much

  • @ampeg187
    @ampeg187 Před 4 měsíci +3

    On my way to test this 👍 thanks

  • @garrymcgaw4745
    @garrymcgaw4745 Před 4 měsíci +2

    Thank you Sir that was very helpful 👍.

  • @Zendukai
    @Zendukai Před 4 měsíci +1

    Wow! Awesome bit of kit! Thanks Brian.

    • @Britec09
      @Britec09  Před 4 měsíci +2

      Glad you like it!

    • @Zendukai
      @Zendukai Před 4 měsíci

      @Britec09 Could say, Kaspersky Total Security work like this, or is this just for programs that are not like an antivirus or Malwarebytes program?

  • @finkiefox
    @finkiefox Před 2 měsíci

    holy crap man thanks :D
    i will use this for my "big" game development project :)

  • @bmc2266
    @bmc2266 Před 4 měsíci

    Timing is perfect for me! I am "building" a ventoy drive with a few tools. Thanks for the tip!
    Question if you read this :
    For someone that import,move and delete lots of files. (Audio work) Would you recommend having a dedicate partition for your download folder with the ability to wipe it clean from time to time and avoid fragmenting your drive at the same time?

  • @deciodasilva3960
    @deciodasilva3960 Před 4 měsíci +1

    This is very useful man, thanks... enjoy your weekend...

  • @techwg
    @techwg Před 4 měsíci +1

    When I last used a similar system, I had to run the installer for the software I wanted to make portable and that way it got all the registry and files and everything worked. If all you do with this is point it to something already installed, how does it know all the myriad areas of the registry it may have put things in?

    • @bakedbean37
      @bakedbean37 Před 4 měsíci

      "had to run the installer for the software"
      I've been wracking my brain trying to remember the name of the program I used years ago that worked this way.
      I got a bit carried away making portable versions of nearly everything.
      My tiny keyring thumb drive had a complete arsenal of programs I could use anywhere.
      As mentioned in the video they were usable in Windows PE installs.
      E2A: The program was called Thinstall. (Thanks to another comment below.)

  • @room2738
    @room2738 Před 4 měsíci +1

    is the portable making app portable, or can you use the portable making app to make itself portable ? /runs ...

  • @peterdavis9403
    @peterdavis9403 Před 4 měsíci +2

    Can you put it on a flash drive then install the program it into the windows Program folder on a different computer without the original program's installer?

    • @bufordmaddogtannen
      @bufordmaddogtannen Před 4 měsíci

      Unless you need specific DLLs and registry entries, the installer just puts files in the program files directory.
      Most of the stuff you install on windows can be moved anywhere you want and it will still work. When you move to a different computer, most likely you are going to lose the program settings, unless you took a backup of its registry keys and imported those on the other computer.

  • @Mike.Kachar
    @Mike.Kachar Před 4 měsíci +1

    Great video/tutorial. What a helpful thing to have & know about. Thanks! 👌👍👍

    • @Britec09
      @Britec09  Před 4 měsíci +1

      Glad it was helpful!

  • @sherkhan_5050
    @sherkhan_5050 Před 4 měsíci +3

    Out of curiosity, have you tested these boxed apps with VirusTotal? If yes, what were the results?

    • @Britec09
      @Britec09  Před 4 měsíci

      No, but you can do that if you want. Sometimes portable apps get flagged as false positive. If you don't trust apps like these, don't use them.

    • @Rob_III
      @Rob_III Před 4 měsíci

      @@Britec09 False positives are always a possibility, yes, ofcourse. But this thing is begging for it. This is a great way to "bundle" malware with your "portable" application. If this comes up as anything in virustotal then I would be VERY worried and not shrug it off as "false positive".

  • @CostasSachpazis
    @CostasSachpazis Před 4 měsíci

    Interesting and Thank you very much. However, although I followed the procedure you showed step by step very carefully, it did not work for me. Any reasoning, please?

  • @danielivanov930
    @danielivanov930 Před 4 měsíci +1

    Pretty useful software recommendation. Thanks .

  • @michaellasambouw
    @michaellasambouw Před 3 měsíci

    Hi, thank you. This is new tools for me and i am giving to create more tutorial for that if you don't mind, Britec ❤

  • @kreont1
    @kreont1 Před 4 měsíci +1

    Vauuuu that's i need some much. Portableapp doesnt work simply like that, Thanx

  • @dextera.deleon214
    @dextera.deleon214 Před 2 měsíci

    Brian, can I do the same thing to make GoogleTV portable? there are youtube videos showing a premade iso. but can I use this method to make GoogleTV on USB?

  • @wrathofbod
    @wrathofbod Před 4 měsíci +1

    Fantastic little tool

  • @PHOTOREACTION
    @PHOTOREACTION Před 4 měsíci +1

    Xm! It doesn;t work with major programms like Photoshop or others that they need licence.Only for some free utilities? Xm...

  • @clamatac
    @clamatac Před 4 měsíci

    tested with 2 programs, works awesome

    • @Rob_III
      @Rob_III Před 4 měsíci

      Which 2 programs? And did you try them on another system on which they weren't installed, ever? Or did you uninstall them first before trying the "portable" version? Because I can pretty much guarantee that with any bit of software of some sophistication like Photoshop or Office this won't work.

  • @HBProductions.
    @HBProductions. Před 4 měsíci +1

    Fantastic video. Is this something that's recommended for programs like 3D/animation or video games?

    • @yanasitta
      @yanasitta Před 4 měsíci +2

      Depends on the app. If it has an elaborate licensing scheme,it probably won't work.

    • @HBProductions.
      @HBProductions. Před 4 měsíci +1

      @@yanasitta good to know. I was thinking just that too.

  • @yahiadal6790
    @yahiadal6790 Před 4 měsíci +1

    Thanks for the post but it seems not working for some more complicated apps.

  • @teddycaster248
    @teddycaster248 Před 4 měsíci +1

    It works on Windows 10?

  • @_Randwulf
    @_Randwulf Před 4 měsíci

    Thx 4 the vid Brian... Where can one obtain that wallpaper ?? My wife would love it... 👍😎

  • @10percent4DaBigGuy
    @10percent4DaBigGuy Před měsícem

    how do i make a portable program that is able to take the registry files?
    its files are still linked to the previous location of the program.....
    so if the default program is missing from its location the program will not boot....

  • @mikejoe1
    @mikejoe1 Před 2 měsíci

    I followed your steps for Partition Wizard Tool successfully, but when I run the portable version is says " Error: Failed to load configure file". How to fix it please.

  • @peterschmidt9942
    @peterschmidt9942 Před 4 měsíci +1

    Seems like a neat piece of software. How does it go with keeping the software up to date (or it doesn't)?

  • @PovoEnganado
    @PovoEnganado Před 4 měsíci

    Great ! Thank you.

  • @grogroge
    @grogroge Před 4 měsíci +2

    Can you try complicated software like Adobe or Autodesk ? 😍

    • @Rob_III
      @Rob_III Před 4 měsíci

      This definitely won't work.

  • @yclept9
    @yclept9 Před 4 měsíci

    Graduate students monkeying with the compiler make every program non-portable.

  • @jockrocks7392
    @jockrocks7392 Před 4 měsíci

    Cool 😁👍 Thanks Bri

  • @arksurvivalevolved9190
    @arksurvivalevolved9190 Před 4 měsíci

    Yeah so cool, I wonder if it would work like with Microsoft Outlook...

    • @Rob_III
      @Rob_III Před 4 měsíci +1

      Definitely not.

  • @stevem6677
    @stevem6677 Před 3 měsíci

    Cracking vid, as ever, is there a program that can make normal programs that install ISO, as I'd very much like to make Fabsautoback 6 Pro an ISO as the walkthrough to make it bootable is rather complicated at least for me! Thanks either way, hoofing vids...

  • @BigA1
    @BigA1 Před 4 měsíci +2

    The video title mentions Windows 11, but will this technique work on earlier Windows versions?

    • @graeme8884
      @graeme8884 Před 4 měsíci +3

      The supported versions of Windows include Windows 2000/XP/2003/Vista/2008/Seven/2012/8/8.1 and Windows 10.

    • @Britec09
      @Britec09  Před 4 měsíci +2

      Yes

  • @ahmadsarairah2365
    @ahmadsarairah2365 Před 4 měsíci

    شكرا جزيلا

  • @UltraCenterHQ
    @UltraCenterHQ Před 4 měsíci

    I wish all software was portable by default tbh. It's more cleaner

  • @EpicUnit
    @EpicUnit Před 4 měsíci +1

    ???????????? and how make engima software itself portable ????????????

  • @SoulPoetryandOtherWorks
    @SoulPoetryandOtherWorks Před 4 měsíci

    Cool Video. Thanks.

  • @MountainKing7
    @MountainKing7 Před 4 měsíci +1

    Looks like a nice hack to install time limited shareware.

  • @Merlinscave2008
    @Merlinscave2008 Před 4 měsíci

    marvellous, but could this be used to create a windows 10 or 11 portable usb i assum the file would be big 4+gb but running from a Ventoy disk could be handy ????? or shall i just shut up ?

  • @chanukanadun
    @chanukanadun Před 4 měsíci

    Hypothetically, if you used a trial rester or a crack for software like IDM and do this, is it gonna be there forever?

  • @mitabpraga7487
    @mitabpraga7487 Před 4 měsíci

    Well, dang me! Another one here who didn't know that was a thing. That'll save a bit of faffing, thank you very much. Just waiting for a guinea pig to try it on...
    Subbed.

  • @terrencerivers2358
    @terrencerivers2358 Před 4 měsíci +1

    So what's the free software for?,if you just go to the already installed program file and copy it to a folder on your usb,when you want to use on a PC with it not installed copy from usb to documents folder,open folder and right click on exe and create shortcut to desktop,no need for installation.

    • @tearren1
      @tearren1 Před 4 měsíci +3

      I will try to answer your question with my limited understanding of computers.
      Some simple programs you maybe able to do ask you suggest by copying the folder. But other programs when they are installed reference or point to the registry. Other programs may reference a shared file with an extension such as ‘*.dll’ inorder for them to run.
      I do not fully understand how the program is able to know all the necessary ‘other’ files or registry references, unless maybe it runs the selected program in the background when it is creating the new portable file.

    • @terrencerivers2358
      @terrencerivers2358 Před 4 měsíci +1

      I'm going to download this program,put installation file in with rest of program files on C: drive then copy to ssd,just incase I need to use,but thus far have never encountered it 👍 thanks for feedback

  • @leondevries478
    @leondevries478 Před 4 měsíci +1

    Nice video, little question does it work on W10 ?

    • @graeme8884
      @graeme8884 Před 4 měsíci +1

      The supported versions of Windows include Windows 2000/XP/2003/Vista/2008/Seven/2012/8/8.1 and Windows 10.

    • @leondevries478
      @leondevries478 Před 4 měsíci +2

      @@graeme8884 thanks al lot !, best from the Netherlands

    • @Britec09
      @Britec09  Před 4 měsíci +2

      Yes, it works on Windows 10

    • @leondevries478
      @leondevries478 Před 4 měsíci +1

      @@Britec09 thanks a lot,! about portable apps, Quick Access Popup is a splendid launcher for favourites, url's, text snippets, launch different links/files/.exe at once. Maybe an idea for a video. Best to you form the Netherlands

  • @barbieslegos8885
    @barbieslegos8885 Před 4 měsíci

    Can I make Supermiun (chrome for windows vista) portable? That would be cool!

  • @Santos.jean21
    @Santos.jean21 Před měsícem

    I tried really hard with logitech Ghub
    But couldn't make it.
    Can someone help me?

  • @jacobhavinga9402
    @jacobhavinga9402 Před 4 měsíci +1

    ESET antivirus puts it straight in quarantine ... Installing Enigma Virtual Box is not even possible ...

  • @pier-m
    @pier-m Před 4 měsíci

    Winrar can do it the same things😊

  • @Pizzpott
    @Pizzpott Před 3 měsíci

    ESET deletes this as on as it is downloaded. If I disable ESET I can then install it without issues (after re-downloading the file as restoring it from quarantine kills it anyway). Then with ESET running, it kills and deletes it. Now as I trusted this file to be clean I added the download folder and the installation folder into the 'Performance Exclusions ' section of ESET with the \* at the end, so all files and folders were now free of all the types of scan ESET does. Uninstalled the Enigma Virtual Box and the tried to download it - it was immediately deleted. Closed ESET, installed it, Opened ESET, run it - deleted!
    So this app flags antivirus despite being told not to, it is actually trying to connect to the interest...which is why ESET is still deleting it, it is being stopped in HIPS.
    Oddly enough I got it installed by disabling ESET on my Windows 7 Desktop, and after adding the installation directory for this app into the same exclusions - it works fine. But ESET is no longer supported in Windows 7, so it is obviously a symptom of the newer versions. I have submitted it to ESET with a description of the issue.

  • @clamatac
    @clamatac Před 4 měsíci +1

    awesome, you can move and execute de boxed.exe to another pc without doing nothing more!?

  • @vbmdsm
    @vbmdsm Před 4 měsíci

    What I got after installing was a completely different interface and it didn't produce a working program as it didn't seem to allow the Recursive Folder step...useless

    • @Britec09
      @Britec09  Před 4 měsíci

      You installed the wrong program

    • @vbmdsm
      @vbmdsm Před 4 měsíci +1

      @@Britec09 Yes your correct, I paused the video a moment too soon - while your cursor was sitting on the Protector download button...

  • @bondasfaq
    @bondasfaq Před 26 dny

    Scanned with virus total and it say trojan found

  • @machdaddy6451
    @machdaddy6451 Před 4 měsíci

    Could this process be reversed to transplant the program to a different PC?

  • @joeking5211
    @joeking5211 Před 2 měsíci

    I really do have to wonder why a program that creates portable programs is not already itself a portable program. There has to be a reason, and that is what makes me think there is more to it than meets the eye. mmmm ??.

  • @airoria7
    @airoria7 Před 4 měsíci

    I tried this app and I got a trojan virus, followed the instructions and when it finished making the package Microsoft defender flagged it as a virus

  • @Merlinscave2008
    @Merlinscave2008 Před 4 měsíci

    I have installed this little proggie, but antivirus. Does not like it so turn off before install - then make a portable of it as then it will run with anti virus programs.

    • @Britec09
      @Britec09  Před 4 měsíci +1

      That would be a false positive

  • @markclark787
    @markclark787 Před 4 měsíci

    Can you run Synctoy in Windows 11

  • @alangrand3061
    @alangrand3061 Před 4 měsíci

    When you compile a portable app using this program, AV Total reports it has many viruses attached. Beware.

  • @ytpre1631
    @ytpre1631 Před 4 měsíci

    What about virus, can the portable program with virus infect windows?

  • @emchodevetkov9438
    @emchodevetkov9438 Před 4 měsíci

    well done

  • @satransitvideos
    @satransitvideos Před 4 měsíci

    My program I created portable came up as a Trojan

  • @Kuldaprince
    @Kuldaprince Před 4 měsíci

    Top fans gather here🔥, I have been an active subscriber for a very long time now, streaming your videos I want to get my own new gaming laptop kindly help me with your laptop specs for recommendation.

    • @Britec09
      @Britec09  Před 4 měsíci

      Please ask for help on my discord server

    • @Kuldaprince
      @Kuldaprince Před 4 měsíci

      @@Britec09 okay boss

  • @tonyphotiou1742
    @tonyphotiou1742 Před 4 měsíci

    Tried it with quicken 2008. On the PC where the program is installed, it works fine booting from a thumb drive. When trying it from my laptop, I get the following error. "Side by side configuration is incorrect"

  • @oldfatbastad6053
    @oldfatbastad6053 Před 4 měsíci +2

    Audacity already has a portable version 🙄

    • @smirk_2445
      @smirk_2445 Před 4 měsíci +3

      Yes audacity has a portable version but the point britec is making is that by following the steps in the video you can make a program portable 🙄

    • @BoltRM
      @BoltRM Před 4 měsíci

      @oldfatbastad6053 Does not understand
      ¯\_(ツ)_/¯

  • @MohammadSalah1979
    @MohammadSalah1979 Před 4 měsíci

    Allah Bless You

    • @Britec09
      @Britec09  Před 4 měsíci +1

      Thanks

    • @Nick41622
      @Nick41622 Před 4 měsíci +1

      Who?

    • @BoltRM
      @BoltRM Před 4 měsíci +1

      ​@@Nick41622That which is known by many names.

    • @kablammy7
      @kablammy7 Před 4 měsíci

      allah has no blessing -
      demons from hell cannot bless anyone

  • @kablammy7
    @kablammy7 Před 4 měsíci +1

    why did my comment get erased ? ? ?
    my avast antivirus quarantined the boxed exe file so
    i sent the ' boxed ' stand alone program that was made - to virustotal website and it showed 10 antivirus progs that reported it as a virus
    - i put that info in a comment on this video and it got erased ...
    why ?

  • @calvo_en_moto
    @calvo_en_moto Před 4 měsíci

    hello, the programs created with this software, give several "false positives", you have the same problem? thanks =)

    • @Rob_III
      @Rob_III Před 4 měsíci

      I'd be VERY worried and not shrug this off as "false positives". They may very will be, but what does this application do that just zipping a folder won't do? This is a great way to have malware bundled with an "portable" application.