fpm

Microsoft Windows

Informàtica16 seccions274 enllaçosVeure l'original

Seccions d'aquesta pàgina 16

01General#

023D#

03Desenvolupament / Development#

CC = gcc
RM = -rm -fr
TARGET = install_driver
OBJECTS = $(TARGET).o
CFLAGS = -O2 -Wall -mno-cygwin
LDFLAGS = -mwindows -mno-cygwin -L. -lsetupapi -lnewdev -lcfgmgr32
.PHONY: all
all: $(TARGET).exe
$(TARGET).exe: $(OBJECTS)
# create an import library for newdev.dll, mingw is missing this
dlltool --dllname newdev.dll --kill-at --def newdev.def --output-lib libnewdev.a
$(CC) -o $@ $(OBJECTS) $(LDFLAGS)
%.o: %.c
$(CC) -c $< -o $@ $(CFLAGS)
  • Criptografia / Cryptography
  • Recursos / Resources 
  • Multimedia Timers (see also Linux kernel preemption)
  • Empaquetadors / Packagers
    • Inno
    • OnceClick (*.application)
  • Debug 
  • MinGW / MSYS (Minimalist GNU for Windows)
  • IDE (Integrated Development Environment)
  • 04Impressió / Printing#

    05Internacionalització / Internationalisation (i18n)#

    06Internet#

    07Teclat / Keyboard#

    08Maquinari / Hardware#

    09Programari / Software#

    10Serveis / Services#

    11Utilitats / Utilities#

    • Windows XP fixes, tips and tweaks
    • System account
      • cmd.exe
      • at xx:xx /interactive cmd.exe
      • taskmgr (es pot matar absolutament qualsevol procés)
    • gestió d'usuaris en MS Windows XP / users management
      • control userpasswords2

    12Virus#

    13Usuaris / Users#

    14Xarxa / Network#

    • hosts
      • c:\WINDOWS\system32\drivers\etc\hosts

    15IIS / ASP.NET#

    ASP.NET IIS authentication
    local user for ASP.NET application worker process (aspnet_wp.exe) user for applications
    execution
    Web.config (each dir) user for applications execution anonymous basic digest integrated Windows authentication client certificate mapping
    machine.config (root config directory (1))
    <processModel userName= impersonate userName
    SYSTEM MACHINE domain\user (2)
    account for IIS. Default: NT AUTHORITY \ SYSTEM (LocalSystem) ASPNET user local user false -


    NT AUTHORITY \ ANONYMOUS LOGON
    • user
    • NT AUTHORITY \ ANONYMOUS LOGON (when no matching user on remote machine)
    remote user

    true - local user
    IUSR_machine (default)



    anonymous_user (IIS config) auth_user


    remote user anonymous_user auth_user


    domain\user local user domain\user



    remote user user



    delegation: if remote computer has a user identical to the local user, with the same password.
    1. \%windows%\Microsoft.NET\Framework\Version\Config\
    2. several access rights must be granted to specific directories for this user

    16Web Services#

    http://www.francescpinyol.cat/windows.html
    Darrera modificació: 1 de juny de 2023 / Last update: 1st June 2023

    Valid HTML 4.01!

    Cap a casa / Back home.