+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 24
Windows Thread, Simple Application launcher (very young kids)? in Technical; I could use some kind of app launcher to run at startup that's a bit less fiddly for very young ...
  1. #1

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97

    Simple Application launcher (very young kids)?

    I could use some kind of app launcher to run at startup that's a bit less fiddly for very young kids e.g. Early Years. Something like this command would do but C: is hidden and un-explorable via GPOs so it won't work:

    C:\WINDOWS\explorer.exe "%userprofile%\start menu\programs\early years"

    I could point that at somewhere that isn't un-explorable C:, but that would be across the network and I could also put the links on their desktops, but I'd rather not do either of those if there's a little app somewhere that can do the trick. Worst case I'll probably write one, but I suspect it's a teensy bit harder than it seems.

    Basically all I need is something you can point to a folder with LNKs in that will display them as nice big icons and launch them.

    Any ideas?

  2. IDG Tech News

  3. #2


    Join Date
    Jan 2006
    Posts
    6,457
    Thank Post
    324
    Thanked 740 Times in 557 Posts
    Rep Power
    201
    The sugar ui is designed for this. not sure if it works on windows, but perhaps you could run virtually

    Sugar Labs?learning software for children

  4. #3

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97
    Interesting, you can run that on an otherwise Windows box (Sugar on a Stick - a VirtualBox VM you boot from USB) but it doesn't match the requirements.
    Last edited by PiqueABoo; 22nd August 2009 at 11:48 AM.

  5. #4

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97
    I surrended this evening and have just half-done my very first WPF app which was interesting. I've sorted out the basic ingredients, that is enumerating start menu folders for *.LNKs, obtaining and displaying the big icons that lauch the apps. Half-done because I'm struggling to think of a plausible GUI layout that would be significantly different from "RM Explorer" and for some reason that pains me.

    Sooo... is there anyone out there who has seen the aformentioned RM app and thought "That would be much better for these little kids if they'd done X"? If so, what was X?

    [Probably will anyway, but I promise to give the result away if I get a compelling answer]

  6. #5

    Join Date
    Oct 2006
    Posts
    2,935
    Thank Post
    171
    Thanked 273 Times in 215 Posts
    Rep Power
    91
    Quote Originally Posted by PiqueABoo View Post
    I'm struggling to think of a plausible GUI layout that would be significantly different from "RM Explorer" and for some reason that pains me.
    Have a look at Ubuntu Netbook Remixes interface.

    http://www.ubuntuproductivity.com/jo...remix-home.png

  7. #6

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97
    Ubuntu Netbook Remixes interface.
    Hmm.. I may well go for that. I'd been contemplating the current MS layout (3 vertical panes) for pretty every management GUI... programs groups obviously go in the left pane, shortcuts in the middle, but I couldn't think what to put in the right pane.

    Seems obvious with hindsight having looked at that Ubuntu Screenshot now, but yes that's an ideal place for file system shortcuts (drives, folders).

  8. #7
    somabc's Avatar
    Join Date
    Oct 2007
    Location
    London
    Posts
    2,333
    Thank Post
    82
    Thanked 388 Times in 258 Posts
    Rep Power
    107
    Apple has a feature to do this called simple finder in parental controls or there is always B.O.B


  9. #8

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    An intranet web page?

  10. #9

    russdev's Avatar
    Join Date
    Jun 2005
    Location
    Leicestershire
    Posts
    7,122
    Blog Entries
    3
    Thank Post
    354
    Thanked 485 Times in 312 Posts
    Rep Power
    136
    I have not tried it but this acts a replacement shell.

    kidsmenu

  11. #10

    Join Date
    May 2009
    Posts
    103
    Thank Post
    11
    Thanked 5 Times in 5 Posts
    Rep Power
    7
    Did you ever get anywhere with this?

    I really need to do the same thing here.

    Any advice would be much appreciated.

  12. #11

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,848
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224
    Abit late, but you could always make a simple HTML page with links to apps or websites and set it as the active desktop

  13. #12

    Join Date
    May 2009
    Posts
    103
    Thank Post
    11
    Thanked 5 Times in 5 Posts
    Rep Power
    7
    I thought about that but how easy is it to get the html page to read a list of links and associated icons from a text file for instance (for when you install new apps).

  14. #13


    Join Date
    May 2009
    Location
    Bedfordshire, UK
    Posts
    1,935
    Thank Post
    244
    Thanked 389 Times in 230 Posts
    Rep Power
    115
    I used to use something like this for myself when I had just too many icons on the desktop. You can add a java dropdown menu into the page, which can link to folders on the pc or network. If you know what your doing, you can also set hyperlinks that run programs for you as well. In the long term I hope to set this up for my primary school, to replace the useless winsuite we have at the moment.

    Dreamweaver is very good for this sort of thing i found, though I'm relatively new to Web development, so there's no doubt something that does it a lot better.

  15. #14
    box_l's Avatar
    Join Date
    May 2007
    Location
    Herefordshire
    Posts
    338
    Thank Post
    52
    Thanked 68 Times in 56 Posts
    Rep Power
    22
    we use Xia links

    XIA Links - CENTREL Solutions

    unlimited users in one domain is only £100

    in all our primary schools (64 schools)

    Regards

    BoX

  16. Thanks to box_l from:

    TheLibrarian (26th January 2010)

  17. #15

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97
    Did you ever get anywhere with this?
    Yes, but it got bumped down the priority list before I finished. I'll pick it up again sometime, but not for a couple of months.

    XIA Links looks like a potentially handy product, but the video doesn't show me some key bits e.g. I take it you do this centrally and you can add domain and/or local groups in the Audience bit?

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Angus Young
    By Batman in forum General Chat
    Replies: 24
    Last Post: 10th July 2009, 11:20 AM
  2. Zenworks Application Launcher Alternative
    By mmoseley in forum Windows
    Replies: 0
    Last Post: 25th August 2008, 07:38 PM
  3. zenworks application launcher - remove an icon
    By LCPSWolf in forum Netware
    Replies: 2
    Last Post: 8th August 2008, 12:14 PM
  4. Replies: 4
    Last Post: 20th June 2008, 05:26 PM
  5. Quick Launcher
    By mattx in forum Scripts
    Replies: 9
    Last Post: 13th May 2007, 04:17 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •