similar to: Sysinternals autorunsc.exe

Displaying 20 results from an estimated 130 matches similar to: "Sysinternals autorunsc.exe"

2010 Aug 02
0
Re: Sysinternals autorunsc.exe
I thought that accessing an "Offline" registry file is like parsing a copy of a registry file that is not in use or, like you said, actively loaded by the oprating system. Registry files in Windows are normally located under "C:\WINDOWS\system32\Config" for system hives and "C:\Documents And Settings\Username" for user hives. I open these files in
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
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
2014 Nov 12
2
upsonic IRT1000 on ubuntu 14.04lts
Can someone give me a push in the right direction with this? I'm trying to get an upsonic IRT1000 to work on ubuntu 14.04lts using the usb connection. The most likely drivers (blazer_usb and usbhid-ups) don't seem to recognize it or I've got the configuration parameters wrong. I've got no idea what driver it actually wants though there's an old thread that seems to have got
2009 Apr 06
3
The Rosetta Stone : Installer doesn't work
Hello, I'm trying to install The Rosetta Stone v2.08 (language learning software) on a Debian Squeeze (w/ linux 2.6.28-2~snapshot.12850 for my wireless card) using wine 1.1.18. Running the autorun.exe (with ALSA as audio driver in winecfg) starts on working well, asking me what language the install should be in, and then allowing me to click on "Run installer". At that point,
2013 Sep 08
2
3.12rc1-pre Nouveau? oops
Hi there, with the latest snapshot of linus tree, i see a stack trace and my system does not start X! Maybe someone finds this useful! (3.11 is working like a charm) BUG: unable to handle kernel NULL pointer dereference at (null) IP: [< (null)>] (null) PGD 24eaa0067 PUD 24e7ac067 PMD 0 Oops: 0010 [#1] PREEMPT SMP Modules linked in: bnep snd_hda_codec_hdmi
2010 Dec 22
1
Oddness with SMB, PsExec, Win 7, etc...
Hi, I've got a simple PHP script which is using psexec from sysinternals to execute commands on a remote machine (which uses SMB under the hood). If I run it from DOS it works fine. If I run the same script via apache it hangs. Fired up Wireshark and had a look at what was going on. In the working version the treeconnect calls go to the IPC$ and then the ADMIN$ accounts on the remote machine.
2003 Feb 07
0
Changing SID on Windows boxes (plug)
This sounds like an advertisement, but I've got nothing to gain. Just thought you might like to know about this. If you're cloning a bunch of Windows boxes, you'll have a problem with SID's... they'll all be the same. That's a bad thing. Maybe you have a need to change a SID... perhaps a dual-boot box where you want the computer names and IP addresses to be the same. This
2001 Oct 28
0
YASNPP - Yet Another Stupid Newbie Printing Problem
Hi all, I have a small peer-to-peer network of machines (3 * W98, 1 * Redhat7.1) with two printers (1 * HP6L, 1 * Lexmark Z22) hanging off the back of one of the W98 machines and have an odd problem. I am still a newbie with Linux, finally getting things up and running (sort of) after several weeks of fiddling around and innumerable reinstalls. I've finally seemed to have got Samba
2005 Feb 15
14
X-Lite Softphone
Hey Everyone, I downloaded and installed the X-Lite softphone the other day (the lite version) and cannot seem to get it to work well. Don't get me wrong, it registers with my asterisk server and everything seems to work well, except the call quality really is horrible. I thought it may be the place I was trying it at (DSL) so I took it to the office and tried it right next to the asterisk
2010 Mar 22
1
IDMAP_RID with Winbind works for groups but not users
Hi, I've setup samba 3.4.7 to use idmap_rid as per the documentation: idmap backend = rid:DOMAIN=500-100000000 idmap gid = 500-100000000 imap uid = 500-100000000 It seems to work for groups: wbinfo --group-info="domain admins" domain admins:x:100512 PsGetSid v1.43 - Translates SIDs to names and vice versa Copyright (C) 1999-2006 Mark Russinovich Sysinternals -
2017 Aug 29
1
recommanded way to restore objects from Deleted Objects
Hi everyone, in samba 4.5 changelog, it says that samba AD now supports tombstone reanimation. I've been used to ldbrename and ldbmodify to reanimate objects to keep objectSID, but if it is now officially supported, it would be better to use the proper way. Sysinternals tool adrestore [1] seems to be working properly (it does not restore most attributes, but this is expected since
2010 Oct 15
3
Noughts and Crosses layout with a variable number of entries
I have a product listing of 9 per-page. The products on the far right and bottom row should NOT have a border on the aforementioned sides. So, similar to a noughts and crosses layout. However, pages do not always have 9 products to display. You may have a better understanding if you see the code I''m currently using: http://pastie.org/1223260 The code above is passed inside a block and
2007 Sep 29
3
plugin problem
I'm trying to do a rewrite of the dspam_plugin for dovecot 1.1b1. There are some API changes that warranted an update of the plugin. Also, I wanted the dspam_plugin to be able to handle pristine mails for dspam retraining, as opposed to the signature based retraining. Question: How can I retrieve the full unix path for a specific mail? The original code uses mail_get_first_header() to
2004 Dec 01
0
The Hidden NT API
Here''s a couple interesting links I snagged from OS News: http://www.sysinternals.com/ntw2k/info/ntdll.shtml http://undocumented.ntinternals.net/ Dan
2005 May 29
2
pstools / psexec equivalent for Samba / Linux?
I was wondering if there is a pstools / psexec (tools by Sysinternals) equivalent, which could be run on Linux machine to execute a process on a remote Windows machine?
2008 Nov 09
0
another windows debugging tip
Something else I just discovered to make capturing DbgPrint and KdPrint output from Windows (I use this a lot in debugging gplpv drivers): . Make sure "serial=''pty''" is in your windomu config . Run DebugView from SysInternals . Enabled Kernel Capture . Log to a file - type ''com1'' as the filename . xm console will now show you all the debug output that
2008 Nov 09
0
another windows debugging tip
Something else I just discovered to make capturing DbgPrint and KdPrint output from Windows (I use this a lot in debugging gplpv drivers): . Make sure "serial=''pty''" is in your windomu config . Run DebugView from SysInternals . Enabled Kernel Capture . Log to a file - type ''com1'' as the filename . xm console will now show you all the debug output that
2004 Apr 29
0
Pxelinux/memdisk with Universal TCP/IP Network Bootdisk floppy
Just for the record, I want to let the list know that I succeeded in booting a modified Universal TCP/IP Network Bootdisk floppy from http://members.iinet.net.au/~bdriver/bootdisk/ I started with a Win98 Bootfloppy from http://www.tobs.uku.co.uk. Then I made a disk image from this, using dd.exe from cygwin. Then I converted this disk image from 1.44MB to 2.88MB with winimage. Then I copied
2013 Sep 05
0
Re: [virt-tools-list] Is virsh supposed to work on Windows?
Hi Christophe, >> I've pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want >> to give them a try to see if they work better (disclaimer: I haven't tested >> these installers at all). > Pushed to http://teuf.fedorapeople.org/virt-viewer-msi/ ;) Thanks for providing those test binaries so quickly. The x64 package is missing DLLs. remote-viewer