topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday June 24, 2025, 1:57 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 166 167 168 169 170 [171] 172 173 174 175 176 ... 225next
4251
Living Room / Re: England Is Grinding To A Halt.
« Last post by 4wd on March 12, 2011, 05:31 AM »
I don't think you'll have to worry about the UK grinding to a halt because of increased fuel tax......you'll be crashing into things long before that.  :P
4252
USB Switch (free software):
http://www.trinit-so....de/en/usb-waechter/

That's only to control what devices can be connected by the looks - it won't actually stop someone running nasty program X if it happens to be on an allowed device.

OK, just installed it and all it seems to do is block new unrecognised USB devices from being installed.  After that, any type of access seems to be allowed.
4253
WRT AutoRun, one of the latest Windows updates, (KB971029), disables it completely for USB with XP onwards.

Could they all have their schedulers set to copy their data files to folders on a remote PC to which users had read-only permissions, so users could get the data off that, without being able to affect the originating PCs?

Conversely, can Security/Group Policy be used to set USB drives to write-only so there's no chance of reading anything off of them?
4254
Living Room / Re: XP multiuser default login
« Last post by 4wd on March 09, 2011, 09:43 PM »
Forgot to mention, I haven't tried to send a password into the prompt yet because I completely forgot  :-[
I was just testing with two non-password accounts but I just tried it with a password and it worked.

That would seem to imply you are in the right place.

Damnit I wish I had time to play with this (office has me pinned to the wall).

Using GetDesktopWindow() I seem to get a consistant handle of 0x00010004, (IIRC), for the Welcome screen, now if I could only work out how to get the icon objects on it....

Of course, using the Classic logon would probably be a lot easier, just needing to send a load of key codes...but, naturally, my friend would rather use the Welcome screen  :-\

UPDATE: OK, bearing in mind I'm just playing in a VM and are stuck with 4:3 modes, the Welcome screen user icons are remarkably consistent in their positioning, (only tested up to 3 users so far).
The centre of the icons are located 60 pixels right of the screen centre and have a horizontal spacing of ~80 pixels, this is from resolution 800x600 -> 1280x960.
So given the location of the first icon, (using a simple lookup table), the position of those below can be calculated fairly easily.

Given the target is a two user system, this is pretty much solved only needing to be tested with wide screen modes to see if the spacing is significantly different.

In all cases the handle for the screen is 0x00010004, if I knew which process was responsible for placing of the icons it might be possible to make it a bit more intelligent.  I thought it was logonui.exe but I can't seem to get the GUI resources it might be using.
4255
Living Room / Re: England Is Grinding To A Halt.
« Last post by 4wd on March 09, 2011, 09:32 PM »
No offence but frankly, if it caused 50% of the cars currently on the UK roads to not be on the road, that would be a Good Thing.   :Thmbsup:
4256
Living Room / Re: XP multiuser default login
« Last post by 4wd on March 09, 2011, 11:56 AM »
What about testing for the logon window name, sending the u/p directly to the appropriate fields, and then posting the LBM message directly to the windows message queue?

That's only going to work for Classic logon though isn't it, (where you type in a user name)?

Pretty sure my friend's only interested in using the Welcome screen.

Forgot to mention, I haven't tried to send a password into the prompt yet because I completely forgot  :-[
I was just testing with two non-password accounts but I just tried it with a password and it worked.

If you elevate your application to LOCALSYSTEM privileges, everything is possible...

I'm running it from gpedit->Windows Startup script so it already has SYSTEM privileges, (I believe), or is LOCALSYSTEM a little/lot different?
4257
Living Room / Re: XP multiuser default login
« Last post by 4wd on March 09, 2011, 05:48 AM »
Yes, it'll be interesting to see - however that was one of the strange things I found when I was trying to get the WiFi Detector working.

For some reason I was able to interact with the initial Welcome screen, (ie. putting a tooltip on it), but not with any subsequent Welcome screen after the user logged off even though the program was started at logoff, (or after logoff using the AT command).

I would of expected not to be able to interact with the Welcome screen at all.  Even AutoIt isn't designed with this kind of thing in mind but it still did it, (on the initial Welcome screen anyway).

So my thinking is if I can get a tooltip on the Welcome screen, which I shouldn't be able to, then getting the mouse to move should be easy....FLW.

Anyway, if I come up with something I'll let you know.

UPDATE: Well it works, I can get it to logon after a delay using AutoIt to click on an area - now I just got to work out my ratios so it'll work with different resolutions.  Probably have to use a look up table of some kind depending on number of users vs offsets.
4258
General Software Discussion / Re: Win32DiskImager problems ...
« Last post by 4wd on March 08, 2011, 11:12 PM »
Obviously you were holding your tongue the right way this time  :P
4259
General Software Discussion / Re: Win32DiskImager problems ...
« Last post by 4wd on March 08, 2011, 08:59 PM »
Try version 0.1, (downloadable here), as reported here by people with the same problem.

Wrote some img files to USB ok. When I write img files to a 16GB SDHC card, I get a write error - Not enough disk space. Tried various img from 53MB to 6GB with no success. SDHC is not faulty. Help please, any suggestions?

Same here... getting same error on 2gb micro SD... downloaded version (0.1) and all worked well.
4260
Living Room / Re: XP multiuser default login
« Last post by 4wd on March 08, 2011, 04:29 PM »
Thanks for the answers folks.

<Technogeek warning>  :D
@SJ: Well actually, the problem with the WiFi Detector is it wouldn't run on subsequent logons, (initial was OK), and I don't believe that will be a problem here because I'm pretty sure it's only for the initial machine power on logon that it's required.  I'll have to ask him.

Thanks for reminding me SJ, if I can get it to just send mouse movements, LMB click, put a password in the keyboard buffer and then exit then it should work.  Test for mouse movement during timeout will signify someone's driving the machine and cause it to exit.

Hard part will be working out the location of the logon icons, a fair bit of trial and error, but maybe work it out for one resolution and then possibly use a ratio for other resolutions.

Fun, fun, fun - back to the AutoIt blackboard.
4261
Living Room / XP multiuser default login
« Last post by 4wd on March 08, 2011, 07:37 AM »
Hi all, I have a friend with XP Pro who wants to set up another user on his system so there's a choice when the Welcome screen pops up but also have it log in as one of the users after a suitable delay.

eg. You get to the Welcome screen with a choice of UserA or UserB but if there's no input after 30 seconds then it'll default to UserA.

Is that possible under Windows?

I know you can set a automated login but there's no way to delay it AFAIK.

Or is it possible to set a login using a specific user account via the boot.ini menu?

That way you get your delay but skip the Welcome screen.  Just had a quick look but couldn't see any relevant parameters.
4262
Living Room / Re: Win 7 XP mode
« Last post by 4wd on March 08, 2011, 05:10 AM »
The "need" is a BigFish game they already have a license for -- Luxor 2, I think --

If it's the same game as this, (and the screenshots look the same), then I downloaded the demo, installed it and played the first level fine on my Win7 HP x64 machine.
4263
Living Room / Re: $1,000,000 Bet That Apple Pulls from Retail
« Last post by 4wd on March 07, 2011, 10:42 PM »
More fun and games from Ruslan Kogan: TradeLeaks.com
4264
General Software Discussion / Re: Temporary Toggled Port Blocking
« Last post by 4wd on March 07, 2011, 12:59 PM »
It took a while, but I've found the thread I mentioned, and it has a solution as well :up:
Looked, but it seems like most download links there have been removed?

There are no download links, it's attached to the third last post.
4265
Living Room / Re: Win 7 XP mode
« Last post by 4wd on March 07, 2011, 04:18 AM »
Don't forget VMLite XP Mode which uses the XP Mode installation image you download from Microsoft.
4266
Finished Programs / Re: DONE: On Screen Button That Sends Keyboard Commands
« Last post by 4wd on March 05, 2011, 01:35 AM »
Yoohoo!  nudone!

Looky what we got for you :)

bfa3_mimo_mini_usb_monitor.jpg
4267
Wouldn't it be easier to set a decent password on the account and, (IIRC), then answer Yes to Make all my files private?

And don't lose the password.
4268
General Software Discussion / Re: Windows7 user administration question
« Last post by 4wd on March 03, 2011, 05:19 PM »
Right click.

Go to Properties.

Security Tab.

Click Advanced.

Owner Tab.

Edit.

Using TakeOwnership is a little easier.

ie. Right click -> Take Ownership

Ownership changes from Administrators to current user.

BTW, it's not recommended you do this on any Windows system folders, (Users, ProgramData, Program Files, Windows, etc), you'll most likely FUBAR the system.....I know, I've done it :P

I am on Windows7 64bit

Home, Pro, Ultimate, Enterprise?

Single user system?

Multi-user with only one admin, (you) ?
4269
General Software Discussion / Re: Splashtop: Linux for Windows users
« Last post by 4wd on March 02, 2011, 03:38 AM »
According to their site, only a short list of HP computers are supported...nothing else, unless it was preinstalled on it when you bought it.

Then you can try xPUD, (works fine on my Aspire One), which I mentioned here, (along with SplashTop and InstantOn a few posts down).
4270
Site/Forum Features / Re: Suggestion for Modify of your last post
« Last post by 4wd on March 01, 2011, 10:02 PM »
Sometimes I edit 4 or 5 times to get it right with typos.

Don't you mean: "...get it right without typos." ?

:)
4271
Post New Requests Here / Re: IDEA: Block/Unblock all network traffic button (one-click)
« Last post by 4wd on February 28, 2011, 11:23 PM »
You're right, strange it didn't do it when I initially had it going.  Oh well, back to the drawing board, looks like I broke something when I added the All Interfaces.

Did v0.21 work OK, (removes the All Interfaces selection)?  DOH! No one had downloaded it.

Rephrase: Does v0.21 work OK?
4272
Does anybody remember what the upgrade price was from 8 to 9? Is this cheaper than the upgrade price will be for 9 to 10? I remember it wasn't cheap.

It was 41% of 85 aussie dollars -> 34.85

AU$89 for Dual + 1 x SFTP + 1 x USB, (that's including 10% GST for us locals), back in May 2007.
4273
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by 4wd on February 28, 2011, 08:46 PM »
I understand the possibility to rewrite shortcuts not in the original folder, only in the target folder. That's the transformation.

This was in the case where you wanted to shift all the targets of shortcuts to somewhere else so you could delete the files in their original locations.

I understand the possibility to delete shortcuts in the original folder, but for me is not interesting this thing.

This was so you could use it like a simple backup/organisation kind of thing.  eg. You could collect shortcuts to various files/folders on your drives into one folder, (without having to physically move them), then later, (say once a week/month), just run the program to copy them all to one place without doing it one at a time.  The shortcuts are deleted ready for the next time you want to do it for a different set of files/folders.

I had to add the shortcut deletion anyway for the rewriting section so I made it a separate option.

One thing I forgot to do was check to see if there's enough drive space on the destination, so I think currently if you run out it'll just show up as failed copies in the log.  Calculating total copy size is something I can add but it would probably slow down the operation if there's folders with lots of files.  Something I'll look into.
4274
Site/Forum Features / Re: Suggestion for Modify of your last post
« Last post by 4wd on February 28, 2011, 08:33 PM »
Crap, I just noticed you could change the subject
I thought you could only do that if you're the thread starter?

You're right, just tried it.

It only changes the subject of your reply, so if you didn't start the thread it's useless in respect to what I'm suggesting.
4275
Living Room / Re: Help with Win7 Multi-Monitor problem
« Last post by 4wd on February 28, 2011, 08:00 PM »
I just plugged a Dell 1704FPT via a DVI->VGA adapter into my HD4850, (main monitor is a ViewSonic via DVI), and rebooted.

Both monitors displayed BIOS info, the ViewSonic displayed Windows 7 startup, and then when the Desktop came up on the ViewSonic it was extended to the Dell.

Using Catalyst 10.12 here on 7HP x64 but not SP1.

You haven't said whether the Sony will function if it's the only monitor plugged in.

Have you checked the Sony website for monitor drivers?
Windows might not have correct/up-to-date drivers with the right frequency characteristics for the monitor.

According to Sony, Windows 7 is not on the list of supported OS': SDM-HX93
Pages: prev1 ... 166 167 168 169 170 [171] 172 173 174 175 176 ... 225next