search for: hkey_classes_root

Displaying 20 results from an estimated 33 matches for "hkey_classes_root".

2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
...d it worked like a charm. I'm trying to use regshell to read (remotely) the following Windows registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall I can connect to the remote machine with no problems: ./regshell --remote=192.168.50.142 --user=Administrador%xxx HKEY_CLASSES_ROOT> HKEY_CLASSES_ROOT> info Name: HKEY_CLASSES_ROOT Full path: HKEY_CLASSES_ROOT Time Last Modified: Wed Dec 31 19:00:00 1969 Number of subkeys: 2943 Number of values: 0 Maximum sub key name length: 140 Error getting security descriptor I can also see the keys under HKEY_CLASSES_ROOT HKEY_C...
2005 Jan 10
0
file associations in wine
hi there first of all, please excuse my poor english... I know I can associate a file extension in wine with a linux application like i did for .sxw in this .reg-file: REGEDIT4 [HKEY_CLASSES_ROOT\.sxw] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document\shell] [HKEY_CLASSES_ROOT\sxw.document\shell\open] [HKEY_CLASSES_ROOT\sxw.document\shell\open\command] @="C:\\windows\\command\\start.exe kdestart.exe \"%1\"&q...
2008 Jan 30
3
Fun Wine Project -- Configure Some Default Registry Entries
...l fix called "winelaunch", but I'm afraid the name is too close to "winelauncher", and would probably confuse people. Here's it's code: #!/bin/sh #/usr/bin/winelaunch $1 `winepath $2 $3`; exit 1; And here's a sample registry entry: REGEDIT4 [HKEY_CLASSES_ROOT\.doc] @="docfile" "Content Type"="application/ooowriter" [HKEY_CLASSES_ROOT\docfile] [HKEY_CLASSES_ROOT\docfile\shell] [HKEY_CLASSES_ROOT\docfile\shell\open] [HKEY_CLASSES_ROOT\docfile\shell\open\command] @="/usr/bin/winelaunch /usr/bin/op...
2007 Apr 08
1
winefile/explorer hardcoded ? HKEY_CLASSES_ROOT\Folder\shell\open\command ignored
Winefile seems to be hardcoded when it comes to opening folders. No matter what I do it always pops up. I tried deleting HKEY_CLASSES_ROOT\Folder and nothing changed. What can I do to convince wine to open folders with /usr/bin/nautilus ? I allready made it open ordinary files with gnome-open. -- Who logs in to gdm? Not I, said the duck.
2010 Sep 10
1
camstudio does'nt detect compressors. Err creating avi file
...le! I tryed so many things but the problem I found was the compressors list in OPTION -> VIDEO OPTIONS does not show any compressor. I also add a registry entry but no change Plz, does anyone could give to me a hint on how to solve that. tks in advance. P.S. here the regedit fix REGEDIT4 [HKEY_CLASSES_ROOT\avifile\Compressors] [HKEY_CLASSES_ROOT\avifile\Compressors\auds] @="{0002000F-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\avifile\Compressors\vids] @="{00020001-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\avifile\Extensions] [HKEY_CLASSES_ROOT\avifile\Extensions\W...
2008 Jan 02
2
Windows Shell Command under Vista
Dear R2008, In Windows 2000, I used the following shell extension to allow right-click rgui start in a directory (assuming rgui.exe is on the path: ----- REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\Run R] [HKEY_CLASSES_ROOT\Directory\shell\Run R\command] @="Rgui.exe --no-restore --no-save --internet2" ---- I switched to Vista this year. For reasons I don't understand, I have to give the full path now, even if rgui is on the path. However, the solution below...
2008 Feb 26
4
vbrun300.dll
Hello. Recently i install "Ford Microcat". It's database of spares for Ford =) So, it had been installed without efforts. Now, when i try to run: #wine c:\\Microcat\\microcat.exe there is some errors: 1. first of all - it can't be registered vbrun300.dll in console was message: "Could not load 'VBRUN300.DLL' required by 'MICROCAT', error=11" but - i
2005 Jul 06
1
Problem with Scripting.FileSystemObject
...it's the application itself who cannot find it). I have copied the scrrun.dll file inside the wine system32 dir and included the registry information found in a normal XP system, but it still doesn't work. Does anybody knows a possible solution? This is the registry info that I include: [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}] @="FileSystem Object" [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\InprocServer32] @="C:\\WINDOWS\\System32\\scrrun.dll" "ThreadingModel"="Both" [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-89...
2009 Apr 28
0
File association in wine
...f 2 -d "*"`; do ext2=`echo $ext|cut -f 2- -d .` esiste=`grep -i '\\[Software\\\\\\\\Classes\\\\\\\\'$ext'\\]' $WINEPREFIX/system.reg | wc -l` if [ $esiste == "0" -a $ext != $ext2 ] ; then echo Aggiungo estensione $ext $ext2 echo "[HKEY_CLASSES_ROOT\\"$ext"]" >> $FILEOUT echo @=\"$ext2.document\" >> $FILEOUT echo "[HKEY_CLASSES_ROOT\\"$ext2".document]" >> $FILEOUT echo @=\"$ext2.document\" >> $FILEOUT echo "[HKEY_CLASSES_ROOT\\&q...
2004 Apr 20
1
R1.9.0
I have just installed R 1.9.0 on my computer(Windows XP) and uninstalled 1.8.1 When Itry to execute .RData I'm asked to specify the program to open it.But whe I do it I get a message ".RData is not a valid Win32 program" Can anyone help please? Luis Ridao Cruz Fiskiranns??knarstovan N??at??n 1 P.O. Box 3051 FR-110 T??rshavn Faroe Islands Phone: +298 353900
2008 May 25
5
Registry override?
I first installed kchmviewer. I then created the file run_prog: #!/bin/sh $1 "`wine winepath -u "$2"`" I tested by running from a terminal run_prog kchmviewer c:\MyChmFile.chm This worked fine I edited the registry entry for chm.file to /usr/bin/run_prog kchmviewer %1 > > Note: > While researching regedit I noticed the reference to wineprefixcreate at: >
2011 Apr 27
2
trouble with chm files
...e/mark/bin/wine_run_linux_app. The permissions on the script are -rwxr-xr-x 1 mark mark 39 2011-04-25 16:02 wine_run_linux_app And my PATH is /home/mark/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games The file chm.reg that I created to modify the registry contains [HKEY_CLASSES_ROOT\.chm] @="chm.file" "Content Type"="application/x-chm" [HKEY_CLASSES_ROOT\chm.file\Shell\Open\command] @="/bin/sh wine_run_linux_app kchmviewer \"%1\"" And I used the command "regedit chm.reg" to load the changes into the registry. Later,...
2008 May 13
9
Starting a Linux application for a windows file in wine
...n the appropriate application, say word, or excel or other. Now, this being a Linux box, I don't have Microsoft office installed, so I thought I'll create registry entries to point to the OO equivalent found in the Linux directories, ie /usr/bin/oocalc etc. I created and entry for .xls in HKEY_CLASSES_ROOT with the Data of Spreadsheet. I then created a key called Spreadsheet, subkey shell, subkey open with the command /usr/bin/oocalc %1. This works up to a point, - when I click on a file in Infocentral (running under wine), oocalc now attempts to open and tries to open the file. The problem is...
2009 Jul 11
4
Start native linux apps from a wine app
Hi to all! This is my first post! I'm trying to use carbide.ui with wine and it works well. But I've got a problem: this apps needs to use an external, selectable app to edit images and sound files. I don't want to install gimp for windows on wine to integrate it, so I would like to know if is there any way to start a completely native application from a windows app, just like wine
2010 Jan 14
0
Windows Shell: R Gui Here
...or's rbatch installed and on you path. http://batchfiles.googlecode.com If you must use an explicit path to RGui, use the short path name, or find out how to escape double quotes in registry/shell. (\ or \\ or """ does not work). Dieter Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\RGui] @="R Gui here" [HKEY_CLASSES_ROOT\Folder\shell\RGui\command] @="cmd.exe /c \"pushd %L &&start rgui --no-restore --no-save\"" -- View this message in context: http://n4.nabble.com/Windows-Shell-R-Gui-Here-tp1013783p1013783.html Sent from t...
2003 Aug 12
1
URI for dialing
Hi, in a HTML page I can write href="mailto:joe@doe.com" and clicking on the link will open the default mail application. Is anything like that possible with any of the soft phones (SIP or IAX [Windows])? Any and all information is greatly appreciated. rgds pos
2006 Apr 24
3
Editing in external application
...is problem. Im having a problem that has been stupefying me for two weeks now: I have a VB 6 application that opens documents externally for editing. From within the program, you choose a type such as 'Text Document' or 'OpenOffice 1.1 Text Document' (which come from the registry, HKEY_CLASSES_ROOT). This type is used to determine the program which will be used for editing. When the calling program tries to open the editing program, the calling program always crashes with run time error 31027 / H8004000A, which translates to VB error "Not able to bind to the source". When I do WIN...
2004 Feb 11
1
Vorbis in Windows Media Player 9, (partial) success
...dragged from explorer into WMP and WMP will play them without any complaint - they can be added to the media library. Small problem, they show up under "Other Media" instead of "Music files" How to do it ? Tweak the registry : --BACKUP YOUR REGISTRY BEFORE TWEAKING !!-- - HKEY_CLASSES_ROOT - add additional .ogg info ( use others existing types as a guide, like AIFF ) - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\MPlayer2 ( this is for WMP 6.4, but it seems it plays a role for WMP9 too ... ) - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer In the these two parts, als...
2007 May 12
2
Fwd: Re: shell.exec() on Windows, unexpected behavior
Duncan is on the right track. Thanks. In the CMD window start "c:\Program Files\R\R-2.5.0\doc\manual\R-admin.pdf" opens another CMD window with the quoted string as title. In the CMD window start c:\Progra~1\R\R-2.5.0\doc\manual\R-admin.pdf (with the 8.3 name and no embedded blanks) opens Adobe Reader 8 Windows Explorer shows the Adobe 6 icon by the PDF files. The Windows
2002 Jul 04
4
Script file editors for Windows - submit highlighted text?
Greetings, I use S+, Stata, SAS and R depending on the weather... The script file editors in S+, SAS and Stata all allow me to submit a portion of a developing script file to the running process. In R I have to use an external editor and either source the entire file or do lots of copy-and-pasting. Are there any editors out there which interface to R more closely and let me submit a section