Displaying 20 results from an estimated 100 matches similar to: "Re: Sysinternals autorunsc.exe"
2010 Jun 25
2
Sysinternals autorunsc.exe
Hi all,
Sysinternals have just released a version of their autoruns command line tool that's capable of scanning an offline windows install for images configured to start automatically (very useful for tracking down malware).
How likely is it that it could be made to run under wine on Ubuntu? I've got to the point where I have my NTFS partition mounted, I then issue the command:
---
$
2010 Jul 27
1
Re: Sysinternals autorunsc.exe
Gert van den Berg wrote:
> A drivers houldn't be needed for registry files copied from another PC and not actively loaded?
Only kernel can load registry. And obviously if you trying to load registry that overrides your system registry one need some drivers to work around that.
Of course you can open registry hive as a simple file and try to parse it. However this isn't trivial and
2010 Jul 01
9
how to install freephoneline.exe from CLI
Looking at:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591
What are the steps to install this application? Yes, it's a garbage
application, but I'd like to at least give it a go. Looks like msiexec
apparently isn't the right approach. Should that be through wcmd instead?
thufir at ARRAKIS:~/.wine/drive_c$
thufir at ARRAKIS:~/.wine/drive_c$ msiexec
2005 May 12
1
ast_yyerror - 'space' in Caller-ID - string comparison
I've some code to manipulate incoming Caller-ID - so its suitable for
replying to...
[sipdef]
exten => s,1,NoOp(FWD SIP: "${CALLERIDNAME}" <${CALLERIDNUM}>)
; Alter incoming calles from pulver - add a '87'
exten => s,2,Gotoif($[${CALLERIDNAME} = ${CALLERIDNUM}]?3:4)
exten => s,3,SetCIDName(87${CALLERIDNUM})
exten => s,4,SetCIDNum(87${CALLERIDNUM})
exten
2009 May 05
5
HandBrakeCLI crashes when converting
Hello!
At first, i want to run the latest HandBrake (version 0.93) on a Mac with Mac OS 10.4 (Tiger).
The problem is, that Handbrake is developed for Mac OS 10.5 (XCode SDK is not compatible to Mac OS 10.4 one).
So i decided to try it with wine/darwine.
Because wine is better supported on Linux and you can get easier newer version (apt-get), i decided to run HandBrakeCLI.exe on Debian Etch
2013 Nov 15
0
gpo not working
Hello people:
First, excuse any misspelling, english is not my mother tongue
I'm triying a simple gpo, put a fixed image as wallpaper on all the pc
connected to the dc but is not working.
Using the remote administration tool had has defined an Organizational
Unit with one user and defined a policy with two restrictions
1) use a shared image [ \\dc\common\backgroud.jpg ] as wallpaper
2)
2006 Aug 01
2
Crypto API
AB Spam/AV Checker..-Message-ID: <1154377473107014403@www.autobaun.net>
Hi all,
I am getting an error when starting Dungeons and Dragons Online:
Stormreach. I am able to get the game to run, but when trying to login to
their auth server I get a windows error of "Unable to initialize crypto
API". I am wondering if there is a way around this error using the windows
dll's or
2009 Mar 12
3
Symantec Ghost Explorer 11
Hi guys
I was wondering if anyone can help me with the issues I'm having with
ghost explorer 11? I need this to run on my Fedora 10 box. I have faith that wine can do it!
Anyway, I have wine on the default settings and run :
# wine Ghostexp.exe
The ghost explorer window opens great but I do have the following in the shell
fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
2006 Jul 11
1
Can't get xfire to run with wine
I get the following
==============================
boast@boast:/media/windows/Program Files/xfire$ wine xfire.exe
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:msg:PeekMessageW PM_QS_xxxx flags (0407) are not handled
fixme:heap:RtlCompactHeap stub
fixme:msg:PeekMessageW PM_QS_xxxx flags (0020) are not handled
fixme:msg:PeekMessageW PM_QS_xxxx flags (0020) are not handled
2010 May 22
1
Multiple regressions in alt.binz
Alt-binz 0.28.5 used to run fine under Wine.
It have recently started using significantly more memory and since
1.2-rc1 it gives an error when starting up.
I'm currently running a regression test for the error. The memory is
harder to test, since it grows slowly. (Any other factors that can
cause it? I'm now running Compiz an)
Log for when it gives error: (Launched with alias that
2009 Mar 05
3
Recient Problem in wine
Hi,
I have recently done an update with wine through the Ubuntu auto updates but now my dreamweaver is crashing when running it.
I was wondering if the update could have caused the problem.
My Error results are as follows....
Code:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7a0,0x00000000), stub!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
are working now, using our own implementation of a COM-RPC-Server.
If you want to test a Server/Client-Pair - here's our free Download:
www.datenhaus.de/Downloads/dh_RPC.zip
For a successful test under wine, you have to Install
the Redistributables of an actual VB6-Runtime
and some ADO-Distributable >=2.5 first.
I've tested the whole thing under a Debian-Sid with a somewhat
older
2007 Oct 11
1
problem to install itunes 7.4.3 with wine 0.9.44
Hello,
I'm on debian lenny (testing) with wine 0.9.44.
When I try to install itunes 7.4.3, I've an erreor at install time even
if I realunch the installation, so I don't have the directory itunes on
c:\program files.
For my configuration of wine, I've just changed the default OS from
"Windows 2000" to "Windows XP", and I select Alsa for audio configuration.
2010 Oct 23
1
FirefoxPortable and ThunderbirdPortable and Wine 1.3.5
Hi,
I've a problem with FirefoxPortable and ThunderbirdPortable (a version of Firefox and Thunderbird from PortableApps).
The were running fine until some weeks ago but, I guess after a system upgrade (I use arch linux) which included wine upgrade they don't start anymore.
Anyone has experience of them working under wine 1.3.5 (the current versione of wine)?
Or has an idea about the cause
2006 Feb 09
0
psexec from sysinternals - did anyone run it under wine?
psexec util (from sysinternals) is a tool which allows to execute
commands on a remote Windows machine.
A command like that:
psexec.exe \\192.168.1.147 -u Administrator -p password C:\test.bat
would run C:\test.bat as administrator on a Windows workstation with IP
address 192.168.1.147.
Quite cool, you don't have to install anything additional (like SSH
server) on Windows, and you can
2011 Aug 05
2
Issues Building WINE 1.3.25 and 1.3.26 on Aptosid AMD64
Hello, all:
Last week I purchased a new computer that had significantly more RAM than the 3GB my last system had, and as such I moved from the i386 version of Aptosid to the AMD64 version. My new system also has a dedicated video card instead of the integrated graphics my last one had, so I was anxious to get myself set up with Portal and Portal 2.
Upon installing debs for 1.3.25, I found that
2011 Aug 10
3
MS-Office 2003 crashes when loading documents
I've had a problem with opening existing documents for some time now, but attributed the problem to the number of upgrades my computer has been through. However last week I installed a copy of Ubuntu Maverick and KDE3.5 on a freshly-wiped machine, and I'm still having the same problems. Hopefully someone can help? I have a laptop running ubuntu karmic, and Office 2003 runs fine from
2009 Sep 03
1
Anyone?: got Altera Quartus II version 9 SP 2 working?
Hello All,
I'm new to Wine and this forum so please be gentle.
I'm trying to run the freely available web version of Altera Questus II Version 9 sp2 in Ubuntu linux, unfortunately without any luck.
I can install and run quartus.exe.
However if I make a project and press "compile" I get a error:
_______________________________
Microsoft Visual C++ Runtime Library
Runtime Error!
2008 Aug 26
2
Steam crash when installing/launching any game.
hey guys, I posted a thread over at the ubuntu forums as well.
heres the link.
http://ubuntuforums.org/showthread.php?t=900688
Hey guys, I am having a problem running steam on wine.
I am running the latest wine from the respos. and i am on hardy. 86 x64. I have a nvidia geforce 9600gt with the latest drivers installed.
When i try to install steam it loads fine with no errors at all. I can
2008 Nov 19
6
"Exact Audio Copy" crashes
I have installed EAC. It starts, looks correct but when the cursor moves over the EAC window it disappears and I can't reach any controls. The window is possible to move around but no access to the program. When I close the program I have to force it to finish. I'm running Fedora 10.