I am trying to associate .hod files to IBM i Access Client Solution. IBM site says to use "open with" Windows menu, but in terminal server 2008 R2 if an user associates .hod file to that program, on the next logon (maybe for redirecting or policy reasones) it becomes an unidentifyed file. Is there a way to fix that extension with that program even if it is only an executable file without installation? And for all users?
Association file in terminal server for all users
4k Views Asked by AndreaTaroni86 At
1
There are 1 best solutions below
Related Questions in FILE
- Helpt with reading files
- Why can't I use the file pointer after the first read attempt fails?
- Can't read the file using std::wifstream C++
- How can the scanner reread the entire file after it has already executed hasNextLine once?
- What is 'Invalid Load Key, '\x00'
- php $_FILE variable undefined index
- Data loaded from the file is not returned in the correct order
- File splitting and encryption
- Optimizing an s5cmd command that uses awk to generate a text file
- segmentation fault while reading in text file ( c++ )
- File.OpenText is adding C:\ to the front which is an error
- UTF-8 issue with excel
- How to upload files to MediaWiki APIs in Rust?
- No such file or directory: '/tmp/tmp_ejr26m6.upload.mp3' in Django
- Problems accessing zip files on the react front end from express backend
Related Questions in ASSOCIATIONS
- Can't get XAF/XPO association working as expected
- Is there a way to create a has_many association that just filters items from another has_many association?
- Having trouble populating an array of UUID's into their referenced type
- Sequelize - Wrong sql request generated using include, with a basic example
- How to prevent ActiveRecord from making an associated record in a callback before it is saved?
- Cannot delete GORM many2many association due to foreign key constraint
- Is there a way dynamically set class_name in belong_to associations
- Unable to import models and create associations in sequelize
- Passing an association to a pluggable widget
- How to add associations if I have a custom foreign key using Sequelize?
- How to order ActiveRecord query based on calculations
- Separate 1 column into 2 based on occurrences on the same day in R?
- ExtJS store is not updated or wrongly updated after changing associated object
- Modelling relation between two similar classes in UML
- Accessing a Match record, which belongs to a Run record, which belongs to a User record
Related Questions in WINDOWS-SERVER-2008-R2
- PowerShell Script - SSL/TLS secure channel fail
- How to see which computer a user is logged in with a Powershell script on the DC server?
- windows server 2008 r2 self signed certificate sha256
- Informix "Unable to load translation shared library (DLL). SQLCODE=-11048" problem
- SQL Server Encryption not supported on the client error
- How can i do web scapping in powershell 2.0
- Much memory use by .net 7 on windows server 2008
- error uploading file to google drive with python
- Copy the latest uploaded file from S3 bucket to local machine
- read UDPv4: Connection reset by peer (WSAECONNRESET) (fd=240,code=10054)
- How to prevent access to direct directory URL but allow directory contents in IIS6?
- OFFSET sql and EF Skip no compatibility in IIS 7.5 with win server 2008 R2
- Windows Server 2008 R2 and Get-NetTCPConnection cmdlet
- Cannot GET https API on Window Server 2008 R2
- windows AD server has been corrupted
Related Questions in TERMINAL-SERVER
- MS Office 356 Access Sign-in
- Emailing out of outlook error with attachment
- Disable MS Teams Autostart on Terminalserver
- .NET portable application stops working on windows terminal server until stopped for every user
- When closing an Excel file on a terminal server it saves to a different location than it was in
- Difference between Remote Desktop Services vs Windows Terminal Server vs Remote Desktop Session Host
- LiveCode on a terminal server environment?
- C#, Cassia terminal server query and Impersonation
- Issue with Sync in a Terminal Server\Citrix Published Application
- Delphi 7 App with MAPI functionality External Exception
- C# Logon Script: RDP Remote Application get Application Name
- forefiles batch file to loop through terminal server profiles
- Citrix: Avoid application "Not Responding"
- Windows terminal server 2012 R2 + Custom credential provider
- dhcp in Mac Terminal - is this spying?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have just found that the HKEY_LOCAL_MACHINE -> SOFTWARE -> CLASSES contains the same registry Keys as HKEY_CURRENT_USER -> SOFTWARE -> CLASSES. I have associated my .hod file with i Access Client Solution and copied the Keys from HKCU to HKLM. Now it works for all users and persists after restart.