Recent content by eager2learn

  1. eager2learn

    Icon target to start "windows update" for Windows server 2022.

    Yes, this works. Thank you for your quick response.
  2. eager2learn

    Icon target to start "windows update" for Windows server 2022.

    On a windows-server 2012, I create a Desktop icon to start the "windows Update". The icon target is: "C:\Windows\System32\rundll32.exe url.dll,FileProtocolHandler wuapp.exe" On a Windows-server 2016 the icon target is: "ms-settings:windowsupdate" But this targets doesn't work on...
  3. eager2learn

    recovering license of server no longer in use

    We bought a Windows server 2022 license for 10 systems. One licensed system no longer exists. How can I get that discontinued license back for reuse?
  4. eager2learn

    Windows 10 Windows continues logon and logoff on Windows print-server.

    The print-server has a static IP-address. The Windows 10 pro systems get a IP-address from a DHCP-server. But this Windows 10 pro system is nearly always on and has therefor always the same IP-address.
  5. eager2learn

    Windows 10 Windows continues logon and logoff on Windows print-server.

    On a Windows 10 Pro system, a printer is added that is connected to a Windows 2012 R2 server. Both Windows system are member of the same Domain. When, on the Windows 10 Pro system, the Service "(Print) Spooler" is Running, +/- every 30 sec a successfull logon and logoff is performed from the...
  6. eager2learn

    Windows 10 Error handling in Powershell

    I know cmd.exe and I know Linux bash very well, but Powershell is new for me. I get in Powershell the next error message 'while' is not recognozed as an internal or external command, operable program or batch file. and the same error message for "{"
  7. eager2learn

    Windows 10 Error handling in Powershell

    A Windows system use an external drive N:. A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available". To test the continuous availability I write the next batch script. :loop @TimE /t >> N:\datastore\test_times.txt @sleep...
  8. eager2learn

    Windows 10 accounts of mapped network drives

    I create several network drives. I forget for some network drives the account I used to map the network drive. How can I get the account that I used to map a network drive? Where is the account of a network drive stored. In the registry?
  9. eager2learn

    Windows 8 How Are Certificates Stored in Windows After Network Drive Mapping?

    In cmd.exe after the command "net use W: \\192.168.0.52\data" I get a window with title "Certificate selection". Where and how is a certificate stored in Windows? As a file with a .crt suffix, in the registry or other?
Back
Top