Windows 8Tag ArchiveSubscribe
Windows 8 OS
C# – First steps with C# and .NET – part 006 .
Today, I wrote this article – tutorial because I read much about C# programming and I tested myself the position of freelancer into the area of programming. In my opinion, a good programmer is a freelancer with skills in the management of information and knowledge in the areas of technologies.… Continue Reading C# – First steps with C# and .NET – part 006 .
Windows – Intro into windows platform and Universal Windows Platform (UWP).
Today I start learning UWP named Universal Windows Platform and this is the subject of this short intro tutorial. In the past, I used the old Windows Forms and the new Universal Windows Platform (UWP) has a very similar operation to build the forms. About the Windows Presentation Foundation (WPF)… Continue Reading Windows – Intro into windows platform and Universal Windows Platform (UWP).
Dropbox Paper collaborative workspace.
Today I discovery this old feature from the Dropbox tool. Dropbox Paper, or simply Paper, is a collaborative document-editing service developed by Dropbox. Originating from the company’s acquisition of document collaboration company Hackpad in April 2014, Dropbox Paper was officially announced in October 2015 and launched in January 2017. It… Continue Reading Dropbox Paper collaborative workspace.
Windows 8.1 – Windows Repair Toolbox.
This tool can help you to repair and fix Windows O.S. issues. They tell us: Windows Repair Toolbox (freeware) is a portable program that helps you repair a Windows system, by making the process faster, easier and uniform. … Requirements: .NET Framework 4, Windows XP to 10. The tool can… Continue Reading Windows 8.1 – Windows Repair Toolbox.
Windows 8.1 – show all ips/ports and tasks.
This command will show you into notepad editor all about ips/ports and task:
1 | echo > 0 & netstat -a -n -o >> 0 & tasklist /v >> 0 & echo >> 0 & notepad 0 |
The output format will be like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 | ECHO is on. Active Connections Proto Local Address Foreign Address State PID ... Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title ========================= ======== ================ =========== ============ =============== ================================================== ============ ================================ System Idle Process 0 Services 0 4 K Unknown NT AUTHORITY\SYSTEM 0:24:37 N/A ... WmiPrvSE.exe 2504 Services 0 6,092 K Unknown N/A 0:00:00 N/A ECHO is on. |
Security – Fix Data Execution Prevention (DEP).
The tutorial is about Data Execution Prevention (DEP). Note: For Riva installations that use the Novell Windows client and Novell GroupWise client, Data Execution Prevention (DEP) should be disabled. Open a Command Prompt using Run as Administrator and use the commands for enabling or disable the DEP Enable Data Execution… Continue Reading Security – Fix Data Execution Prevention (DEP).
Security – What’s the Wow6432Node?
If you see this under Wow6432Node the HKEY_LOCAL_MACHINE\SOFTWARE registry subkey, then is not an error. The operating system uses this key to present a separate view of HKEY_LOCAL_MACHINE\SOFTWARE for 32-bit applications that run on a 64-bit version of Windows. When a 32-bit application queries a value under the HKEY_LOCAL_MACHINE\SOFTWARE\ subkey,… Continue Reading Security – What’s the Wow6432Node?