# McDonald's POS ## posedrive.zip Running this is pretty complex but I can give you the basic instructions to get this running. For more info, check out [this Discord server](https://discord.gg/6VCkSxhHQy) # Instructions 1. Create a user called `newpos` 2. Create a separate partition and make sure it is assigned the letter "E" 3. Copy the contents of the zip file onto your E partition 4. Install .NET runtime if you don't already have it 5. Open Command Prompt/PowerShell as admin and run `E:\Newpos61\NpSharpBin\NpSharp.App.exe` 6. Once the POS screen is visible, click Manager (enter manager creds) and click "Cash Out Drawer (Cashier)" 7. Afterwards, go back into the Manager menu and click Support 8. Click "POS Close Off Line" to close the POS 9. Go back into the Support menu and click "POS Open Off Line" 10. Go into the Manager menu and click "LOG IN Cashier DT", follow the on-screen instructions and enter an employee number when prompted (when prompted for initial cash amount, I recommend $100) 11. You should now be able to order **NOTE: You might be able to get around the partition requirement by using subst to mount the extracted folder as a drive Ex: `subst E: C:\Users\newpos\Downloads\posedrive` ### Manager Creds: 61 : 963 32 : 641 ## Show Mouse Cursor 1. Open your pos XML file in Notepad (default is `E:\Newpos61\posdata\_POS12_pos-db.xml`) 2. Scroll down to `
` 3. Set `` 4. Save -# Your resolution, position, and zoom can be found here too ## Change POS Type 1. Open `E:\Newpos61\Bat\start.np6` in Notepad 2. Change `"..\POSDATA\_POS12_pos-db.xml"` to a different xml (listed below) 3. Restart NpSharp ### POS Types: Kiosk: `_KIOSK06_pos-db.xml` / `_KIOSK07_pos-db.xml` / `_KIOSK08_pos-db.xml` Screens: `_KVS31_pos-db.xml` / `_KVS32_pos-db.xml` / `_KVS33_pos-db.xml` / `_KVS34_pos-db.xml` / `_KVS35_pos-db.xml` / `_KVS36_pos-db.xml` Lobby Order Screen: `_ORB26_pos-db.xml` POS: `_POS01_pos-db.xml` / `_POS02_pos-db.xml` / `_POS03_pos-db.xml` / `_POS12_pos-db.xml` / `_POS13_pos-db.xml`/ `_POS14_pos-db.xml` / `_POS15_pos-db.xml` / `_POS17_pos-db.xml` Waystation: `_WAYSTATION_pos-db.xml` Production Primary: `_PROD_PRI_pos-db.xml` Production Backup: `_PROD_BACK_pos-db.xml` -# These are subject to change