TLDR
Enter a command. For example: setx, del, reg query, gpupdate.

choco new

 
Generate new package specification files with Chocolatey. More information: https://chocolatey.org/docs/commands-new.
 
  • Create a new package skeleton:
     
    choco new {{package_name}}
     
  • Create a new package with a specific version:
     
    choco new {{package_name}} --version {{version}}
     
  • Create a new package with a specific maintainer name:
     
    choco new {{package_name}} --maintainer {{maintainer_name}}
     
  • Create a new package in a custom output directory:
     
    choco new {{package_name}} --output-directory {{path/to/directory}}
     
  • Create a new package with specific 32-bit and 64-bit installer URLs:
     
    choco new {{package_name}} url="{{url}}" url64="{{url}}"

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.