Posts Tagged ‘user’

A print-bingo.com Video Spotted on YouTube

Wednesday, June 25th, 2014

We’re long-overdue for another blog post, so, we were happy to stumble on another YouTube video from late last year of someone using print-bingo.com for playing while watching horror movies. We don’t have a template for that, but we have a bunch of other bingo templates for our users.

Thanks for the video, librarianfanmail.

A great user generated video about Naque for Unique Names

Thursday, January 21st, 2010

We were absolutely floored to stumble upon this great video about the Naque for Unique Names website!

This clever young fellow, DamageTutorials, seems to really enjoy creating his usernames with unique-names.com.

Not only is it a better quality video than we would ever be able to make, coming from us it would literally be self-promotion. When this fellow does it, it’s much more believable.

Thanks DamageTutorials! You made our day.

Update: Rats, it appears that DamageTutorials’ YouTube account has been deactivated. We’re hosting the video here on the blog, we can’t find contact information for DamageTutorials… so if you happen to see this, drop us a line.

[hana-flv-player video=”http://blog.perceptus.ca/wp-content/uploads/2010/01/youtube-unique-names.com-damage-tutorial-f_0019ba.flv”
width=”425″
height=”344″
description=”DamageTuturials’ video about unique-names.com”
player=”4″
autoload=”true” autoplay=”false”
loop=”false” autorewind=”true”
/]

Here’s the original YouTube video embed, though, it probably will never work again:

Check out the video DamageTutorial’s – Unique names – Thinks of a username for you in seconds on YouTube. Make sure that you turn on your speakers, the narration is quite good.

A free schtasks.exe equivalent for XP Home edition

Monday, December 15th, 2008

It’s funny how one stumbles upon the finer differences between XP Home and XP Professional once in a while. Every good geek knows the biggest limits to XP Home such as no ability to join a corporate network, no Remote Desktop, and no encrypted file system (EFS).  But who knew about a tiny utility that will run a Windows Scheduled Task from the command line? That would be “schtasks.exe”, and it’s not included in XP Home.

The background: I needed a Limited User in Windows to be able to do something requiring Administrative permissions.  There are a few ways to do this, but in this situation, running a scheduled task was the obvious best choice because the task was already there as an overnight maintenance job.

A quick Google search for “run scheduled task from command line” will lead you to the aforementioned schtasks tool.  Well, I could copy the file from an XP Pro workstation, but that would violate Microsoft’s copywrite.

Fortunately, more searching will turn up a reference to an old MS tool “jt.exe” from it’s Windows 2000 Resource Kit.  You can get individual tools from the W2K ResKit here: ftp://ftp.microsoft.com/reskit/win2000/. The license to JT and is much more permissive.  You’re free to use it, but at your own risk.

The “JT” syntax is not straight forward to me.  But these the two examples will probably help:

This lists all tasks: jt.exe /se

This will run (“activate”?) a task (you do not need to include the .job in the TaskName): jt.exe /sac TaskName /rj

On the XP Home Edition computer I was setting this on, the Limited User could run all the scheduled tasks, even when it couldn’t “see” the task in the list. YMMV.

One could  make this end-user friendly by wrapping a batch file around it and put an icon with a link to your script on the Desktop.