New Elevation Powertoys for Windows Vista

Total Page:16

File Type:pdf, Size:1020Kb

New Elevation Powertoys for Windows Vista Security At a glance: Run as Administrator for third-party scripting tools Run as Another User Prompt Here as System for CMD and Windows PowerShell Drag-and-drop Elevation Gadget New Elevation PowerToys for Windows Vista Michael Murgolo of my favourite third-party scripting tools, Welcome to another demonstrate how you can replace a nice edition of the Elevation Windows XP feature that was removed from Windows Vista, and look at some of the han- PowerToys for dy tools that are included in Elevation Pow- erToys. Windows Vista. I took Run as Administrator for additional a close look at this in scripting tools One topic I discussed in the previous article the June 2007 issue (available at http://technet.microsoft.com/ magazine/cc162321.aspx) was enabling the of TechNet Magazine. Run as Administrator option for the native Windows scripting tools. For this article, I’ve Here we are a year created Run as Administrator PowerToys for some third-party scripting tools: later. This time around, • AutoIt v3 (www.hiddensoft.com) • AutoHotkey (www.autohotkey.com) I want to show you • ActivePerl (www.activestate.com) how I expanded the • KiXtart 2010 (www.kixtart.org) The code for each of these is included in Run as Administrator the download for this article, which you can find at http://technetmagazine.com. The ac- functionality to some tual files are named ElevateAutoIt3.inf, El- 58 To get your FREE copy of TechNet Magazine subscribe at: www.microsoft.com/uk/technetmagazine 58_62_Elevatio_des7.indd 58 13/8/08 16:05:49 evateAutoHotKey.inf, ElevatePerlScript.inf, domain he is on. This was accomplished on and ElevateKiXtart.inf, respectively. For Au- Windows XP using the Run as… right-click toIt v3, AutoHotkey and ActivePerl, setup is option. But this option is gone in Windows quite simple. Just download the correspond- Vista because it was replaced with the Run as ing application and install it in the default Administrator option. location. After you’ve installed the applica- The runas command-line tool, however, tions you are interested in, you can then just still exists in Windows Vista. Unfortunate- install the appropriate Run as Administrator PowerToy for each tool. Unfortunately, KiXtart 2010 does not pro- UAC was created vide an installer. Therefore, in order to make sure KiXtart is installed in a standard loca- to make the OS less tion so my PowerToy will work properly, I’ve provided an INF file that will installKiXtart vulnerable to malware 2010 (v 4.60) into Program Files\KiXtart and register the .kix file extension. by having users run Go to www.kixtart.org/?p=downloads, download KiX2010_460.zip, and unzip it into apps with standard a folder. Copy the Install_KiXtart.inf file (in- cluded in the code download that accompa- privileges nies this article) into that same folder. Then right-click on Install_KiXtart.inf and select Install. After that, you can simply install the ly, it cannot be used for the most common ElevateKiXtart.inf PowerToy. dual account tasks – running Microsoft Management Console (MMC) snap-ins. For Run as another user powertoy example, say you have been delegated some User Account Control (UAC) was created account management tasks in Active Direc- to make the operating system less vulnera- tory. You are running as a standard user for ble to malware by having users, even those everyday tasks, and your network adminis- who are Administrators, run most applica- tration account is also a member of the lo- tions with standard user privileges. UAC of- cal administrators group (so you can install fers elevation potential for administrative network management tools when needed) tasks and other app functions. This elevation on a Windows Vista computer with UAC en- potential is provided through the Run as abled. Now you want to start Active Direc- Administrator option, which you get when tory User & Computers (ADU&C) with your right-clicking on executable files. The Eleva- Active Directory administrative account, so tion PowerToys that I discussed in the June you try the runas command, as follows: 2007 issue extended this capability to work runas /user:mydomain\admin on other file and object types. "mmc.exe %windir%\system32\dsa.msc" The functionality built into Windows Vis- ta works quite well for many administra- Unfortunately, this does not cause ADU&C tive tasks. However, one important scenario to launch. Instead, you receive a runas error was left out for Windows Vista. Many IT de- that says “The requested operation requires partments have a policy where network ad- elevation.” What is happening in this case is ministrators use one user account for their that the MMC executable is marked to run everyday tasks (using e-mail, creating docu- at the highestAvailable privilege level. Since ments, and the like) and another account the highestAvailable level for your network that is used only for network administration administration account is as administrator, (or local computer administration). launching ADU&C in this manner would re- This is done to help lower the risk that if quire elevation. Since runas does not cause a a network administrator accidentally runs prompt for elevation, the error occurs. malware doing his everyday tasks, he will So Windows Vista makes this scenario dif- not compromise his entire system – or the ficult by not providing a context menu item TechNet Magazine September 2008 59 58_62_Elevatio_des7.indd 59 13/8/08 16:06:05 Security for Run as… and by providing no built-in and given it an HTML Application UI to cre- means to run a process as another user that ate a PowerToy that creates a Run as Another requires elevation. User option available through the right-click This would be a frustrating article if there menu. When you select Run as Another User, was no solution to this, but as luck would you get an HTML Application like the one have it, one of my original Elevation Power- shown in Figure 1. Here, just enter the user name and do- main – for an account on the local comput- Windows Vista offers er, check the Use Local Account checkbox. You can then click the Run button to launch no context menu item the application as a standard user, or you can click the Run as Admin button to launch for Run as… and no the application with elevated privileges. Af- ter you click either of these two buttons, built-in way to run a runas.exe will run and prompt for a password or smart card pin. process as another user Since this PowerToy uses the Elevate Com- mand PowerToy, you need to install that first. to be elevated Then right-click on the RunAs.inf file, select Install, and approve the elevation. To unin- stall the tool, use the Programs and Features Toys provides the key to solving the second Control Panel. problem, and I’ve whipped up another one You will find that some of the shortcuts to to solve the first. (I wish I could claim that .msc files in the Administrative Tools (such I thought up the solution to the elevation as Computer Management) will work with problem, but this was hit upon by Gov Ma- this PowerToy. But note that if you install haraj of the Windows AppCompat team.) the Windows Server 2003 administrative It turns out that the Elevate Command tools using adminpak.msi, the shortcuts that PowerToy can be used with the runas com- are created are not standard shortcuts to the mand. Where the previous command failed .msc files. Instead, they are Windows Install- to cause an elevation prompt, the following er shortcuts, and as a result Windows Explor- will cause the prompt: er will not display the Run as Another User runas /user:mydomain\admin option for those shortcuts. "elevate mmc.exe%windir%\system32\dsa.msc" For those shortcuts you will either have This causes runas to launch elevate.cmd to find the actual .msc files and right-click (technically, the process being launched is on them or create new shortcuts to the .msc cmd.exe) as the other user, and the elevate files. Additionally, runas does not work with command takes care of launching mmc.exe Internet Explorer® due to the way Internet with an elevation prompt. Explorer was re-architected for Protected Finally, I’ve taken this trick, combined it Mode in Windows Vista (you can find addi- with file associations for .exe and .msc files, tional information concerning this issue at http://support.microsoft.com/?id=922980). Note: between the time I finished these PowerToys and the publication of this article, Windows Sysinternals has released a new tool that is functionally very similar to my Run as Another User PowerToy. It’s called ShellRu- nas and can be found on the Windows Sys- ternals site: http://technet.microsoft.com/ sysinternals/cc300361. Since the folks at Sysinternals actually Figure 1 Run as Another write real code for a living, you may prefer User tool their tool for your own use. I decided to leave 60 To get your FREE copy of TechNet Magazine subscribe at: www.microsoft.com/uk/technetmagazine 58_62_Elevatio_des7.indd 60 13/8/08 16:06:28 mine in the article as an example of how this task in particular and shell extensions in gen- eral can be done using HTML Applications with script code. CMD and PowerShell Prompt Here as System Figure 2 CMD Prompt Here as System and There are times when it is necessary to run PowerShell Prompt Here programs in the Local System context. For as System options example, many software distribution tools, such as System Center Configuration Man- ager (SCCM), use a client agent that runs as Local System to accomplish its tasks.
Recommended publications
  • Desktop Automation with Autohotkey
    Unplug Your Mouse Workflow Automation with AutoHotKey Andrew Weidner Robert Wilson Mice make simple things easy and complex things impossible. Mice make simple things easy and complex things impossible. Mice are useful and fun, but they tend to slow down repetitive file management tasks. Do things faster with your keyboard. Keyboard Optimization: why type fifty-two keys when you can do the same thing with two? (Ctrl + 4) Overview • Keyboard Shortcuts • AutoHotkey Scripts • Tools & References • Demonstration Keyboard Shortcuts Windows Explorer Tab = cycle fields (add Shift to reverse) Alt + Tab = application switcher Enter = open selected file/folder Backspace = return to parent folder Alt + F + M = rename selected file/folder (also F2) Alt + F + W + F = create a new folder Home/End = go to first/last file Keyboard Shortcuts ACDSee Viewer Page Down = next image Page Up = previous image (NumPad) * = fit image to window (NumPad) + = zoom in (NumPad) - = zoom out Arrow Keys = move around the image Home/End = go to first/last image Keyboard Shortcuts Mozilla Firefox Ctrl + T = open new tab Ctrl + Tab = cycle tabs (add Shift to reverse) Alt + Left = go to previous page (also Backspace) Ctrl + L = focus on address bar Tab = cycle links (add Shift to reverse) Arrow Keys = scroll through the page Ctrl + B = show/hide bookmarks sidebar AutoHotkey Scripts Simple: another Enter key ; plain text file with .AHK extension ; comments begin with a semicolon ; define the hotkey: Alt + a !a:: ; define the action Send, {Enter} AutoHotkey Scripts Simple: type
    [Show full text]
  • Easily Automate Any Application Simple, Free Tool Yields 2× Productivity Increase
    Easily Automate Any Application Simple, Free Tool Yields 2× Productivity Increase First There is a Mountain – A client recently tasked me with consolidating and formatting eleven PowerPoint decks into a single, 700+ slide master deck. The decks were created by several authors having varied familiarity with the application. My job was to provide an attractive, uniform look—using a new design template—that would enhance readability and my client’s professional image. All the while I had to keep an eye on the clock to help minimize my client’s costs. It was estimated to take six minutes per slide based on data I included with the first few completed decks. But partway through the project I conjured a way to cut that time in half—in addition to being able to share my simple‐to‐use, no‐cost productivity enhancement process with the client (who is not familiar with computer coding). Mac OS users can look to Keyboard Maestro and the native Automator to provide similar functionality. But what I’m about to describe can be used anywhere in Windows 7 or later, and in any Microsoft or third‐party application that follows long‐established Windows user interface conventions. “Oh, the Tedium” – Bullet use was a mishmash throughout the client’s disparate slide decks. There was no consensus as to when an en‐ or em dash should be used—never mind corresponding spacing considerations. Adding to my budding carpel tunnel fear, not all Microsoft Office apps are created equal. Referencing the numeric keypad while using Word, why can you press [Ctrl]+[‐] to insert an en dash and [Ctrl]+[Alt]+[‐] for an em dash, but the same hotkey combos don’t work in PowerPoint? (Scratches head.) Yet pressing [F4], which repeats the last action, is common to both applications.
    [Show full text]
  • Online Appendices to WFH Productivity in Open-Source Projects
    Online Appendices ”WFH Productivity in Open-Source Projects” Lucas Shen (March 2021) Figure A1: Largest countries in sample Notes. Sample size by country, in descending order. Panel (a) sorts countries by number of commits per user-repository. Panel (b) sorts countries by number of user-repository. 1 Figure A2: US states (by Commits) Notes. US sample size by states, in descending order. States sorted by number of commits per user-repository. Figure A3: US states (by Users & Repositories) Notes. US sample size by states, in descending order. States sorted by number user-repository. 2 (a) Staggered Timing in County-level Business Closures (b) County-level Variation in Sample Sizes Figure A4: Geographical Variation in US sample Notes—Panel (a) plots the county-level variation in business closures from the US-state level records and crowdsourced county-level records. Blue indicates earlier closures, while red indicates later closures. South Dakota is (still) the sole state without closure at the time of writing. Panel (b) plots the geographic variation of commits from geocoded U.S. users—larger markers indicate larger activity in the sample period. 3 (a) Early response (by 15 Feb) (b) Intermediate response (by 17 Mar) (c) Late response (by 30 Apr) Figure A5: Country variation in WFH enforcement Notes. Figure plots the variation in government-enforced WFH levels during the COVID-19 pandemic. WFH indicators come from the OxCGRT (?). 4 (a) Early response (by 15 Feb) (b) Intermediate response (by 17 Mar) (c) Late response (by 30 Apr) Figure A6: U.S. states variation in WFH enforcement Notes. Figure plots the U.S.
    [Show full text]
  • The Unit Tutorials Are from WEEK 2. a Few Key Points for Start-Up. 1
    The unit tutorials are from WEEK 2. A few key points for start-up. 1. Blended learning approach Blended learning has been implemented for this unit, which refers to a strategic and systematic approach to combining times and modes of learning, integrating the best aspects of face-to-face and online interactions, using appropriate ICTs. So the relevant technique and skills involved in this unit will be presented/delivered in different ways, for instance, lecture notes, extra notes, practical exercises, in-class discussion, as well as emails etc. As there are no face-to-face lectures, some extra notes are provided to reinforce understanding. A few sets of extra notes have been posted in vUWS; new extra notes may be added in vUWS. In addition to the unit contents in vUWS, I may use emails to further clarify administrative policies, provide hints to practical activities, present extra/supplementary materials for your information. So please check your UWS emails regularly. For example, we are not able to cover VBS features in details during tutorial classes. I may use emails to give some hints on necessary VBS features used for the practical exercises. I consider this way even more flexible and handy. 2. Consultation via emails For personal enquiries, you can also email me directly - making sure you start the subject line with '300165 SAP' and then include a relevant subject. A staff member is typically teaching multiple units, if you don't tell him/her which unit is about in your email, the staff member is not able to answer your question clearly.
    [Show full text]
  • Rapid Application Mobilization and Delivery for Smartphones
    RAPID APPLICATION MOBILIZATION AND DELIVERY FOR SMARTPHONES A Dissertation Presented to The Academic Faculty by Cheng-Lin Tsao In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the School of Electrical and Computer Engineering Georgia Institute of Technology August 2012 Copyright c 2012 by Cheng-Lin Tsao RAPID APPLICATION MOBILIZATION AND DELIVERY FOR SMARTPHONES Approved by: Professor Raghupathy Sivakumar, Professor Douglas M. Blough Advisor School of Electrical and Computer School of Electrical and Computer Engineering Engineering Georgia Institute of Technology Georgia Institute of Technology Professor Nikil S. Jayant Professor Umakishore Ramachandran School of Electrical and Computer College of Computing Engineering Georgia Institute of Technology Georgia Institute of Technology Professor Ghassan AlRegib Date Approved: June 2012 School of Electrical and Computer Engineering Georgia Institute of Technology DEDICATION To my parents Min-Chia Tsao and Chin-Chu Tu, my wife Hsun-Han Yu and my daughter Sophia Y. Tsao. iii ACKNOWLEDGEMENTS First and foremost, I would like to express my sincere gratitude to my advisor, Prof. Raghupathy Sivakumar, for his unflagging guidance and support. This dissertation would not have been possible without all the insightful discussion with him. He has given me great freedom in making my own decisions and coming up with research ideas. During my dissertation study, he has acted as an excellent role model of a researcher with intense enthusiasm and drive. His high standards for clear thinking and effective communication are inspiring to me will continue to guide me in my future endeavors. I would like to thank Profs. Nikil S. Jayant, Douglas M.
    [Show full text]
  • Scite4autohotkey Help
    Version v3.0.06.01 SciTE distribution designed for AutoHotkey - made by fincs - Original SciTE made by Neil Hodgson Quick Reference Usage: Opening AutoHotkey scripts Working with AutoHotkey scripts Debugging AutoHotkey scripts The toolbar Using macros Changing settings AutoHotkey v2 Support Editing features: Syntax highlighting Code folding Context menu Calltips and Autocomplete Extending the editor: Extensions COM interface Tool documentation: SmartGUI Creator 4.0 MsgBox Creator GenDocs 3.0 Scriptlet Utility TillaGoto Changelog v3.0.06.01 - October 12, 2014 Changes and new features: Upgraded to SciTE/Scintilla 3.5.1. AutoHotkey v1.1.16 syntax definition updates. AutoHotkey v2.0-a056 syntax definition updates. Added 'Run selection' context menu command (requires AutoHotkey v1.1.17) Bug-fixes: AutoHotkey v2 syntax highlighting: BIFs in command syntax (broken by v3.0.06) v3.0.06 - August 18, 2014 Changes and new features: Upgraded to SciTE/Scintilla 3.5.0. Added new program icon [designed by kon]. Added support for auto-completion of built-in object methods/properties as well as CallTips. Debugger: The current line marker color is now translucid instead of opaque cyan. AutoHotkey v2: added object command syntax support. AutoHotkey v2: introduced new syntax highlighting styles for object properties, methods, built-in properties and built-in methods. Bug-fixes: Minor debugger refactoring. Toolbar startup stability and reliability fixes. v3.0.05.01 - April 5, 2014 Changes and new features: Upgraded to SciTE/Scintilla 3.4.1. Incremental search and replace were disabled, this makes the 'Find/Replace Next' button useful again. An 'Unmark All' button was added to the Find command.
    [Show full text]
  • Formatting Syntax Formatting Syntax
    2021/09/27 23:09 1/15 Formatting Syntax Formatting Syntax DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing “Edit this page”. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too. Basic Text Formatting DokuWiki supports bold, italic, underlined and monospaced texts. Of course you can combine all these. DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. superscript You can use subscript and , too. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can mark something as deleted as well. You can mark something as <del>deleted</del> as well. Paragraphs are created from blank lines. If you want to force a newline without a paragraph, you can use two backslashes followed by a whitespace or the end of line. This is some text with some linebreaks Note that the two backslashes are only recognized at the end of a line or followed by a whitespace \\this happens without it. This is some text with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this happens without it. You should use forced newlines only if really needed. Links DokuWiki supports multiple ways of creating links. Gender Equality Network in Physics in the European Research Area - http://www.genera-network.eu/ Last update: 2020/06/18 19:36 wiki:syntax http://www.genera-network.eu/wiki:syntax External External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: This Link points to google.
    [Show full text]
  • Autohotkey Again Direct Urls
    Direct_URLs Combined_Search_Strings Combined_Titles https://autohotkey.com/board/topic/110507-google-advanced-search-terms-cheat- autohotkey cheat sheet "Google advanced search terms - cheat sheet ... - AutoHotkey" sheet-and-web-page/ https://autohotkey.com/board/topic/113149-simple-macro-script-with-delay/ How to use Autohotkey Macros "Simple Macro Script with Delay - Gaming ... - AutoHotkey" and Scripts https://autohotkey.com/board/topic/113783-hand-friendly-text-navigation-help/ autohotkey lifehacker "Hand Friendly Text Navigation Help - AutoHotkey" https://autohotkey.com/board/topic/114063-need-help-making-a-hotkey-for-the- autohotkey reddit "Need help making a hotkey for the random ... - AutoHotkey" random-subreddit-button-on-reddit/ https://autohotkey.com/board/topic/118442-on-screen-numpad/ autohotkey numpad scripts "On-screen NumPad - Scripts and Functions - AutoHotkey ..." https://autohotkey.com/board/topic/121900-lifehackerautohotkeyers-hive- autohotkey lifehacker "Lifehacker/AutoHotkeyers Hive Collaboration Idea... - Ask for ..." collaboration-idea/ https://autohotkey.com/board/topic/123127-script-isnt-downloading-all-images- autohotkey reddit "Script isn&#39;t downloading all images from reddit. - from-reddit/ AutoHotkey" https://autohotkey.com/board/topic/14926-ahk-scriptwriter/page-2 autohotkey script writer "AHK ScriptWriter - Page 2 - Scripts and ... - AutoHotkey" https://autohotkey.com/board/topic/16795-post-your-couldnt-live-without-script- autohotkey productivity scripts "Post your &quot;couldn&#39;t live without&quot;
    [Show full text]
  • Remapping Du Clavier
    Remapping du clavier http://fspsa.free.fr/clavier.htm Sommaire Introduction L'accessibilité Mise en garde Les raccourcis de Windows XP Les raccourcis ASCII du clavier numérique Le cas particulier de l'accent aigu Charmap.exe : la Table des caractères Scancode Map, la variable du Registre pour le remapping SharpKeys, freeware d'aide à la création de la variable Scancode Map Modification du Layout : MSKLC, The Microsoft Keyboard Layout Creator Les claviers français modifiés Le remapping logiciel avec AutoHotkey Le remapping logiciel avec Clavier+ Conclusions, comparaison des méthodes de remapping Introduction Nous avons parfois besoin de modifier le clavier. Telle touche nous paraît mal placée, telle autre demande un appui sur MAJ alors quelle est souvent utilisée, nous appuyons par mégarde en plein jeu sur une touche Windows, quand ce n'est pas sur le bouton de mise en veille. Les utilisateurs de portables sont les plus concernés. Quelques exemples : Présentation des touches du clavier On tape plus souvent un point qu'un point-virgule, hors il faut utiliser la touche MAJ pour faire le point. Peut-on intervertir ? Le point du clavier numérique serait mieux en virgule La touche ² dont je ne me sers jamais pourrait me servir à autre chose Mon clavier externe pose des problèmes avec mon PC portable J'aimerais un raccourci-clavier exécutant plusieurs actions d'un coup dans un programme J'ai besoin de modifier des touches et des boutons pour jouer plus vite Mon vieux joystick peux-t-il me servir à ouvrir le lecteur de CD ? Il n'y a pas l'accent
    [Show full text]
  • Advierten Sobre Ataques Continuos De Malware Basados En Autohotkey Autor: I
    Advierten sobre ataques continuos de malware basados en AutoHotKey Autor: I. Stepanenko Fecha: Sunday 26th of September 2021 11:02:11 AM Investigadores de seguridad cibernética descubrieron una campaña de malware en curso que depende en gran medida del lenguaje de scripting AutoHotkey (AHK) para entregar múltiples troyanos de acceso remoto (RAT) como Revenge RAT, LimeRAT, AsyncRAT, Houdini y Vjw0rm en sistemas Windows de destino. Se han detectado al menos 4 versiones distintas de la campaña a partir de febrero de 2021, según los investigadores de Morphisec Labs. «La campaña de entrega de RAT comienza con un script compilado de AutoHotKey (AHK). Este es un ejecutable independiente que contiene lo siguiente: el intérprete AHK, el script AHK y cualquier archivo que haya incorporado mediante el comando FileInstall. En esta campaña, los atacantes incorporan scripts/ejecutables maliciosos junto con una aplicación legítima para disfrazar sus intenciones», dijeron los Artículo descargado de www.masterhacks.net | 1 Advierten sobre ataques continuos de malware basados en AutoHotKey Autor: I. Stepanenko Fecha: Sunday 26th of September 2021 11:02:11 AM investigadores. AutoHotKey es un lenguaje de scripting personalizado de código abierto para Microsoft Windows que está destinado a proporcionar teclas de acceso rápido fáciles para la creación de macros y la automatización de software, lo que permite a los usuarios automatizar tareas repetitivas en cualquier aplicación de Windows. Independientemente de la cadena de ataque, la infección comienza con un ejecutable AHK que procede a soltar y ejecutar distintos VBScripts que eventualmente cargan el RAT en la máquina comprometida. En una variante del ataque detectado por primera vez el 31 de marzo, el adversario detrás de la campaña encapsuló la RAT eliminada con un ejecutable AHK, además de deshabilitar Microsoft Defender mediante la implementación de un script por lotes y un archivo de acceso directo que apunta a dicho script.
    [Show full text]
  • Citation File Format (CFF)
    Citation File Format (CFF) Stephan Druskat ([email protected]) 06 October 2017 Abstract The Citation File Format (CFF) is a human- and machine-readable format for CITATION files. These files provide citation metadata for (research and scientific) software. The format aims to support all use cases for software citation described in [1]. CFF is serialized in YAML 1.2, and is therefore Unicode-based and cross- language (in terms of both natural language scripts and programming languages). This specification, together with the Unicode standard for characters, aims to provide all the information necessary to understand CFF, and to use (i.e., write) and re-use (i.e., read, validate, convert from) it. These specifications are maintained openly at https://github.com/sdruskat/citation-file-format. Contents Introduction 2 Status of this document .............................................. 2 Rationale ...................................................... 2 Goals ........................................................ 3 Concepts ...................................................... 3 Format 3 File structure .................................................... 3 Reference structure .............................................. 4 Notable reference keys ............................................ 4 Formatting ..................................................... 5 Reference keys ................................................... 5 Exemplary uses ................................................ 8 Reference types ..................................................
    [Show full text]
  • Activewords Scripts and Syntax
    ActiveWords Scripts and Syntax NOTE: Scripting is for advanced users and enterprise administrators. Scripting can be used to automate multi-step processes, such as directly delivering the result of an Outlook Inbox search (enter search text in input dialog, open Outlook, go to Inbox, place focus in Search field, input search text). Product support does not include resolving issues with scripts created by users. Several script examples can be found here. Scripting is not a replacement for advanced scripting tools such as Visual Basic, AutoIT, or AutoHotKey. Words can be used to trigger script files created with other scripting tools for more advanced automation. Script commands to simulate non alpha-numeric keys Script commands to trigger behavior Script commands to manage windows Script examples Syntax Notes: • Create scripts using the “Script” Type from the New ActiveWord tool. • Commands are defined within braces {}, as in {control}. • To repeat a command key include a space and the number of repeats, as in {backspace 5}. • Use parentheses to hold down and release keys. For example, {control}({shift}{f1}) simulates pressing and holding the Control key, then pressing the Shift key, then pressing the F1 key, then releasing the Control key. Likewise, {alt}({numpad2}{numpad6}{numpad5}) simulates pressing and holding the Alt key, then pressing 2, 6, and 5 on then numeric keypad, then releasing the Alt key. • To send a brace, enclose the brace in a pair of braces. So, to send an opening or closing brace, use {{} or {}}. • Commands are not case sensitive. • Comments are included in scripts by starting a line with a semi-colon.
    [Show full text]