Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Kelsenellenelvian

  1. I would be interested in having you guys critique my site. Please be honest and brutal if needed.

    Www.wpiw.net

    I think I might benefit from your opinions

    You'd better IMNSHO:

    1) start a new, dedicated thread to these comments

    2) Remove IMMEDIATELY :w00t: from your site this crappy flickering .gif:

    Mainani.gif

    as it could easily induce epilepsy to a number of people :ph34r: (to me it has the effect of becoming very, very angry at the web designer ;)).

    Great point on the gif. It'll definitely go after your point.

  2. I subscribe to this epic comment:

    "I will save them the trouble. Total number of hours using Windows 10 in the last 3 months: ZERO!"

    +1 :yes:

    I and WPI have taken a stance that windows 10 is a off limits OS for me. WPI will not officially have windows ten support. If people send me mods for WPI and ten I'll ad them but since I will never use ten even in a vm I can not officially support it.

  3. Of the twelve plus years I've had WPI I've gotten less than a hundred dollars per year in unsolicited donations. That not even enough to cover hosting and net costs much less hardware and educating resources.

    Mind you this is also for software that is fully free for private use no limits, nags or differences.

    I've had as many as a hundred thousand downloads in a month also.

  4. b) user talking about removing watermark by paying/buying/donating... where is this written that it will happen? Sorry, but if he is paying for something which has not been specified then he is really stupid. It is same as randomly sending money to someone and then saying that I payed him because I want his car. Isn't it stupid?

    The funniest part is the whole area he has dedicated to managing licenses and activating/deactivation of them, this in itself belies the fact that you are actually buying licenses. You only gain access to them by donating. He can call it what he wants but blue is blue, the kettle is black and most are only donating to get rid of the watermark.

  5. Install this update "https://support.microsoft.com/en-us/kb/3050265"it claims "This update addresses an issue in which system performance can be decreased during scans. This issue has the greatest effect on computers that have a small amount of physical memory."

    "KB3050265 fixes major memory leak in Windows"

     

    Part of that update:

     

    • General improvements are made to support upgrades to a later version of Windows.

    This is one of the updates they have piggy backed the telemetry spyware on. I would suggest he find another solution.

  6. Windows update has long been known to lock up a system with that service for a long time while checking for updates. I bet that's what it is doing. You boot and WU checks for updates in the background locking your system up.

  7. Has anyone asked himself, what this tool is doing? I don't understand f***ing C# or Java but it looks crappy.

    Why he is doing:

                    if (_cmdLineArgs.ContainsKey('r'))                {                    if (Contains<string[], string>(Microsoft.Win32.Registry.LocalMachine.GetSubKeyNames(), HIVE_MOUNT_DIR))                    {                        Console.Write("Unmounting key...                        ");                        if (!UnloadHive(HIVE_MOUNT_POINT))                        {                            Console.ForegroundColor = ConsoleColor.Red;                            Console.WriteLine("FAIL");                            Console.WriteLine("You must unmount registry hive manually.");                            Console.WriteLine("Hit any key to close.");                            Console.ResetColor();                            Console.ReadKey();                            Environment.Exit(-3);                        }                        Console.ForegroundColor = ConsoleColor.Green;                        Console.WriteLine("OK");                        Console.ResetColor();                    }                    Console.Write("Removing \'Packages\'...                ");                    if (RemoveComponentSubkeys(_pkgDirectory + "Packages\\", _comp))                    {                        Console.ForegroundColor = ConsoleColor.Green;                        Console.WriteLine("OK");                        Console.WriteLine("Removed packages successfully.");                        Console.ResetColor();                    }                    Console.Write("Removing \'PackagesPending\'...         ");                    if (RemoveComponentSubkeys(_pkgDirectory + "Packages\\", _comp))                    {                        Console.ForegroundColor = ConsoleColor.Green;                        Console.WriteLine("OK");                        Console.WriteLine("Removed packages successfully.");                        Console.ResetColor();                    }                }
    He removes packages by starting pkmgr twice, why? Why 800 lines for a few simple actions? It's doing it's work but it's outdated for win 8 and 10. But seriously, why removing twice?

    Maybe because he knows what he is doing?

×
×
  • Create New...