Die Suche ergab 1553 Treffer

von SisterOfMercy
20 Feb 2024, 15:27
Forum: Freier Support
Thema: WinPE erstellen für Unattended Install
Antworten: 4
Zugriffe: 329

Re: WinPE erstellen für Unattended Install

in der Beschreibung ist wahrscheinlich durch's Veralten ein Fehler drin (betrifft Windows 11). (266) [3] [2024-02-07 14:46:38.594] [opsi-winpe] Error: move/rename: source: C:\winpe_x86\media\sources\winpe.wim is no existing file or Yeah, I'd say there is something wrong with the bitness. Is the pro...
von SisterOfMercy
15 Feb 2024, 15:13
Forum: Freier Support
Thema: WIN11 - Unerwünschte SW deinstallieren
Antworten: 14
Zugriffe: 10299

Re: WIN11 - Unerwünschte SW deinstallieren

Wie erwähnt lassen sich nicht alle Apps löschen/blockieren. "Onedrive" und "Dev Home" habe ich auch noch nicht weg bekommen. Onedrive is in the registry somewhere. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce (or Run, or HKCU) You can use NTLite for this....
von SisterOfMercy
15 Feb 2024, 14:52
Forum: Free Support
Thema: Opsi product installation kills explorer.exe but not restores it
Antworten: 2
Zugriffe: 1933

Re: Opsi product installation kills explorer.exe but not restores it

I think you'd have to use something like GetScriptMode and a winbatch section with /RunAsLoggedOnUser. Not totally sure about this, but there is documentation:

https://docs.opsi.org/opsi-docs-en/4.3/ ... serprofile
von SisterOfMercy
04 Jan 2024, 15:15
Forum: Bugs
Thema: Shellscript /TimeOutSeconds funktioniert nicht.
Antworten: 3
Zugriffe: 2379

Re: Shellscript /TimeOutSeconds funktioniert nicht.

Patrick89bvb hat geschrieben: 29 Dez 2023, 09:31 For only zip-files is this the best option, but the driver-setup-file from thinkpad-driver has a inno-setup-exe.
Yes. But you run this setup first on a test VM, then get the stuff from probably c:\drivers\, and pack that in a zip file.
von SisterOfMercy
28 Dez 2023, 19:10
Forum: Bugs
Thema: Shellscript /TimeOutSeconds funktioniert nicht.
Antworten: 3
Zugriffe: 2379

Re: Shellscript /TimeOutSeconds funktioniert nicht.

https://docs.opsi.org/opsi-docs-en/4.3/opsi-script-manual/sec-section.html#opsi-script-callsection Try this: Shellscript_Extract WINST /TimeOutSeconds 1 Why the low value of timeoutseconds? Isn't it easier to extract this driver on a testmachine first? Then you could put it in a zip file, like this:...
von SisterOfMercy
22 Dez 2023, 10:26
Forum: Freier Support
Thema: Samba Share mit Pam Authentifizieren
Antworten: 5
Zugriffe: 949

Re: Samba Share mit Pam Authentifizieren

I've done something similar for AD domain users on windows, to have access to samba shares with their own account. However, I don't think I used PAM. And of course I can't find the complete configuration manual I once wrote for this stuff. I can only find the config for samba. :oops: I'm now not sur...
von SisterOfMercy
18 Dez 2023, 17:29
Forum: Freier Support
Thema: Samba Share mit Pam Authentifizieren
Antworten: 5
Zugriffe: 949

Re: Samba Share mit Pam Authentifizieren

Why would you want to do this for the samba share? If pcpatch has the correct password it can do everything it needs to do, right?

Or is this a case of pcpatch is in AD, and not a local user? And the auth backend is Active Directory, right, not something else?
von SisterOfMercy
18 Dez 2023, 17:19
Forum: Freier Support
Thema: Fragen zur WAN-Erweiterung
Antworten: 2
Zugriffe: 2302

Re: Fragen zur WAN-Erweiterung

What OS are you running this on? (client side)

In my configed it shows the IP address configured for the client, not the one from the wireguard server.
von SisterOfMercy
06 Dez 2023, 17:05
Forum: Freier Support
Thema: zwei Fragen zu eine selbstgebauten Paket
Antworten: 3
Zugriffe: 1455

Re: zwei Fragen zu eine selbstgebauten Paket

Have you selected the key in configed? The default value is empty, so it would be logical that it is empty.

Could you otherwise share the entire setup script?