Tag: Windows 10

  • Getting special folder path via .NET for HoloLens App

    Getting special folder path via .NET for HoloLens App

    When special folder paths on the HoloLens app that is a UWP app, .NET developers can use Environment.SpecialFolder and Windows.Storage namespace.

  • Assign icon for WPF App

    Assign icon for WPF App

    Summary Q. Where is icon for a WPF application?A. The icon can be found in project properties. Prerequisites .NET Core v3.1 Visual Studio 2019 Windows 21H1 Steps Open properties of project. Open Application tab in properties. Click Browse button for Icon:.

  • Install the Connect App with PowerShell (For Windows 10)

    Summary The other day, I installed the connection app with GUI. Install the Connect App on Windows 10 (21H1) In this post explains install it from the command line. Prerequisites Windows 21H1 Require administrative access Require internet access PowerShell v5.1 Steps Open PowerShell prompt as administrator. Then enter the following command: If you install a…

  • Install the Connect App on Windows 10 (21H1)

    Install the Connect App on Windows 10 (21H1)

    Summary If you want to mirror a screen of another device on Windows 10, you can use the connection app if both support Miracast. However, the Connect App isn’t installed by the default of Windows 10. If you use Windows 10 as virtual machine, it may not support Miracast. In that case, the Connect App…

  • Using Time Zone ID on .NET Core v3.1 under multi-platform

    Summary How do I specify the timezone ID in .NET Core v3.1? In macOS v11.6, the Time Zone Database is within the /usr/share/zoneinfo directory. Therefore, when specifying the time zone id in Swift, do as follows. It’s the same for macOS and iOS. On the other hand, in .NET Core v3.1 (Windows), specify as follows.…

  • Screenshot store location in Windows 10

    Screenshot store location in Windows 10

    Where is screenshot store?

  • Access the Environment Variables of Windows with PowerShell

    Summary On UNIX-like OS, it provide commands that allows you to access environment variables. Examples are export and set…etc. How to get/set the Environment Variables of Windows on command line? Prerequisites PowerShell v5.1 .NET Core v3.1 Windows 10 v21H1 Method PowerShell is available to access .NET. So, using Environment.GetEnvironment andEnvironment.SetEnvironment to get and set the…

  • Make a dummy data on Windows 10 with the fsutil command

    Make a dummy data on Windows 10 with the fsutil command

    Where is mkfile on Windows 10?

  • Add a local account without a Microsoft account on Windows 10

    Add a local account without a Microsoft account on Windows 10

    Summary Windows 10 provide sign-in feature with Microsoft account. Also, Windows 10 has the traditional login method. This article describes how to create a local account for traditional login. Prerequisites Windows 10 Pro Version 21H1 Steps Open Settingsapp. Click Accounts. Click Family & other users. Click Add someone else to this PC. Click I don’t…

  • Speed up the Keystroke on Windows

    Speed up the Keystroke on Windows

    Windows provide slowly the keystrokes. It’s too shock me. That’s one reason why i dislike Windows. In this post, get higher keystroke speed. Introduction It drains me just being with slowly keystroke of Windows. So i dislike the os. However, I sometimes use the Windows for work, so I’ll try to speed-up the keystrokes. Before…