Set file association using GPP

Hi
I am trying to change the default application used to open a particular file type. I tried it on the person's Windows 7 computer (in an AD domain).
I have tried changing the default file association using Control Panel. However, the text and the tick box "Always use the selected program to open this kind of file" is greyed out. Also, when I browse and navigate to the .exe I want to be the
default program, after selecting it the new .exe is not added to the list.
I thought I'd use Group Policy Preferences instead. However, when I right click Folder Options under Control Panel Settings and choose 'Open With' it won't accept the path I specify because the application is not installed on the server on which I am
editing Group Policy. ????
Is there a way for me to set this, please?
Ideally, I would like to be able to edit the clients directly without the need to use GPP where an application is used just on one machine. But, it would also be useful to be able to set some global options without the need to edit every single person's
file associations.
If anyone knows how to make changing file associations from the client editable that would be great. I don't understand why it is greyed out - is this something I may have set in Group Policy and have forgotten about?
Thanks.

> right click Folder Options under Control Panel Settings and choose 'Open
> With' it won't accept the path I specify because the application is not
> installed on the server on which I am editing Group Policy. ????
Simply type the path, do not use the browse button :)
Greetings/Grüße,
Martin
Mal ein
gutes Buch über GPOs lesen?
Good or bad GPOs? - my blog…
And if IT bothers me -
coke bottle design refreshment (-:

Similar Messages

  • Setting file association through group policy

    How do i set file associations fo users using a group policy

    You can use GP Preferences (=GPP) to perform this task.
    You can simply create a "File type" item within "Folder options" and specify the needed parameters.
    http://technet.microsoft.com/en-us/library/cc754587.aspx
    Of course you need some prerequisites (at least one Vista or Winows 2008 for management and the GPP CSE on each target machine).
    If you are new to GPP, these links will help you to get into it:
    http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=42E30E3F-6F01-4610-9D6E-F6E0FB7A0790&displaylang=en
    http://support.microsoft.com/kb/943729/en-us
    http://technet.microsoft.com/en-us/library/cc732027.aspx
    http://technet.microsoft.com/en-us/library/cc731892(WS.10).aspx
    And I really recommend to use the integrated HELP function of the GPP editor
    (F1 or help button) which gives detailed information about each extension.
    Patrick

  • How do I set "File Associations" in Photoshop Elements 11?

    Photoshop Elements 11 doesn't seem to have a facility to set File Associations and my PC keeps teying to use Picture viewer and other basic MS packages. Please help?

    You normally do the set up in Windows:
    \ Control Panel \ Default Programs \ Set Associations

  • How do i set file associations?

    How do I set  my ipad to pull up all apps that will open .jpeg files? In other words, how do i set file associations?

    As King Penguin has stated it is done automatically and you cannot change the associations on your own either at this point. It is one of those features that would be nice to have, so if you like - ask Apple to add the feature via ....
    http://www.apple.com/feedback/ipad.html

  • Missing Icons, unable to set file association properly after upgrade to CS6

    I am working with a client that had CS3 on Windows XP and upgraded to CS 5.5, and now has upgraded that to CS6. Her file associations were all set back to CS3, even though it shows that CS3 is uninstalled. I manually changed them and it will open the INDesign files but I cannot get icons to show for anything. I can see the icons in the shell folder and I can pick one but it will not show in Windows. Is there a way to clean up her system easily and make CS6 the default Adobe - and make sure none of the others have lingering file associations or references? I dont think they uninstalled all the way.

    There is no easy way. you will have to clean out all file associations and reinstate them manually. You are simply exceeding the context handlers, a limitation in the operating system itself and usualyl a sign of too many programs trying to link their actions to a file association liek right-click menu entries for compression tools, virus scanners, viewers etc.
    Mylenium

  • Cannot set File Association in Vista to Acrobat Reader 9.0

    After installing Acrobat Reader 9.0 on Vista Ultimate SP1, I am no longer able to associate the pdf extension with Reader. When attempting to change the pdf file association, Reader is not offered as an option. When clicking the Browse button and pointing to the Reader 9.0 file, it still is not offered as an option. Reader works fine when loading files from within the application.
    Do I need to edit the Registry? Which key and what value?

    Have a look at
    http://www.winhelponline.com/articles/236/1/Unable-to-open-PDF-attachments-from-Windows-Ma il.html
    It looks like you have to remove any existing associations before
    trying to apply the correct ones.
    Noel

  • How do I set file association in PCMANFM?

    Sorry, I thought PCMANFM was messing my file associations but it was the upgrade to shared-mime-info 0.4. I'll repost on a different  forum. Sorry again.
    Last edited by benton (2008-06-25 03:42:40)

    I am trying to USB sync Word, Excel, and PDF files between the ipod and the PC.
    Pretty sure icloud has to have the internet to work, but I can try to see what USB options there are there when time permits.
    Pretty sure dropbox has to have the internet to work, but I can try to see what USB options there are there when time permits.

  • How to set file permission using Oracle FTP Adapter

    Hi,
    I am using Oracle SOA Suite 11.1.1.4. I am trying to put a file using Oracle FTP adapter on unix box. The file that gets written to target system has file permission as RW/R/R. But this is a legacy system, and for them to consume this file - they expect the file permission to be RW/RW/R.
    They have set the .profile with the required permissions for the ftp user account that we are using. But still when my BPEL process writes a file to unix box through ftp adapter, the file permission is RW/R/R.
    Is there any way to control file permissions while writing files using ftp adapter? Any help would be highly appreciated.

    907597 wrote:
    But these setting needs to be done on unix server. Yes, that's the way to go... There's no config for that on FtpAdapter as far as I know...
    This setting will enable the same configurations for all other ftp accounts on the server, which doesnt sound correct. Any other way of doing this? Or can this be done only for one ftp account?You have to check if your ftp server is capable of having different umask for different ftp users... I believe most do not...
    http://h30499.www3.hp.com/t5/System-Administration/Setting-FTP-umask-per-user/td-p/2590101#.UMZ0TeEe7ng
    Cheers,
    Vlad

  • Anyone know how to set file associations for QT in Inno Setup?

    I am working on an app that requires QT to play .smi files and can't seem to get it to work. I was using this code in the Inno Setup file:
    Root: HKCR; Subkey: ".smi"; ValueType: string; ValueName: ""; ValueData: "QuickTime.smi"; Flags: uninsdeletevalue
    Root: HKCR; Subkey: "QuickTimePlayerFile"; ValueType: string; ValueName: ""; ValueData: "QuickTimePlayer File"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "QuickTimePlayerFile\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\QuickTimePlayer.exe,0"
    Root: HKCR; Subkey: "QuickTimePlayer\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\QuickTimePlayer.exe"" ""%1"""
    but apparently it isn't right as it still gets launched by RealPlayer. Anyone done this before? How do I get the path to the app right? Is that what's wrong?

    I too want to figure out that feature. Let me know if you figure it out!!!
    With the Treo, you had the option of setting one ring tone for known callers and an alternate for unknowns. You could also add individual tones to specific callers. Given how 'clever' the iphone seems to be, I keep thinking there is a better option (that I'm missing) other than adding the ringtone individually for each of my several hundred contacts.
    Any suggestions?

  • File associations in Windows 8.1 for applications on a network location

    Hi,
    From Windows 7 to Windows 8 it has been done alot of changes regarding file file assocations. It seem that the main reason was security and was "patched" by having Windows read the hash for the applications instead of where the application was
    located.
    but there seem to be some major hicups and there is limited info on the web covering these issues.
    First issue: when running:  Dism /Online /Export-DefaultAppAssociations:\\Server\Share\AppAssoc.xml and then creating a GPO configuration pointing to
    thi XML file.  With this feature only common file extensions is supported and when users are changing to another computer, these settings is not possible to syncronize using roaming profiles.
    Second issue: In the appassoc.xml file applications must be either appid(metro app) or common application on local harddrive to be registered and not a .EXE
    file on a network location.
    It seems a little strange if this is the case and if there is no other options for administratos to set file associations in more flexible ways. Does anyone have some more info on
    this topic other than these link:
    https://technet.microsoft.com/en-us/library/hh825038.aspx?f=255&MSPPError=-2147217396
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    https://keithga.wordpress.com/2013/11/13/file-associations-in-windows-8/

    Hi Primeid,
    You could use Group policy for file associations or you could deploy the xml file during image deployment. However as you mentioned that the file associations only applies to common application on local hard drive or metro app.
    http://blogs.technet.com/b/mniehaus/archive/2014/01/10/configuring-file-associations-in-windows-8-1.aspx
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    We understand your confusion about this, but we hope you understand that using network location for file association deployment is highly insecure and it is out of our recommendation since the content in that network location could be changed without any
    notification or permissions constraint.
    Thanks for your understanding.
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Resetting file associations - won't take effect

    Just got a new MacBook for the wife - all of her previous work is saved in MS Office formats, and that is what she's used to working with, so I installed the Mac OS version of Office after uninstalling the demo MS Office that came on the MacBook. I've tried resetting the file associations using the "get info, open with, change all" sequence - I get a dialog box telling me that all files of this type will be opened with the specified application, I hit "continue," and it doesn't set any, not even the one that I had highlighted. If I don't select the "change all" option, the highlighted file opens with the selected application just fine, but if I select "change all," nothing gets changed.
    Any idea what's blocking this setting?
    Thanks!
    Scott

    Never mind - my first search of the archives didn't reveal the answer, but I refined the keywords and found it.

  • Pdf file association broken

    After a install of acrobat reader X, acrobat prompts with a "open with " dialog each time a pdf document is opened,tried uninstalling and re-installing, tried using the adobe labs uninstall tool, as it seems there may be something left from the previous install, tried installing previous version and uninstalling, tried manually setting file association.
    pdf attachments in outlook wont open at all no prompts at all..have to be saved then they will open after the "open with" prompt
    office 2010, windows xp....any suggestions??

    Reinstalling Adobe Reader should normally fix the file association; I don't know why it does not in your case.
    Suggestion: try running the Acrobat Cleaner Tool http://labs.adobe.com/downloads/acrobatcleaner.html then reinstall Reader.
    Note: the Acrobat Cleaner Tool will also remove Adobe Acrobat, if you have it installed.

  • Deploying CMTrace Only Including Setting .log Association

    Good Morning!
    I am creating a new package which will basically copy CMTrace.exe (not the whole toolkit) to C:\Windows (since it's in the path) as well as set CMTrace as the default viewer for .log files.  The goal is that once deployed to a computer which has never
    had CMTrace before, all .log files will not only open automatically using CMTrace, but that the initial prompt to set file association doesn't appear.  Ohh yeah - all of this without logging off or restart. :)
    I've tried a few different things (below), but can't get it to work just as I want it to above:
    Command Prompt
    Ran "assoc .log=logfile"
    Ran "ftype logfile=C:\Windows\CMTrace
    When opening .log files, they still opened in Notepad.exe.  
    My Test
    I ran a test by running the two commands above again except using a test extension ".lo5" (made up) by doing the below steps
    Ran "assoc .lo5=test5"
    Ran "ftype test5=C:\Windows\CMTrace.exe
    Created a .lo5 file in Notepad
    Opened it by clicking via Windows Explorer and it opened in CMTrace
    Why do theses commands work, but seemingly not for .log?  Does the initial run CMTrace prompt associate it differently?
    Registry
    Looked through HKCR, HKLM, & HKCU - Couldn't find anything which still tied .log to Notepad even though it's what my computer was still doing
    I tried the 2 command steps above on a server which had never had CMTrace installed or it's file association set.  It somewhat worked as when clicking on the .log files Windows asked for a program to use and CMTrace was listed, but when opened it still
    prompted to set association.  If this is my only option, I can live with it, but am wanting to make it as clean as possible.
    Any Ideas?  Thanks Guys!!
    Ben K.

    Try this (configured for both 64-bit and 32-bit OSArchitecture):
    :: @echo off
    IF DEFINED ProgramFiles(x86) SET Programs=%ProgramFiles(x86)%
    IF NOT DEFINED ProgramFiles(x86) SET Programs=%ProgramFiles%
    mkdir \a "%Programs%\CMTrace"
    copy CMTrace.exe "%Programs%\CMTrace" /Y
    IF DEFINED ProgramFiles(x86) regedit /s file_assoc_64_1.reg
    IF DEFINED ProgramFiles(x86) regedit /s file_assoc_64_2.reg
    IF DEFINED ProgramFiles(x86) regedit /s file_assoc_64_3.reg
    IF DEFINED ProgramFiles(x86) regedit /s file_assoc_64_4.reg
    IF DEFINED ProgramFiles(x86) regedit /s file_assoc_64_5.reg
    IF NOT DEFINED ProgramFiles(x86) regedit /s file_assoc_32_1.reg
    IF NOT DEFINED ProgramFiles(x86) regedit /s file_assoc_32_2.reg
    IF NOT DEFINED ProgramFiles(x86) regedit /s file_assoc_32_3.reg
    IF NOT DEFINED ProgramFiles(x86) regedit /s file_assoc_32_4.reg
    IF NOT DEFINED ProgramFiles(x86) regedit /s file_assoc_32_5.reg
    ASSOC .log=logfile
    FTYPE logfile="%Programs%\CMTrace\CMTrace.exe"
    ASSOC .log=Log.file
    FTYPE Log.file="%Programs%\CMTrace\CMTrace.exe"
    Reg files:
    file_assoc_64_1.reg
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log]
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\OpenWithList]
    "a"="CMTrace.exe"
    "MRUList"="ba"
    "b"="NOTEPAD.EXE"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\OpenWithProgids]
    "txtfile"=hex(0):
    "Log.File"=hex(0):
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\UserChoice]
    "Progid"="Applications\\CMTrace.exe"
    file_assoc_64_2.reg
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache]
    "LangID"=hex:09,04
    "C:\\Windows\\system32\\WFS.exe"="Microsoft Windows Fax and Scan"
    "C:\\WINDOWS\\system32\\cmd.exe"="Windows Command Processor"
    "C:\\WINDOWS\\system32\\notepad.exe"="Notepad"
    "C:\\Program Files (x86)\\Windows NT\\Accessories\\wordpad.exe"="WordPad"
    "C:\\Program Files (x86)\\CMTrace\\CMTrace.exe"="Configuration Manager Trace Log Tool"
    file_assoc_64_3.reg
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Classes\Log.File]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell\open]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell\open\command]
    @="\"C:\\Program Files (x86)\\CMTrace\\CMTrace.exe\" \"%1\""
    file_assoc_64_4.reg
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\logfile]
    [HKEY_CLASSES_ROOT\logfile\Shell]
    [HKEY_CLASSES_ROOT\logfile\Shell\Open]
    [HKEY_CLASSES_ROOT\logfile\Shell\Open\Command]
    @=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,00,5c,00,\
    43,00,4d,00,54,00,72,00,61,00,63,00,65,00,5c,00,43,00,4d,00,54,00,72,00,61,\
    00,63,00,65,00,2e,00,65,00,78,00,65,00,22,00,00,00
    file_assoc_64_5.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\logfile\Shell\Open\Command]
    @=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,5c,00,43,00,4d,00,54,00,72,00,61,00,63,00,\
    65,00,5c,00,43,00,4d,00,54,00,72,00,61,00,63,00,65,00,2e,00,65,00,78,00,65,\
    00,22,00,00,00
    file_assoc_32_1.reg
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log]
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\OpenWithList]
    "a"="CMTrace.exe"
    "MRUList"="ba"
    "b"="NOTEPAD.EXE"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\OpenWithProgids]
    "txtfile"=hex(0):
    "Log.File"=hex(0):
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.log\UserChoice]
    "Progid"="Applications\\CMTrace.exe"
    file_assoc_32_2.reg
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache]
    "LangID"=hex:09,04
    "C:\\Windows\\system32\\WFS.exe"="Microsoft Windows Fax and Scan"
    "C:\\WINDOWS\\system32\\cmd.exe"="Windows Command Processor"
    "C:\\WINDOWS\\system32\\notepad.exe"="Notepad"
    "C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"="WordPad"
    "C:\\Program Files\\CMTrace\\CMTrace.exe"="Configuration Manager Trace Log Tool"
    file_assoc_32_3.reg
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Classes\Log.File]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell\open]
    [HKEY_CURRENT_USER\Software\Classes\Log.File\shell\open\command]
    @="\"C:\\Program Files\\CMTrace\\CMTrace.exe\" \"%1\""
    file_assoc_32_4.reg
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\logfile]
    [HKEY_CLASSES_ROOT\logfile\Shell]
    [HKEY_CLASSES_ROOT\logfile\Shell\Open]
    [HKEY_CLASSES_ROOT\logfile\Shell\Open\Command]
    @=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,00,5c,00,\
    43,00,4d,00,54,00,72,00,61,00,63,00,65,00,5c,00,43,00,4d,00,54,00,72,00,61,\
    00,63,00,65,00,2e,00,65,00,78,00,65,00,22,00,00,00
    file_assoc_32_5.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\logfile\Shell\Open\Command]
    @=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,5c,00,43,00,4d,00,54,00,72,00,61,00,63,00,\
    65,00,5c,00,43,00,4d,00,54,00,72,00,61,00,63,00,65,00,2e,00,65,00,78,00,65,\
    00,22,00,00,00
    It's a bit clunky, but it works, will work for Trace32 as well I reckon.  Tested this against Windows 7 32-bit & 64-bit.
    It does not stop CMTrace from prompting to set itself as the default log viewer though, I haven't found a way around that one.
    Cheers
    Rich

  • Default File Associations - Windows 8 - override?

    Hello,
    will the following Policy override the already set file associations?
    Computer Configuration\Administrative Templates\Windows Components\File Explorer\Set a default associations configuration file
    I am asking because I want to add some file associations and it would be terriable, if all other associations would be deleted. Cant find anything documented.

    Hi,
    Based on my understanding, if we associate specific file type or protocol with default applications in the file, this default association should overwrite previous associations
    set to these file types or protocols.
    Besides, if this group policy is enabled, the file will be processed and default associations will be applied at logon time.
    However, even if this policy is enabled, users will still be able to override default file type and protocol associations.
    Regarding this setting, the following article can be referred to for more information.
    Windows 8: Associate a file Type or protocol with a specific app using GPO (e.g:default mail client for MailTo protocol)
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    Best regards,
    Frank Shen

  • Creating UDL file for use of HFMCopyApplication utility

    I'm trying to create the UDL file on the HFM server to link to the SQL database where HFM sits.
    I followed the instructions and created a new text document, rename it as extension .udl. According to the instruction, I'm supposed to double click on this new file and an data link property window will appear. But all I see is still a blank text document.
    Am I missing something? In the past I always asked our application support guys to do that but now I have to figure it out myself....
    Thanks!

    Hi,
    The reason to rename the file to .UDL is that the UDL extension should be mapped to an application that will let you make a database connection.
    You either have one of two problems if double clicking on the UDL file opened in Notepad:
    #1 - At some point .UDL file extensions were mapped to point to Notepad (or whatever text editor the file opened in) [I'm doubtful this is the problem]
    #2 - In Windows Explorer you do not have file extensions visible; therefore, when you renamed your file, it didn't rename it the way you wanted it to. For instance instead of renaming database.txt to database.udl, you ended up with database.udl.txt This file would still open in Notepad as .TXT is associated with Notepad (or other text editor).
    IF #2 is the problem, do the following:
    #1 - Open a File Explorer window and navigate to the folder with the UDL file.
    #2 - Click on Tools
    #3 - Folder Options
    #4 - Click on View
    #5 - Make sure 'Hide extensions for known file types' is unchecked.
    #6 - Hit OK
    #7 - Refresh the File explorer window and note the filename.
    #8 - If the filename is something like .UDL.txt, rename it to remove te .txt.
    If #1 is the issue: (Note : I'm giving you windows 7 version which may be different than XP, but it should still be in the control panel somewhere)
    #1 - Open Control Panel
    #2 - Open Default Programs
    #3 - Open Set Associations
    (NOTE: Instead of steps 1-3 click Start and type in associations and one of the results will be to set file associations)
    #4 - Locate the .UDL file extension and confirm it is set as Microsoft Data Link, OLE DB Core Services
    ---IF NOT set to OLE DB Core Services --
    #5 - Click on Change Program
    #6 - Select OLE DB Core Services from Recommended Programs List

Maybe you are looking for

  • Partner profile in case of Idoc to File scenario

    Hi I have ECC system and PI system. Scenario as : ECC will send the Idoc to PI ..PI system will Convert this to flat file and provide it to Legarcy system I made Partner profile in sending system (ECC) and maintained Message type 'MATMAS' as Outbound

  • Chroma Key/Luma Key Visualizer Help!

    Hey everyone, I'm new to this video production ind of thing, and I was trying to use chroma key and luma key like people in tutorials on youtube do all the time, and all they do is drag and drop the effect onto their video in the timeline, and a new

  • I cannot print to postscript or print at all in Illustrator CS4.

    Using CS4 Illustrator and I cannot print a 388 MB file. Computer freezes or sometimes the program crashes all together. Can anyone tell me how to fix this issue? 

  • How to schedule a Stored procedure to run every hour in SQL server express

    Hi, I am using SQL server express and I want to schedule a Stored procedure to run every hour. The Stored Procedure name is UpdateData. Can someone please give an example of how i can schedule this to run every hour, given that I do not have SQL Serv

  • JAVA as the Client/Web Service consume XML

    Working on a project at present and require to use JAVA as the client to consume XML from the Server to which i have coded in VB.NET. I have never used JAVA before and i am asking if anyone can point me in the right direction for this or give me an e