I didn't use Vista yet, but I wouldn't like to decided every time the actions to do.
Usually, when I double-click on the CD/DVD icon, I would like to explore the content of the disk.
I don't want to see something asking me "explore disk? autoplay disk? play disk?", I just want to see the directory structure.
I already solved this little need my Win9x platforms with a very little C programme.
Personally, I can't see a valid reason for not putting this little thing (enable/disable autoplay features) somewhere.
Sincerely,
Carlo Bramini
---------- Initial Header -----------
>From : ros-dev-bounces(a)reactos.org
To : "ReactOS Development List" ros-dev(a)reactos.org
Cc :
Date : Tue, 19 Jun 2007 17:05:13 -0600
Subject : Re: [ros-dev] Autoplay configuration.
> On 6/19/07, carlo.bramix wrote:
> >
> > Hello,
> > I would like to suggest the addition of a little feature into ReactOS.
> > Here there is a little reference to be read near my suggestion:
> >
> >
> > http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentr…
> >
> > Autorun could be useful, but sometimes it's very annoying.
> > So: what about adding a little page somewhere for configuring it?
> > Into Win9x it was partially configurable on CD/DVD units, but newer
> > versions of Windows lost completely this ability.
> > I think that a little page with some check-boxes:
> >
> > [ ] Disables Autoplay on removable drives
> > [X] Disables Autoplay on fixed drives.
> >
> > ..etc
> > would be really cool because it fixes a mess into modern Microsoft's
> > products.
> > I think it can be done in 100 lines of code (perhaps even less).
> > If we decide that it can be added, we just need to decide where we could
> > put them.
> >
> > I know that ReactOS haven't autoplay feature yet, but adding its
> > configuration isn't too difficult.
> > Where can it be placed?
> > Personally, I wouldn't add a new applet into the control panel only for
> > it.
> > Or if you don't want it at all, or you don't want it for now, it's ok too.
> >
> > Sincerely,
> >
> > Carlo Bramini.
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
> Personally, I think Windows Vista's autorun/autoplay options are great, and
> it does have a place to change the configuration for them easily. In my
> opinion, Microsoft finally got it right on that version. It even asks
> whether you want the run the program from autorun.inf, so no more holding
> shift while inserting CDs. :) It also gives the other usual autoplay
> options even on CDs that do have a program specified in autorun.inf.
>
> In my opinion, ReactOS should do it the same way, at least as far as asking
> whether to run the program or not when you insert a CD or plug in a drive.
>
> -ShadowFlare
>
> Personally, I think Windows Vista's autorun/autoplay options are great,
and
> it does have a place to change the configuration for them easily. In my
> opinion, Microsoft finally got it right on that version.
I hate autorun and always disable it. I always hate that menu where you can
choose what to do with CD/connected storage device/camera etc.
I`d love to see ROS silent or at least being allowed to disable all those
unneeded extras.
Regards
Caemyr
>People developing ReactOS also usually join our IRC-channel #reactos
>on freenode.
>If you become a steady ReactOS developer, somebody will offer you SVN
>write access so you don't need to submit everything to bugzilla, but
>that will take a while...
If you think you can participate in develompent of any particular
subsystem/part of Ros you should speak with Fireball on #reactos. He may
designate you to some specified field. This could speed up the joining
process, but do it only if you feel experienced enough.
Regards
Caemyr
Hi,your mailling system showed me to send you this mail so you can get the decision on accepting me to join the development-team of ReactOSKind regards,Fatih Yedikapi** Greating from best friend, Fatih Yedikapi **
_________________________________________________________________
Via je PC gratis je vrienden hun PC bellen
http://get.live.com/messenger/overview
Hi I am trying to use the cmd.exe of reactos (on Windows!) with redirected
stdin/out/err. What I try to make is a remote shell application over
internet, and this is an important requirement for me, that it will work
with reacto's cmd.exe.
I have build a test program that will redirect locally. open the process (
cmd.exe at least for now) and will forward output on a EditBox. The whole
process works quite well with the cmd.exe of M$ Windows but its buggy with
the cmd.exe of reactos. More specifically when I start the redirection I
just get the current path and ">" usual prompt, but after that, the
communication gets unresponsive. Whatever I send, there will be no return
messages.
I attached the test project, and I would like to advice me if there is a
better approach that will work for ROS cmd.exe too.
>Hi I am trying to use the cmd.exe of reactos (on Windows!) with redirected
>stdin/out/err. What I try to make is a remote shell application over
>internet, and this is an important requirement for me, that it will work
>with reacto's cmd.exe.
>I have build a test program that will redirect locally. open the process
>(cmd.exe at least for now) and will forward output on a EditBox. The whole
>process works quite well with the cmd.exe of M$ >Windows but its buggy with
>the cmd.exe of reactos. More specifically when I start the redirection I
>just get the current path and ">" usual prompt, but after that, the
>communication gets unresponsive. >Whatever I send, there will be no return
>messages.
>I attached the test project, and I would like to advice me if there is a
>better approach that will work for ROS cmd.exe too.
What you have proposed is basically telnet.
Extremely insecure.
You really should consider using SSH or similar.
Also it looks like you are using pipes to do the transferring from the code
(but I could have misread it), and they only traverse local networks. You'd
be better off with netcat or similar (if you're OK with low security).
You could just use a command line like:
netcat | cmd | netcat
JGR
_________________________________________________________________
MSN Music http://music.msn.no Finn din favorittmusikk blant nesten 1 million
låter
Hello,
I would like to suggest the addition of a little feature into ReactOS.
Here there is a little reference to be read near my suggestion:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentr…
Autorun could be useful, but sometimes it's very annoying.
So: what about adding a little page somewhere for configuring it?
Into Win9x it was partially configurable on CD/DVD units, but newer versions of Windows lost completely this ability.
I think that a little page with some check-boxes:
[ ] Disables Autoplay on removable drives
[X] Disables Autoplay on fixed drives.
..etc
would be really cool because it fixes a mess into modern Microsoft's products.
I think it can be done in 100 lines of code (perhaps even less).
If we decide that it can be added, we just need to decide where we could put them.
I know that ReactOS haven't autoplay feature yet, but adding its configuration isn't too difficult.
Where can it be placed?
Personally, I wouldn't add a new applet into the control panel only for it.
Or if you don't want it at all, or you don't want it for now, it's ok too.
Sincerely,
Carlo Bramini.
So the reason you noticed this was wrong wasn't because DRIVERS SHOULDN'T IMPORT USER-MODE WIN32 DLLS... but because someone else was already exporting it. Sweet.
Hint: Try including #intrin.h next time.
--
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of spetreolle(a)svn.reactos.org
Sent: Saturday, June 16, 2007 5:45 AM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [spetreolle] 27203: revert previous r27194 ntoskrnl already exports InterlockedDe/Increment spotted by hpoussin still fails to link, thans to heisspiter for win32 test
Author: spetreolle
Date: Sat Jun 16 16:45:02 2007
New Revision: 27203
URL: http://svn.reactos.org/svn/reactos?rev=27203&view=rev
Log:
revert previous r27194
ntoskrnl already exports InterlockedDe/Increment
spotted by hpoussin
still fails to link,
thans to heisspiter for win32 test
Modified:
trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild Sat Jun 16 16:45:02 2007
@@ -8,7 +8,6 @@
<library>ntoskrnl</library>
<library>ks</library>
<library>drmk</library>
- <library>kernel32</library>
<file>dll.c</file>
<file>adapter.c</file>
I neved did and never intend to merge hacks from branches into the
trunk.
I don't know where from you are referring to "I'm afraid that
fireballs sollution is merged into trunk in some time"?!
I commented out almost all freeldr's bootsector boot stub in the
branch, does that mean it will somewhen be merged in trunk? Obviously
the answer is no.
I don't know what do you smoke to think it will :-).
WBR,
Aleksey Bragin.
On Jun 16, 2007, at 6:07 AM, Michael Fritscher wrote:
> The problem: the new bootvid needs vga, which the olpc doesn`t have...
> For the other problem (freeloader import problem): He can't press
> enter on
> this machine because of the bios.
> Perhaps that could be better solved by a new option in freeldr,
> which make
> disappear all messages in say 3-5 seconds.
>
> I'm afraid that fireballs sollution is merged into trunk in some time,
> which would hide this problem indead.