Sorry, I had copied the wrong one, edited my post.
Die Suche ergab 1578 Treffer
- 18 Okt 2024, 11:43
- Forum: Freier Support
- Thema: Win11-24H2 WINPE Module?
- Antworten: 31
- Zugriffe: 34431
- 18 Okt 2024, 03:02
- Forum: Freier Support
- Thema: Win11-24H2 WINPE Module?
- Antworten: 31
- Zugriffe: 34431
Re: Win11-24H2 WINPE Module?
wie hast du die Optionen WinPe-WMI und WinPE-Securestartup im PE Aktiviert?
Install the latest Windows ADK WinPE add-on.
Create two directories:
'C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\mount\'
'C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit ...
- 16 Okt 2024, 12:27
- Forum: Freier Support
- Thema: VBS Skript als lokal angemeldeter User ausführen
- Antworten: 1
- Zugriffe: 3045
Re: VBS Skript als lokal angemeldeter User ausführen
It looks like you are missing a ProfileActions section?
Example to be inserted after the actions section:
[ProfileActions]
DefStringList $ProductInfo$
DefVar $InstallationState$
set $ProductInfo$ = getProductMap
set $InstallationState$ = getValue("installationstate", $ProductInfo$)
DefVar $INST ...
Example to be inserted after the actions section:
[ProfileActions]
DefStringList $ProductInfo$
DefVar $InstallationState$
set $ProductInfo$ = getProductMap
set $InstallationState$ = getValue("installationstate", $ProductInfo$)
DefVar $INST ...
- 15 Okt 2024, 13:18
- Forum: Free Support
- Thema: Linkfolder cant find path to delete shortcut
- Antworten: 1
- Zugriffe: 12901
Re: Linkfolder cant find path to delete shortcut
Have you tried this?
Code: Alles auswählen
[LinkFolder_uninstall]
set_basefolder common_desktopdirectory
set_subfolder ""
delete_element "FileZilla FTP Client"
- 06 Aug 2024, 15:53
- Forum: Freier Support
- Thema: ERROR_INSTALL_SOURCE_ABSENT - SMB Zugriffsproblem?
- Antworten: 6
- Zugriffe: 8226
Re: ERROR_INSTALL_SOURCE_ABSENT - SMB Zugriffsproblem?
Here you are:
*snip*
smb.conf has been created by the quick-install-script.
You have some weird settings in there, if you have a standard setup.
For instance "obey pam restrictions = yes" is not the default setting.
When Samba is configured to enable PAM support (i.e., --with-pam), this ...
- 02 Aug 2024, 15:13
- Forum: Freier Support
- Thema: ERROR_INSTALL_SOURCE_ABSENT - SMB Zugriffsproblem?
- Antworten: 6
- Zugriffe: 8226
Re: ERROR_INSTALL_SOURCE_ABSENT - SMB Zugriffsproblem?
Please post your entire smb.conf
- 02 Aug 2024, 15:01
- Forum: Free Support
- Thema: How to get a List of installed Products without Commandline
- Antworten: 3
- Zugriffe: 14757
Re: How to get a List of installed Products without Commandline
In opsiscript you can do this:
Code: Alles auswählen
set $ResultList$ = getReturnListFromSection('opsiservicecall_getInstalledProductIds_list')
[opsiServiceCall_getInstalledProductIds_list]
"method": "getInstalledProductIds_list"
"params": [
"%HostID%"
]
- 23 Jul 2024, 02:37
- Forum: Freier Support
- Thema: Win 11 auf älterer Hardware
- Antworten: 4
- Zugriffe: 5617
Re: Win 11 auf älterer Hardware
Unabhängig davon braucht Windows11 ab 24H2 scheinbar den SSE4.2 Befehlssatz, sonst bootet dein Windows nicht mehr.
Den scheint die Sandy-Bridge noch zu haben, aber es ist wahrscheinlich nur eine Frage der Zeit bis MS den nächsten Befehlssatz per Update diktiert, den die CPU dann nicht mehr hat ...
- 26 Jun 2024, 23:32
- Forum: Freier Support
- Thema: Aktivitätsanzeige am Client bei Software Installation
- Antworten: 1
- Zugriffe: 2536
Re: Aktivitätsanzeige am Client bei Software Installation
I think you're talking about the third point in this topic? viewtopic.php?t=14014
- 26 Jun 2024, 23:30
- Forum: Freier Support
- Thema: (Solved) - Netboot - opsi-local-image... Administrator Passwort lässt sich nicht setzen
- Antworten: 5
- Zugriffe: 4939
Re: Netboot - opsi-local-image... Administrator Passwort lässt sich nicht setzen
Find the button: properties of depots, then product default-properties.psycho.unibas hat geschrieben: ↑26 Jun 2024, 15:23 Yes, I have tried it via Configed and this works fine. But this is only for one client. Or am I wrong?