When Microsoft unveiled its new command-line text editor “Edit” for Windows, it signaled more than just a modern reboot of a classic utility—it underscored a deeper commitment to developer-centric tooling and a desire to harmonize decades of Windows history with today’s fast-evolving digital...
64-bit
accessibility
build conference
cli editor
cli tools
coding tools
command line
command-line editor
command-line interface
consoleapplication
developer productivity
developer tools
edit
edit on windows
file management
github
lightweight editor
lightweight software
microsoft
mouse functionality
multitasking
notepad
open source
powershell
regex
rust programming
software development
software update
sysadmin tools
system administration
terminal
terminal applications
terminal editor
terminal environment
terminal tools
text editing
text editor
unicode
vim alternative
windows
windows 11
windows ecosystem
windows insider
windows terminal
windows tools
windows update
We’ve just published an update to the Console UWP App project templates on the Visual Studio marketplace here. The latest version (v1.5) adds support for C#. The C# template code only works with Visual Studio 2017 version 15.7 or later. In a previous post, I described how to build a simple...
Hi,
we have an wpf application which runs fine on windows 7 and higher.
Part of it starts a separate console application which uses a servicehost with namepipebinding to setup a connection between two applications on the same pc. this has been working fine for years from windows 7 and higher...
connection
consoleapplication
development
endpoint management
error message
inter-process communication
limitations
ltsb
namedpipebinding
pc software
service host
software compatibility
tech support
testing
troubleshooting
windows 10
windows 7
windows forum
wpf
Hello, Makers!
Earlier this year, we announced the availability of Windows IoT Core – a new edition of Windows designed for maker boards and small devices. We’ve been busy the past few months continuing to make improvements to the platform, with the goal of making Windows IoT Core the best...
Hey,
I just mooved from WinXP to Win7 with my software.
My software needs to have real time response to I/O so it makes busy-wait in one thread (wich has affinity to run on one CPU).
The result is 100% CPU on one of the cores and 0 CPU for others, in WinXP it worked just fine.
In win7 the...
Hi,
I'm newbie, so it's maybe stupid question)
So, I've got raid controller, wdf driver and application. It worked on Windows XP and Server 2003.
On Windows 7 it doesn't work(.
System function (like ::DeviceIoControl) began to return FALSE.
I think that this function work with DIRECT I/O. The...
Here is something you can do to keep track of the page file usage with System Monitor.
Once completed and running you can analyze the data using the prescribed formula (in the article) to increase or decrease your page file.
This is not a downloaded program, it is a Page File Console that you...
consoleapplication
data analysis
memory management
page file
performance monitoring
resource management
system monitor
tech tips
usage tracking
windows xp
New files written into a shared folder on a windows 7 computer are not recognized immediately by a program running in another window7 computer. The programs are written in C/C++ and use the open or _stat functions. It take nearly 10 seconds to open a newly created file from another windows 7...
Hello, my application has a feature that shows printers details as tree node and I use EnumPrinters API to fill nodes of this tree. i.e., the provider name, domain names and printer names etc. We have used Lazy loading concept in this tree formation. EnumPrinters API is called for any node level...
api
app development
coding
consoleapplication
debugging
enumprinters
error
error handling
interop
lazy loading
memory management
platform invoke
printer
printer enumeration
sample code
windows api
windows development
windows vista