Difference between revisions of "Missing ReactOS Functionality"

From ReactOS Wiki
Jump to: navigation, search
(Hasn't been updated in a while. *You can remove alert*)
(Introduced in Windows NT)
Line 44: Line 44:
 
=== Introduced in Windows NT ===
 
=== Introduced in Windows NT ===
 
* NT-based <span style="color:green">'''CHKDSK'''</span> [http://technet.microsoft.com/en-us/library/bb491051.aspx]
 
* NT-based <span style="color:green">'''CHKDSK'''</span> [http://technet.microsoft.com/en-us/library/bb491051.aspx]
* <span style="color:green">'''Dr. Watson'''</span> [http://github.com/reactos/reactos/pull/145 '''[i]''']
+
* <span style="color:green">'''Dr. Watson'''</span> [[User:Petr-akhlamov/Crash Reports|'''[i]''']]
  
 
=== Introduced in Windows 98 ===
 
=== Introduced in Windows 98 ===

Revision as of 09:36, 21 February 2018

Icon speedy deletion.png
This page is probably outdated

The information on this page might not be valid for the current state of ReactOS.
A Wiki Administrator should look at this page and decide or discuss what to do with it.


This page contains a list of APIs, COM interfaces, drivers, application, extensions or other functionality that Windows has but ReactOS does not. There are other similar pages in this wiki that might help, e.g. Version Status and Roadmap. This page is intended as a list of general tasks that need to be done in ReactOS. If a certain component already exists, consider filing a bug report.

Statuses: planned, implementation started, implementation finished.

General

  • Boot from non-primary/logical/secondary partition; Boot from some primary partitions
  • Automatic Updates
  • Search
  • User Login
  • WMI [1]
  • Diskpart [2] (command line partitioning tool)
  • Disk Defragmenter (ROSAPPS-332) [3]
  • Use Event Tracing [4] (turn debug channels into event channels??)
  • Hibernation support
  • LSASS [5]
  • Multi user support
  • Multi session support
  • Fast User Switching
  • LDAP/ActiveDirectory [6]
  • Task Scheduler
  • Printing
  • HTML Applications [7] – HTML files with a .hta extension that run as Windows Applications using the MSHTML (IE) Engine – see CORE-12813
  • Animated Mouse Cursors (CORE-14166)
  • Security Support Provider Interface (and the MS provided default packages) [8]
  • NTFS
  • WOWEXEC to run older Windows applications, based on 16 bit code. (A partial implementation of NTVDM exists.)

Win32 features

Introduced in Windows NT

  • NT-based CHKDSK [12]
  • Dr. Watson [i]

Introduced in Windows 98

  • System File Checker [13] (nice, but not absolutely needed)

Introduced in Windows ME

Introduced in Windows 2000

Introduced in Windows XP

  • Image Mastering API (needed for many cd writing applications)
  • Window ghosting(A window manager feature that lets the user minimize, move, or close the main window of an application that is not responding) – see CORE-11944
  • Error Reporting [18] (Would be tremendously helpful to development) (CORE-8269)
  • MUI Support [19] (An alternative is worked on by Stefan Fulea- see CORE-10335)
  • Application Compatibility [20]
  • Prefetching [21]
  • Background Intelligent Transfer Service (BITS) [22] (optional, stuff that would be nice to have)
  • VirtualWiFi architecture [23]

Introduced in Windows XP x64, Windows Server 2003

  • Data Execution Prevention (DEP) [24]
  • Kernel Patch Protection (KPP) [25]

Introduced in Windows Vista

  • User Interface Privilege Isolation (UIPI) see: ChangeWindowMessageFilter
  • User Account Control (UAC) [26]
  • Address Space Layout Randomization (ASLR) [27]
  • Condition Variables (CORE-7546) [28]
  • One Time Initialization [29]
  • ThreadPool API [30]
  • Wait Chain Traversal [31]
  • Kernel Transaction Manager [32]
  • Desktop Window Manager [33]
  • Windows Search [34]
  • Windows Diagnostics Infrastructure (WDI) [35]
  • Windows Display Driver Model [36]

Introduced in Windows 7

  • New API Functions [i] [37]
  • Jump Lists [38]
  • Pin to Taskbar [39]
  • Window Snapping [40]
  • Wallpaper Rotation [41]
  • Multi-touch Support [42] (optional)
  • exFAT (Extended File Allocation Table) [43]
  • DPI settings are per-user [44]
  • Wireless Hosted Network [45]

Introduced in Windows 8

  • Supervisor Mode Execution Prevention [46]
  • Windows To Go [47] (ReactOS has LiveCDs instead)

Introduced in Windows 10

  • APPX packaging for desktop apps

Drivers

Display

Networking

  • Internet Protocol Version 6 [52]
  • DHCP Server
  • SMB Filesystem Server/Client [53]
  • NFS Server/Client [54]
  • Tunnel (P-t-P) Network Communication

Low Priority Framework implementations

  • MFC and Visual C support runtimes...
  • Visual Basic Runtime
  • .NET alternative such as Mono
  • Windows Runtime