Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

oDgo

Member
  • Joined

  • Last visited

  • Country

    Slovakia
  1. Hello maybe you`ll find this useful: @cls @echo [sys variables] set echo rem ::Services>cu.txt (@echo rem net stop " ")>>cu.txt @sc query|find /i "seRVicE_nAMe">>cu.txt start cu.txt pause>nul exit rem;)oDgo Gives variable view & exports services of computer to prepared file to make an cmd file from for shuting down services on computer. Actually this is for local run. I`m using it for review&temporary shutdown services on computer. To use it with psexec http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx you`ll need to think of where ur saving your file containing services on remote computer. Adding some prepared remote directory looks like easy way to handle with it. @cls net use z: \\server\dir /user:temporaryluser passwd echo rem ::Services>Z:\cu.txt (@echo rem net stop " ")>>z:\cu.txt @sc query|find /i "seRVicE_nAMe">>z:\cu.txt pause>nul net use z: /d exit rem;)oDgo This is good to b sent by psexec to run. You`ll find services running on remote computer saved in \\server\dir\cu.txt . you can also change cu.txt to %computername% variable if u would like to use it on more computers over net.

Account

Navigation

Search

Search

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.