Search:

Type: Posts; User: kinderu81

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Registry target field by kinderu81
    Forum: General Support
    Replies 4 Views 1,270

    Registry target field

    Hello!

    Does anyone know how to edit an application's target field from the registry?

    376888
  2. Thread: Windows 10 FTP Feature by kinderu81
    Forum: Network and Sharing
    Replies 1 Views 1,155

    Enable Windows 10 FTP Feature with Poweshell

    Does anyone know how to enable Windows features from PowerShell?
    I tried to activate the FTP Server from the Control Panel -> Turn Windows features on or off using PowerShell.
    I used the following...
  3. Thread: Add VPN Connection from PowerShell by kinderu81
    Forum: Network and Sharing
    Replies 1 Views 839

    Add VPN Connection from PowerShell

    Hello!
    I installed the Windows Server 2019 operating system without GUI.
    From PowerShell I tried to add a VPN connection but I get an error.

    373798

    Do you have any idea how to solve it?
  4. Thread: Add VPN Connection from PowerShell by kinderu81
    Forum: Network and Sharing
    Replies 1 Views 2,118

    Add VPN Connection from PowerShell

    Hello!
    I installed the Windows Server 2019 operating system without GUI.
    From PowerShell I tried to add a VPN connection but I get an error.

    373768

    Do you have any idea how to solve it?
  5. Thread: Windows 10 by kinderu81
    Forum: Software and Apps
    Replies 4 Views 750

    I somehow try to write with a pen on a device and...

    I somehow try to write with a pen on a device and the handwriting is inserted in the application.I said above, just like in the video on Youtube
  6. Thread: Windows 10 by kinderu81
    Forum: Software and Apps
    Replies 4 Views 750

    Windows 10

    Hello!
    Does anyone know an application that displays handwriting in an application just like in the link below?

    Limite de functii clasa 11 caz nederminare 0 pe 0 infinit laterale Exercitii(Invata...
  7. Thread: Web server on a virtual machine by kinderu81
    Forum: Virtualization
    Replies 0 Views 2,024

    Web server on a virtual machine

    Hello!
    I have the next scenario.
    On a virtual machine I have Windows 10 and XAMPP Control Panel.
    On this virtual machine I access a website in Microsoft Edge.
    I want to access the same website on...
  8. Thread: Free NAS Shared Volumes Access denied by kinderu81
    Forum: Network and Sharing
    Replies 0 Views 998

    Free NAS Shared Volumes Access denied

    Hi everyone!
    I installed FreeNAS on the VMware Workstation.I also have 2 disks added in FreeNAS.When I try to access them from Windows Explorer I am not allowed access with the username and password...
  9. Thread: Keyboard behavior by kinderu81
    Forum: General Support
    Replies 2 Views 493

    Keyboard behavior

    Hello!Do you know if the behavior of the keyboard can be changed?When the Shift + 2 key is pressed, @ is displayed.I would like to change, namely when I press Shift + 2 to display 2 and when I simply...
  10. Thread: PowerShell script by kinderu81
    Forum: General Support
    Replies 0 Views 759

    PowerShell script

    The code below tests a series of IPs in a txt file.The result is as follows and is written in a txt file.
    19.191.12.161 - online
    19.191.12.162 - offline
    19.191.12.163 - offline
    19.191.12.164 -...
  11. Replies 4 Views 1,886

    It works Try3, thank you!

    It works Try3, thank you!
  12. Replies 4 Views 1,886

    PowerShell file run with admin rights

    I made a script in PowerShell and I have to run with admin rights.
    I also made a shortcut of that file and with right click -> properties, shortcut tab -> advanced -> run as admin is disabled.
    ...
  13. Thread: Remote Desktop not work by Hostname by kinderu81
    Forum: Network and Sharing
    Replies 0 Views 941

    Remote Desktop not work by Hostname

    Hi everyone!The scenario is as follows.I have two PC's, one of them is a VPN server configured from Windows, the other is the client.When the client is connected to the VPN server, I cannot remotely...
  14. Thread: Script to add a rule for Routing and Remote Access by kinderu81
    Forum: AntiVirus, Firewalls and System Security
    Replies 1 Views 2,679

    Script to add a rule for Routing and Remote Access

    From Firewall I want to add a rule - Routing and Remote Access.
    This rule can be added manually, but I want to add it from the command prompt.
    I am using Windows 10 Pro 20H2.
    To add manualy, open...
  15. Thread: Local Security Policy script from CMD by kinderu81
    Forum: Network and Sharing
    Replies 2 Views 5,585

    Thank you for reply, Zebal!

    Thank you for reply, Zebal!
  16. Thread: Local Security Policy script from CMD by kinderu81
    Forum: Network and Sharing
    Replies 2 Views 5,585

    Local Security Policy script from CMD

    Hello!
    Can be set from Command Prompt, LAN Manager authentication level to Send LM & NTLM - use NTLMv2 session security if negotiated from Network security (Local Security Policy)
  17. Thread: opening port 8080 by kinderu81
    Forum: Network and Sharing
    Replies 3 Views 1,653

    I am trying to open on the web.

    I am trying to open on the web.
  18. Thread: opening port 8080 by kinderu81
    Forum: Network and Sharing
    Replies 3 Views 1,653

    opening port 8080

    I added rules to the firewall but the port is not open when I check from the power shell.

    CMD: netsh advfirewall firewall add rule name="8080_TCP" dir=in action=allow protocol=TCP localport=8080,...
  19. Thread: Windows version 20H2 VPN not working by kinderu81
    Forum: Network and Sharing
    Replies 0 Views 2,784

    Windows version 20H2 VPN not working

    Windows version 20H2.On the old version of Windows (I don't know what it is) I had a VPN server and I connected with a VPN client (a virtual machine) on the server.Since I switched to version 20H2...
  20. Replies 0 Views 911

    How to share a drive/folder from another domain with cmd

    Hello!
    Do you know how to share a disk/folder with the net share command from CMD?I tried the net share test = \\WIN-DC01\C:\test /grant: everyone,full but it doesn't work.
    test is folder from...
  21. Thread: Remote Desktop Connection from CMD by kinderu81
    Forum: Network and Sharing
    Replies 2 Views 955

    With IP address it works, thank you! - - -...

    With IP address it works, thank you!

    - - - Updated - - -

    What command I have to type inside the .bat file to close command prompt window ?
    With exit doesn't work.
  22. Thread: Remote Desktop Connection from CMD by kinderu81
    Forum: Network and Sharing
    Replies 2 Views 955

    Remote Desktop Connection from CMD

    I created a file with the .bat extension, in which I wrote the following script:$Hostname = "MyHostname"$User = "MyUser"$Password = "ZZZ"cmdkey / generic: $Hostname / user: $User / pass:...
  23. Thread: Additional IP by kinderu81
    Forum: Network and Sharing
    Replies 8 Views 1,779

    How to set a NAT for network 10?In the virtual...

    How to set a NAT for network 10?In the virtual machine settings at Network Connection I have the NAT option: Used to share the host's IP address but my host has two IPs (192 and 10).I do not have the...
  24. Thread: Additional IP by kinderu81
    Forum: Network and Sharing
    Replies 8 Views 1,779

    Oh, yes, I knew how to assign a static IP.I...

    Oh, yes, I knew how to assign a static IP.I wanted to assign the virtual machine an IP from another class of IP's.As I have the IP 192.168.... on the Host and I added an additional IP from another...
  25. Thread: Additional IP by kinderu81
    Forum: Network and Sharing
    Replies 8 Views 1,779

    I am not trying to accomplish anything? Just out...

    I am not trying to accomplish anything? Just out of curiosity.
    I am using a virtual machine, I added a secondary adapter but I don't know how to assign a specific IP, let's say 10.1.1.10
Results 1 to 25 of 37
Page 1 of 2 1 2
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:01.
Find Us




Windows 10 Forums