Supportnet / Forum / Windows2000
Terminal-Server + Dateitypen
Frage
Ich wollte bloss mal eben den Dateityp .wpd mit Word verbinden.
Wie mach ich das denn bloss auf dem Terminalserver. Es sollte für alle User gelten. Kann ich das über die Registry lösen, wenn ja, wo genau und gilt das für alle User?
Antwort 1 von Warrabbit
Hi,
ich meine es geht über den Befehle "change user /install".
im Command Prompt
Change User /Install
eingeben
Veränderungen vornehmen
danach im Command Prompt
Change User /Execute
eingeben und Befehlsfenster mit exit wieder schließen.
ich meine es geht über den Befehle "change user /install".
im Command Prompt
Change User /Install
eingeben
Veränderungen vornehmen
danach im Command Prompt
Change User /Execute
eingeben und Befehlsfenster mit exit wieder schließen.
Antwort 2 von ALHE
Hy, melde dich als lokaler admin am Termianlserver an und alle bekommen die Änderungen.
die >change user /*< brauchst du nur bei Installationen.
Gruß
alex
die >change user /*< brauchst du nur bei Installationen.
Gruß
alex
Antwort 3 von ap
Ok,Ok, ich gebe ja zu, dass ich das eigentliche Problem nicht beschrieb.
Fact is, egal ob ich als admin am TS direkt oder per Client angemeldet bin, die "Knöpfe" um Dateitypen zu ändern, geschweige denn neue zu erstellen, sind AUSGEGRAUT.
Deshalb fragte ich nach der Registry, ich habe dort nur noch nicht den richtigen Bereich gefunden.
Gruss Arnd
Fact is, egal ob ich als admin am TS direkt oder per Client angemeldet bin, die "Knöpfe" um Dateitypen zu ändern, geschweige denn neue zu erstellen, sind AUSGEGRAUT.
Deshalb fragte ich nach der Registry, ich habe dort nur noch nicht den richtigen Bereich gefunden.
Gruss Arnd
Antwort 4 von gt1
Hallo Arnd,
nachfolgend die Lösung für Dein Problem:
In Windows 2000, a new location is added for storage of user-specific file
type associations in the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Classes
This location allows for unique customization of file type associations in
the user's profile, without having to duplicate information in multiple
registry locations and unnecessarily increase the registry size.
MORE INFORMATION
In Windows 2000, information stored in the
HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key still contains global file
type associations that are global to all users of the computer. However,
entries that reside in the HKEY_CURRENT_USER\SOFTWARE\Classes registry key
take precedence in the event of a duplication.
The user interface (UI) still points to the global settings in the
HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key. In addition, security is
changed so that only members of the Administrators or Power Users group
have permissions to this dialog box. This affects workstations, servers,
and servers in Remote Administration mode.
On computers running Windows 2000 Terminal Services, the UI is locked down
so that no one can change file type associations (not even administrators).
This is done so that you can only edit the entries programmatically or by
using MSI-based applications. This ensures that an inadvertent change in
the UI does not effect the global file type associations across the
computer running Terminal Services and all of its users.
You can enable this functionality by changing the following registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFileAssociate"=dword:00000000
WARNING : Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT or Windows 2000, you should also update your
Emergency Repair Disk (ERD).
Changing this key from its default value of 00000001 enables the File Types
dialog box to function just as it does for other Windows 2000
configurations. Administrators and Power Users can change the global file
type settings for the computer and all of its users.
Currently, there is no way through the UI to change or edit the
user-specific file type associations stored in the
HKEY_CURRENT_USER\SOFTWARE\Classes registry key. If you want to do this,
you have to directly edit the registry or develop your own UI to gain
access to this information. (You can also send an e-mail message to
mswish@microsoft.com to request a release of such a tool. If enough
requests are received, a tool may be released in a future resource kit or
supplement.)
For more information, search on HKEY_CLASSES_ROOT in the Technical
Reference to the Windows 2000 Registry in the Microsoft Windows 2000
Resource Kit.
nachfolgend die Lösung für Dein Problem:
In Windows 2000, a new location is added for storage of user-specific file
type associations in the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Classes
This location allows for unique customization of file type associations in
the user's profile, without having to duplicate information in multiple
registry locations and unnecessarily increase the registry size.
MORE INFORMATION
In Windows 2000, information stored in the
HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key still contains global file
type associations that are global to all users of the computer. However,
entries that reside in the HKEY_CURRENT_USER\SOFTWARE\Classes registry key
take precedence in the event of a duplication.
The user interface (UI) still points to the global settings in the
HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key. In addition, security is
changed so that only members of the Administrators or Power Users group
have permissions to this dialog box. This affects workstations, servers,
and servers in Remote Administration mode.
On computers running Windows 2000 Terminal Services, the UI is locked down
so that no one can change file type associations (not even administrators).
This is done so that you can only edit the entries programmatically or by
using MSI-based applications. This ensures that an inadvertent change in
the UI does not effect the global file type associations across the
computer running Terminal Services and all of its users.
You can enable this functionality by changing the following registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFileAssociate"=dword:00000000
WARNING : Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT or Windows 2000, you should also update your
Emergency Repair Disk (ERD).
Changing this key from its default value of 00000001 enables the File Types
dialog box to function just as it does for other Windows 2000
configurations. Administrators and Power Users can change the global file
type settings for the computer and all of its users.
Currently, there is no way through the UI to change or edit the
user-specific file type associations stored in the
HKEY_CURRENT_USER\SOFTWARE\Classes registry key. If you want to do this,
you have to directly edit the registry or develop your own UI to gain
access to this information. (You can also send an e-mail message to
mswish@microsoft.com to request a release of such a tool. If enough
requests are received, a tool may be released in a future resource kit or
supplement.)
For more information, search on HKEY_CLASSES_ROOT in the Technical
Reference to the Windows 2000 Registry in the Microsoft Windows 2000
Resource Kit.

