Posts posted by Doc Symbiosis
-
-
While playing a little with the shell in winxp64 I stumbled across a strange problem:
When I run the command
tasklist /FI "USERNAME eq %USERDOMAIN%\%USERNAME%" /FI "ImageName eq msiexec.exe"
On a WinXp 64 bit, I get the output
INFO: No tasks are running which match the specified criteria.
on a WinXP 32bit, I get
INFO: No tasks running with the specified criteria.
So nearly the same
But when I run the command
for /f "tokens=1" %i in ('tasklist /FI "USERNAME eq %USERDOMAIN%\%USERNAME%" /FI "ImageName eq msiexec.exe"') do echo anythingon a 64bit xp, I get the output:
D:\>echo anything
anythingon a 32bit xp, I get the output
INFO: No tasks running with the specified criteria.
So it seems, that on a 32bit xp the INFO message seems not to be in the stdout, but it is in 64bit xp.
Can anyone explain this to me?
Especially, does anyone know, where the message on a 32bit xp is redirected?
-
-
-
-
-
-
Hi there,
I've got a strange problem on a computer. Every User has to logoff two times, till Windows does it. So when you click logoff first time nothing happens, when you click it another time, it logs off fine, even if the second logoff comes directly after the first one. Checking the task manager after clicking the first time doesn't show any process, which is very busy.
I really don't have a clue, what the problem could be.
Does anyone else has?
Any help would be appreciated.
-
Perhaps you're looking for the Universal Switch Finder?
-
-
-
Edited by Doc Symbiosis
Do you have integrated additional SATA drivers? This problem occurs, if you don't have integrated the SATA drivers in a right way or if you try to add them from a disk while performing an unattended setup.
I suggest to disable the automatic restart, when a BSOD occurs, with the following regkey:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000 -
For Firefox, I use the following batch to set a configuration script:
IF NOT exists "%PROGRAMFILES%\mozilla Firefox"\defaults\pref\firefox.js echo didnt find config.file && pause && exit
echo pref("network.proxy.autoconfig_url","http://www.mydomain.de/proxy.pl" ); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
echo pref("network.proxy.type",2); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
exitTo make an adequate script, just make the settings in firefox and have a look, which lines are added to the prefs.js file.
Should be very similar for netscape, but we don't use it in the institute, I'm working in, anymore.
-
-
-
-
-
I'm wondering, if it is possible to activate autocompletion for commands like in linux. So for example I want to be able in command line type "xc + TAB" and then have it completed to xcopy.
Furthermore it would be nice to have a possibility to add some fixed path to autocompletion.
Anyone has an idea, if this is possible?
Thanks in advance.
-
-
-
In use the net share command in a cmd-file to make a networkshare.
net share myshare=m:\
Problem is, that it has full access for all users.
Anyone knows, how to make it readonly ( I didn't find an appropriate switch) ?
Title edited -- Please, use [TAGS] in your topic's title.
Please follow XP Forum Rules from now on.
--Sonic
-
-
-
-
tool to install software automatically
in Unattended Windows 2000/XP/2003
How about WPI? Have a look here:
http://www.msfn.org/board/index.php?showforum=93