Recommended Posts

Hello, everyone. My name is CyanPrime aka William Starkovich. I'm here cause I want to show you all my simple app launcher dock I started on yesterday.

What does it do?

Well it lets you skin it, and each button on it (8 buttons), and it lets you run command line arguments from the data\args.cfg file. The command line arguments allow you to open up a browser and start it on youtube or something, and even let you launch steam games directly.

should work on XP - 7, x86 or x64.

needs .net 4.0 to work.

I'd really like some feedback on it, and maybe new ideas, but please go easy on it, as it was only made yesterday.

-Download-

https://dl.dropbox.com/u/28109593/simpledock-0.0.2.zip

Link to comment
https://www.neowin.net/forum/topic/1117009-simpledock-v001/
Share on other sites

People are wary of downloading and running a piece of software that requires admin access from someone who has just joined the forum. Also, Chrome is marking this as malicious. However, I completed a cursory analysis of your software and it doesn't appear to be malicious from the code I saw (not that I'm vouching for it's complete safety).

It does seem very primitive and that it would require quite a bit more work before it could be useful to people. I would suggest making what you have more stable and complete and then coming back for some feature suggestions.

Okay, first of all, this needs .net 4.5, not 4.0. I can't seem to edit my post so sorry about that. Second, is the screenshot. I need to tell you all that this is a very basic wip design, it is reskinable, and is getting a new default skin very soon. each button can be reskined as well, so you can make icons for your apps.

https://dl.dropbox.c...93/dock-ss1.png

Also, it asks for highest privalages so it can be sure to run what ever programs you can run.

screen shots? Is it portable if so i can try it out when i leave work.

Yes, sir. It can even have relative paths to the programs you wanna run, just use ".." (without the quotes) to go up a directory.

Also, it asks for highest privalages so it can be sure to run what ever programs you can run.

You do not need admin rights to run whatever the user can run. By default your application will have the same rights as user.

You are also then launching applications with admin privileges that don't necessarily deserve them.

Take a look at this question to see how you can run your application with user rights and then launch applications with admin rights if need be: http://stackoverflow...h-higher-rights

Come on. Insert the photo of your app. DB is blocked and has been blocked by every company I have worked with. There is a little check box to show image in your posts.

What makes this stand out from other application launchers. This is a v.0.1 release so it will not be received well at first. even you friends do not want to try it out??

If I am going to test out some software I will not go easy on it. If it sucks I will say so, if it looks like a turd I will tell you.

should work on XP - 7, x86 or x64.

needs .net 4.0 to work.

this is wrong answer. You should have tested this on systems even before putting out into the public. Now you need to include Win 8 too.

Come on. Insert the photo of your app. DB is blocked and has been blocked by every company I have worked with. There is a little check box to show image in your posts.

What makes this stand out from other application launchers. This is a v.0.1 release so it will not be received well at first. even you friends do not want to try it out??

If I am going to test out some software I will not go easy on it. If it sucks I will say so, if it looks like a turd I will tell you.

this is wrong answer. You should have tested this on systems even before putting out into the public. Now you need to include Win 8 too.

Here is the picture inserted. Keep in mind that this is pretty much only to prove it's a dock, as it is easily skinable, and will be recieving a new skin soon. To put it bluntly: only a idiot would judge this app based on this picture. That said, it also shows you the button placement, which can not change, so if you think a button can be changed or something (mainly close, or the decor check box) I'd like feedback on that.

What makes this stand out from other application launchers. This is a v.0.1 release so it will not be received well at first. even you friends do not want to try it out??

If I am going to test out some software I will not go easy on it. If it sucks I will say so, if it looks like a turd I will tell you.

Nothing makes it stand out yet, it's only been a god damn day since it was made. That's like asking a writer what makes his book standout from others when he hands you a idea he wrote down. I don't know what direction to go with this dock, that's why I'm asking for ideas...

As for my friends, apparently they aren't as good of friends as I thought, also I want opinions from other developers as well, and none of my developer friends have responded yet, and most likely wont.

Also I guess you're not a developer if you can't tell the difference from a proof of concept from full on 3 year old software, thought you are right that normally I wouldn't make it public yet. I was basically forced to make it public because my friends and groups wouldn't give me a damn reply..

HpmUj.png

Sorry this reply took so long. My boyfriend is over, so I'll be kinda being slow with dev until tomorrow. I am looking to implement the_architect idea to make simpledock not ask for admin privs ASAP, so look forward to that!

This topic is now closed to further replies.
  • Posts

    • Here is how I fixed Windows 11 not booting after clean installation by Taras Buria Story time. A couple of weeks ago, I experienced a very odd thing with my computers. I was trying to reinstall Windows 11 on my primary device, and everything was going smoothly until the installer performed the first restart. After that, my computer entered the boot disk selection screen instead of continuing the setup process. Huh, that's odd, said I, and selected Windows Boot Manager only to see it fall back into the same screen right away. Then I tried booting from the USB drive with the same result—the PC kept returning to the boot device selection screen, and removing the drive would send my PC to UEFI, again, with no way to launch Windows 11. I fired up my spare laptop, which has been sitting unused for quite a while, to see if I am dealing with a defective USB drive. Nope, Windows 11 installed and started without issues. After trying another drive and checking all the possible settings in UEFI, I decided to try disabling Secure Boot. Lo and behold, Windows 11 started as it should have been in the first place, continued the setup process, and reached the initial setup screen. Victory! After I finished the setup and applied all updates, I re-enabled Secure Boot, and Windows 11 started without issues. Some time later, I tried reinstalling Windows 11 on my laptop only to experience similar issues, with UEFI claiming a Secure Boot violation. I checked whether the drive works on my main PC, and yes, it installed Windows 11 without errors. I scratched my head, went to UEFI, turned off Secure Boot, and installed Windows 11 without issues. After that, I enabled Secure Boot. Note: I used the official Media Creation Tool app for my USB drive. Also, UEFI was properly configured for Windows 11, including no Legacy Mode, a GPT-partitioned drive, and TPM and Secure Boot enabled. From my experience, if you are dealing with similar symptoms, I recommend two things: If you use old Windows 11 install media, create a new one with the latest Windows 11 release, especially if you know your PC already has the latest Secure Boot certificates. If you cannot create a new one, turn off Secure Boot, complete the installation, download all available updates, and then re-enable Secure Boot in UEFI. Note that you need to turn off Secure Boot after installing Windows 11. Otherwise, the installer won't run, claiming a hardware requirements mismatch. I believe the problem hides in Secure Boot certificates that expire this month. Microsoft is currently rolling out new certificates, and maybe a mismatch was causing these issues for both of my systems. I am out of my depth to make a definitive statement; this article is flagged as "Opinion," as I only share my experience and some tips on how to fix the problem. If some of you possess deeper knowledge and understanding of the situation, please share it in the comments. As for everyone else struggling with computers not booting after a clean install, the two steps above should get you out of the pickle.
    • I gave the tool a chance the other day to make a USB. An hour later it was stuck at 0% downloaded. I downloaded the official ISO, downloaded Rufus, and made the USB myself in 15 min.
    • <Moved to software discussion and support> I've got fond memories of Winamp. Changing the skins, the different visualisations etc. But now I just need a simple music player. MSN messenger would be another one, MSN Messenger Plus (I think?) offered so many different plugins. But again, it probably wouldn't work for me these days. And then there is miRC. i think it's still going these days, but lord i had fun with that back in the day. Now it's mostly stuff like Discord, WhatsApp group chats, Signal, Telegram... /me is showing his age...
    • ive always been fascinated by old software this is an old video player for windows from apple
  • Recent Achievements

    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      94
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!