myGully.com Boerse.SH - BOERSE.AM - BOERSE.IO - BOERSE.IM Boerse.BZ .TO Nachfolger
Zurück   myGully.com > Computer & Technik > Windows & Software
Seite neu laden

Standart User und Admin User rechte vergeben

Willkommen

myGully

Links

Forum

 
Antwort
Themen-Optionen Ansicht
Ungelesen Gestern, 05:10   #1
specy99
Anfänger
 
Registriert seit: Sep 2024
Beiträge: 5
Bedankt: 0
specy99 ist noch neu hier! | 4 Respekt Punkte
Standard Standart User und Admin User rechte vergeben

Hallo

Eine Frage an die Techniiker hier

ist es eigentlich möglich das ein Standart USer ( Windows 11 )
so einzu richten ist das er KEINE Tools die er in der Taskleiste sieht beenden kann

Kann man diese irgendwie die rechte entziehen ?

UAC habe ich kann rauf gestellt...

es geht um die Software " Brother Control Center4 "

das soll der User nicht beenden Können

geht das irgendwie ?
specy99 ist offline   Mit Zitat antworten
Ungelesen Gestern, 08:00   #2
happy_ol
Erfahrener Newbie
 
Registriert seit: Jun 2011
Beiträge: 189
Bedankt: 106
happy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punktehappy_ol leckt gerne myGully Deckel in der Kanalisation! | 14320657 Respekt Punkte
Standard

Hallo specy99
So wäre es (auch) wohl möglich:
- Zitate aus dem Inet -

"Das geht relativ einfach und ist nichts programmierspezifisches. Starte das Programm unter Windows einfach als Dienst mit einem höher-priviligierten User als der angemeldete. Dann kann er es nur stoppen wenn er sich unter Windows als admin authentifiziert. "

Und so den Dienst einrichten:

" [ Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ] "

Don`t worry be happy
happy_ol ist offline   Mit Zitat antworten
Die folgenden 2 Mitglieder haben sich bei happy_ol bedankt:
Draalz (Gestern), specy99 (Gestern)
Ungelesen Gestern, 12:42   #3
specy99
Anfänger
 
Registriert seit: Sep 2024
Beiträge: 5
Bedankt: 0
specy99 ist noch neu hier! | 4 Respekt Punkte
Standard

Hi
Danke für diesen Netzfund
aber leider klappt das nicht so wie beschrieben

es wird nur dann die Software ausgeführt wenn der Hacken Bei " Nur ausführen wenn der Benutzer angemeldet ist "

aber dennoch kann der Angelmeldet User die Software via Icon rechts unten beenden!

Hat jemandnoch einen Lösung?

BG
specy99 ist offline   Mit Zitat antworten
Ungelesen Gestern, 12:50   #4
Elke_freshmind
Super Moderatorin
 
Registriert seit: Aug 2018
Beiträge: 11.249
Bedankt: 84.636
Elke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt PunkteElke_freshmind leckt gerne myGully Deckel in der Kanalisation! | 512232722 Respekt Punkte
Standard

Wieviel Plan hat denn der User von Windows?
Das Taskleistensymbol ausblenden reicht wohl nicht?

Edit (Netzfund):
To prevent a standard user from terminating a specific process in Windows, you need to modify the process's security permissions. Specifically, you need to deny the "Terminate" permission for that user or group on the process's security settings.
Here's a more detailed explanation:
1. Locate the Process:

Open Task Manager (Ctrl+Shift+Esc).
Go to the "Details" tab (or "Processes" tab on older versions).
Find the process you want to protect.

2. Access Security Properties:
Right-click the process and select "Properties", Go to the "Security" tab, and Click "Edit" to change permissions.
3. Modify Permissions:

Click "Add" to add a user or group.
Enter the username or select the group you want to restrict.
In the permissions list, find "Terminate" and under "Deny," check the box next to it.
Click "Apply" and "OK" to save the changes.

Important Considerations:

Administrative Privileges:
Modifying security permissions requires administrative privileges.
"Terminate" vs. "End Task":
The "Terminate" permission is what you need to deny to prevent killing the process. "End Task" in Task Manager also requires this permission.

Other Methods:
Even with these permissions, a user with sufficient privileges (like an administrator) can still terminate the process using methods like the taskkill command or by using tools that bypass standard permissions.
Service Processes:
If the process is a service, it might require different handling, as services often have their own security settings.
Alternative Solutions:
For more robust protection, consider running the process as a service, or exploring ways to hide the process from the user altogether
__________________
Elke_freshmind ist offline   Mit Zitat antworten
Die folgenden 2 Mitglieder haben sich bei Elke_freshmind bedankt:
Draalz (Gestern), specy99 (Heute)
Ungelesen Heute, 05:59   #5
specy99
Anfänger
 
Registriert seit: Sep 2024
Beiträge: 5
Bedankt: 0
specy99 ist noch neu hier! | 4 Respekt Punkte
Standard

funktioniert leder auch nicht



sobald ich bei verweigern " ändern " klicke wird die linke spalte komplett entfernt
specy99 ist offline   Mit Zitat antworten
Antwort


Forumregeln
Du kannst keine neue Themen eröffnen
Du kannst keine Antworten verfassen
Du kannst keine Anhänge posten
Du kannst nicht deine Beiträge editieren

BB code is An
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.

Gehe zu


Alle Zeitangaben in WEZ +1. Es ist jetzt 19:00 Uhr.


Sitemap

().