Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

W2k --> Arbeitstation sperren --> Skript

Empfohlene Antworten

Hallo.

Ich suche ein VB oder ähnliches Skript mit den ich es realsieren kann das ich nur durch doppelklick meine Arbeitsstation sperre....

So wie das Shutdown Script oder Logoff Script....

Kann mir einer sagen, wo ich sowas finde???

Oder einfach den Code hier hereinschreiben ;)

Schonmal danke im voraus...

Gruß

Y2k

:cool:

P.S.: Und ja ich habe schon die Suchfunktion benutzt habe aber dazu nichts gefunden :D

Das ist vielleicht nicht genau das was du suchst, aber mit dieser C-Funktion kannst du den Bildschirmschoner aktivieren. Wenn der jetzt Passwortschutz hat, hast du was du willst...

Compiliert mit devc++ (Freeware)...

#include <windows.h>

int STDCALL

WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)

{

Sleep(1000);

PostMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_SCREENSAVE, 0);

return 0;

}

Hallo.

Hat sich erledigt...

Dafür gibts einen Rundll32.exe Parameter:

Hier : "%windir%\SYSTEM32\rundll32.exe

user32.dll,LockWorkStation"

Trotzdem Danke

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.