Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. A long time ago, someone posted a link to a program that prevents programs from being loaded on Windows

A long time ago, someone posted a link to a program that prevents programs from being loaded on Windows

Scheduled Pinned Locked Moved The Lounge
databasehelp
21 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jkirkerx
    wrote on last edited by
    #1

    Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

    If it ain't broke don't fix it

    Z M Richard DeemingR T J 9 Replies Last reply
    0
    • J jkirkerx

      Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

      If it ain't broke don't fix it

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      jkirkerx wrote:

      Sorry to interupt the Lounge;

      As you should be. There was important business going on. :doh: Now I have to start over counting.

      There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.

      1 Reply Last reply
      0
      • J jkirkerx

        Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

        If it ain't broke don't fix it

        M Offline
        M Offline
        Mark_Wallace
        wrote on last edited by
        #3

        gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Windows Installer > Disable Windows Installer works for me. When I want to install something, I just temporarily undo it. In a company environment, just leave it disabled for most people.

        I wanna be a eunuchs developer! Pass me a bread knife!

        G Richard DeemingR 2 Replies Last reply
        0
        • M Mark_Wallace

          gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Windows Installer > Disable Windows Installer works for me. When I want to install something, I just temporarily undo it. In a company environment, just leave it disabled for most people.

          I wanna be a eunuchs developer! Pass me a bread knife!

          G Offline
          G Offline
          Gary Wheeler
          wrote on last edited by
          #4

          Unfortunately, that only works for applications that use Windows Installer. If they use something else (Inno Setup for example), the install can go skip past the group policy block.

          Software Zen: delete this;

          1 Reply Last reply
          0
          • M Mark_Wallace

            gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Windows Installer > Disable Windows Installer works for me. When I want to install something, I just temporarily undo it. In a company environment, just leave it disabled for most people.

            I wanna be a eunuchs developer! Pass me a bread knife!

            Richard DeemingR Offline
            Richard DeemingR Offline
            Richard Deeming
            wrote on last edited by
            #5

            That's not going to stop programs that don't use an MSI, though. :) A Software Restriction Policy[^] would probably be a better approach: How to create an Application Whitelist Policy in Windows[^]


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

            M 1 Reply Last reply
            0
            • J jkirkerx

              Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

              If it ain't broke don't fix it

              Richard DeemingR Offline
              Richard DeemingR Offline
              Richard Deeming
              wrote on last edited by
              #6

              You could try using a software restriction policy[^]: How to create an Application Whitelist Policy in Windows[^]


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

              M 1 Reply Last reply
              0
              • Richard DeemingR Richard Deeming

                That's not going to stop programs that don't use an MSI, though. :) A Software Restriction Policy[^] would probably be a better approach: How to create an Application Whitelist Policy in Windows[^]


                "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                M Offline
                M Offline
                Mark_Wallace
                wrote on last edited by
                #7

                Richard Deeming wrote:

                How to create an Application Whitelist Policy in Windows[^]

                Even better. That's probably what the OP is looking for: a UI (possibly created by a CP member) that helps set the whitelist.

                I wanna be a eunuchs developer! Pass me a bread knife!

                1 Reply Last reply
                0
                • J jkirkerx

                  Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                  If it ain't broke don't fix it

                  T Offline
                  T Offline
                  TheGreatAndPowerfulOz
                  wrote on last edited by
                  #8

                  A long time ago, someone said something on the internet -- can you help me find it?

                  #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                  OriginalGriffO 1 Reply Last reply
                  0
                  • Richard DeemingR Richard Deeming

                    You could try using a software restriction policy[^]: How to create an Application Whitelist Policy in Windows[^]


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                    M Offline
                    M Offline
                    Mark_Wallace
                    wrote on last edited by
                    #9

                    It's deja vu all over again!

                    I wanna be a eunuchs developer! Pass me a bread knife!

                    Richard DeemingR 1 Reply Last reply
                    0
                    • M Mark_Wallace

                      It's deja vu all over again!

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      Richard DeemingR Offline
                      Richard DeemingR Offline
                      Richard Deeming
                      wrote on last edited by
                      #10

                      Just wanted to make sure the OP saw the link. :D


                      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                      1 Reply Last reply
                      0
                      • T TheGreatAndPowerfulOz

                        A long time ago, someone said something on the internet -- can you help me find it?

                        #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                        OriginalGriffO Offline
                        OriginalGriffO Offline
                        OriginalGriff
                        wrote on last edited by
                        #11

                        Sure! It's over there, in the bit bucket.

                        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                        1 Reply Last reply
                        0
                        • J jkirkerx

                          Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                          If it ain't broke don't fix it

                          J Offline
                          J Offline
                          jkirkerx
                          wrote on last edited by
                          #12

                          :) glad you guys had fun with the post! and I did see the links and ideas which are great!

                          If it ain't broke don't fix it

                          M 1 Reply Last reply
                          0
                          • J jkirkerx

                            Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                            If it ain't broke don't fix it

                            L Offline
                            L Offline
                            laedit
                            wrote on last edited by
                            #13

                            Wasn't it CryptoPrevent?

                            J 1 Reply Last reply
                            0
                            • J jkirkerx

                              Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                              If it ain't broke don't fix it

                              D Offline
                              D Offline
                              Danny Martin
                              wrote on last edited by
                              #14

                              Did you mean this... ;o)

                              K 1 Reply Last reply
                              0
                              • D Danny Martin

                                Did you mean this... ;o)

                                K Offline
                                K Offline
                                KC CahabaGBA
                                wrote on last edited by
                                #15

                                Nice!!!

                                1 Reply Last reply
                                0
                                • J jkirkerx

                                  :) glad you guys had fun with the post! and I did see the links and ideas which are great!

                                  If it ain't broke don't fix it

                                  M Offline
                                  M Offline
                                  Mark_Wallace
                                  wrote on last edited by
                                  #16

                                  Welcome to the CP Lounge! A place where real diamonds can be found in the piles of manure!

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  L 1 Reply Last reply
                                  0
                                  • L laedit

                                    Wasn't it CryptoPrevent?

                                    J Offline
                                    J Offline
                                    jkirkerx
                                    wrote on last edited by
                                    #17

                                    Yes! That was it! Thanks!

                                    If it ain't broke don't fix it

                                    1 Reply Last reply
                                    0
                                    • M Mark_Wallace

                                      Welcome to the CP Lounge! A place where real diamonds can be found in the piles of manure!

                                      I wanna be a eunuchs developer! Pass me a bread knife!

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #18

                                      Diamonds are great, but the corn and peas are revolting. ;P

                                      When you are dead, you won't even know that you are dead. It's a pain only felt by others. Same thing when you are stupid.

                                      1 Reply Last reply
                                      0
                                      • J jkirkerx

                                        Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                                        If it ain't broke don't fix it

                                        D Offline
                                        D Offline
                                        Daniel Wilianto
                                        wrote on last edited by
                                        #19

                                        I don't get it. A creep walked into your girl's warehouse and install malware into her computer? Why use a cryptoprevent program when you should simply turn on bitlocker on your girl's computer? This unknown person will not be to walk into the warehouse and mess with it then. :-D Of course, this unknown person can bring it home if he wants. I am worried with your girl's home security.

                                        J 1 Reply Last reply
                                        0
                                        • J jkirkerx

                                          Sorry to interupt the Lounge; I remember a long time ago, someone posted a link to a app that prevents people from loading programs on windows 7+ It was written by a Code Project member that hangs out here. I think it was in response to the Russian app that encrypts your hard drive and demands a payment to unlock it. I downloaded it years ago, and put it on this girls computer that I deemed reckless, and it works like a charm, but I can't locate the program or remember the name of it so I can load it on another computer in the warehouse. Here's the story, Literally, somebody walked in the warehouse and connected a phone or something in the USB port and loaded a nasty app that tapped the internet connection, created a sql database, and made recording. Then it called home and transferred the data home to Poland.

                                          If it ain't broke don't fix it

                                          O Offline
                                          O Offline
                                          obermd
                                          wrote on last edited by
                                          #20

                                          You're talking about application white listing. Search for "application whitelisting Windows" into your favorite search engine.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups