Xee For Windows

Xee is not available for Windows but there are plenty of alternatives that runs on Windows with similar functionality. The best Windows alternative is IrfanView. It's not free, so if you're looking for a free alternative, you could try nomacs or ImageGlass. If that doesn't suit you, our users have ranked more than 50 alternatives to Xee and many of them are available for Windows so hopefully you can find a suitable replacement. Nov 14, 2020 Xee is a lightweight, fast and convenient image viewer and browser. It is designed to be a serious tool for image viewing and management, with a sleek and powerful interface. Xee is useful as a more powerful replacement for Preview, or most any other image viewer available on Mac OS X. It is very fast, and uses less memory than most other image. Expensive as a stand-alone app. Adobe FrameMaker is a powerhouse desktop publishing/XML editing software for corporations that produce technical writing or complex documents for web, print, and other distribution methods. It's overkill for individuals and small businesses, but for in-house, big-business publishing, it's a top choice.

  1. SQL Injection
  2. Blind SQL Injection
  3. Zee For Windows
-->

Boot Configuration Data (BCD) files provide a store that is used to describe boot applications and boot application settings. The objects and elements in the store effectively replace Boot.ini.

BCDEdit is a command-line tool for managing BCD stores. It can be used for a variety of purposes, including creating new stores, modifying existing stores, adding boot menu parameters, and so on. BCDEdit serves essentially the same purpose as Bootcfg.exe on earlier versions of Windows, but with two major improvements:

  • Exposes a wider range of boot parameters than Bootcfg.exe.

  • Has improved scripting support.

For

Note

Administrative privileges are required to use BCDEdit to modify BCD.

BCDEdit is the primary tool for editing the boot configuration of Windows Vista and later versions of Windows. It is included with the Windows Vista distribution in the %WINDIR%System32 folder.

BCDEdit is limited to the standard data types and is designed primarily to perform single common changes to BCD. For more complex operations or nonstandard data types, consider using the BCD Windows Management Instrumentation (WMI) application programming interface (API) to create more powerful and flexible custom tools.

Syntax

Parameters

General BCDEdit Command-Line Options

OptionDescription
/?Displays a list of BCDEdit commands. Running this command without an argument displays a summary of the available commands. To display detailed help for a particular command, run bcdedit /?<command>, where <command> is the name of the command you are searching for more information about. For example, bcdedit /? createstore displays detailed help for the Createstore command.

SQL Injection

Parameters that Operate on a Store

Timothy Morgan’s 2014 Paper: XML Schema, DTD, and Entity Attacks - A Compendium of Known TechniquesXee For Windows
OptionDescription
/createstoreCreates a new empty boot configuration data store. The created store is not a system store.
/exportExports the contents of the system store into a file. This file can be used later to restore the state of the system store. This command is valid only for the system store.
/importRestores the state of the system store by using a backup data file previously generated by using the /export option. This command deletes any existing entries in the system store before the import takes place. This command is valid only for the system store.
/storeThis option can be used with most BCDedit commands to specify the store to be used. If this option is not specified, then BCDEdit operates on the system store. Running the bcdedit /store command by itself is equivalent to running the bcdedit /enum active command.

Parameters that Operate on Entries in a Store

ParameterDescription
/copyMakes a copy of a specified boot entry in the same system store.
/createCreates a new entry in the boot configuration data store. If a well-known identifier is specified, then the /application, /inherit, and /device parameters cannot be specified. If an identifier is not specified or not well known, an /application, /inherit, or /device option must be specified.
/deleteDeletes an element from a specified entry.

Parameters that Operate on Entry Options

ParameterDescription
/deletevalueDeletes a specified element from a boot entry.
/setSets an entry option value.

Parameters that Control Output

ParameterDescription
/enumLists entries in a store. The /enum option is the default value for BCEdit, so running the bcdedit command without parameters is equivalent to running the bcdedit /enum active command.
/vVerbose mode. Usually, any well-known entry identifiers are represented by their friendly shorthand form. Specifying /v as a command-line option displays all identifiers in full. Running the bcdedit /v command by itself is equivalent to running the bcdedit /enum active /v command.

Parameters that Control the Boot Manager

Xee
ParameterDescription
/bootsequenceSpecifies a one-time display order to be used for the next boot. This command is similar to the /displayorder option, except that it is used only the next time the computer starts. Afterwards, the computer reverts to the original display order.
/defaultSpecifies the default entry that the boot manager selects when the timeout expires.
/displayorderSpecifies the display order that the boot manager uses when displaying boot parameters to a user.
/timeoutSpecifies the time to wait, in seconds, before the boot manager selects the default entry.
/toolsdisplayorderSpecifies the display order for the boot manager to use when displaying the Tools menu.

Parameters that Control Emergency Management Services

ParameterDescription
/bootemsEnables or disables Emergency Management Services (EMS) for the specified entry.
/emsEnables or disables EMS for the specified operating system boot entry.
/emssettingsSets the global EMS settings for the computer. /emssettings does not enable or disable EMS for any particular boot entry.

Parameters that Control Debugging

ParameterDescription
/bootdebugEnables or disables the boot debugger for a specified boot entry. Although this command works for any boot entry, it is effective only for boot applications.
/dbgsettingsSpecifies or displays the global debugger settings for the system. This command does not enable or disable the kernel debugger; use the /debug option for that purpose. To set an individual global debugger setting, use the bcdedit /set<dbgsettings> <type> <value> command.
/debugEnables or disables the kernel debugger for a specified boot entry.

Additional References

For examples of how to use BCDEdit, see the BCDEdit Options Reference article.

To see the notation used to indicate command-line syntax, see Command-Line Syntax Key.

Thank you for visiting OWASP.org. We recently migrated our community to a new web platform and regretably the content for this page needed to be programmatically ported from its previous wiki page. There’s still some work to be done.

Blind SQL Injection

  • OWASP XML External Entity (XXE) Prevention Cheat Sheet