Advertisement
Guest User

wnos.ini

a guest
Jan 24th, 2020
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1.  
  2. ;*************************************************************
  3. ;* General 1 *
  4. ;*************************************************************
  5.  
  6. autoload=1
  7. AdminMode=yes Username=admin Password=password ShowAdmin=yes
  8.  
  9. ;*************************************************************
  10. ;* General 2 *
  11. ;*************************************************************
  12.  
  13. FormURL=logo.jpg
  14.  
  15. ;*************************************************************
  16. ;* Privilege *
  17. ;*************************************************************
  18.  
  19. Privilege=Low HideConnectionManager=yes SuppressTaskbar=yes
  20.  
  21. EnablePeripherals=Audio,Bluetooth,Camera,Keyboard,Mouse,Serial,Touchscreen
  22.  
  23. ;*************************************************************
  24. ;* CMOS *
  25. ;*************************************************************
  26.  
  27. Device=DellCmos USBRearPort=yes USBFrontPort=yes USBBootSupport=no
  28.  
  29. ;*************************************************************
  30. ;* Peripherals *
  31. ;*************************************************************
  32.  
  33. Language=Uk
  34.  
  35. ;*************************************************************
  36. ;* Display *
  37. ;*************************************************************
  38.  
  39. ; If you are Using a version Of WTOS code < 7.0.1_13 please use:
  40. ; Resolution=DDC Refresh=
  41. Screen=1 Resolution=DDC
  42. Desktop=background.jpg Layout=Stretch
  43. Dualhead=yes Mainscreen=1 Taskbar=mainscreen
  44. Screensaver=0 LockTerminal=yes
  45.  
  46. ;*************************************************************
  47. ;* Time *
  48. ;*************************************************************
  49.  
  50. TimeZone='GMT + 01:00' ManualOverride=yes
  51.  
  52. ;*************************************************************
  53. ;* Network *
  54. ;*************************************************************
  55.  
  56. SignOn=no
  57. MaxVNCD=1
  58. VncPassword="vnc"
  59.  
  60. ;*************************************************************
  61. ;* General Session *
  62. ;*************************************************************
  63.  
  64. SessionConfig=ALL UnmapPrinters=yes UnmapSerials=yes Smartcards=yes MapDisks=yes VUSB_DISKS=yes VUSB_AUDIO=yes VUSB_VIDEO=yes
  65.  
  66. VUSB_PRINTER=yes Fullscreen=yes Resolution=default
  67.  
  68. ;*************************************************************
  69. ;* RDP *
  70. ;*************************************************************
  71.  
  72.  
  73. ;-------------------------------------------------------------
  74. ;- RDP Session 1 -
  75. ;- Each line but the last must end with a '\' -
  76. ;-------------------------------------------------------------
  77.  
  78. CONNECT=RDP \
  79. Host=192.168.0.1 \
  80. Description="SERVER HOSTNAME" \
  81. AutoConnect=yes \
  82. Domainname=ADDOMAIN \
  83. Logon_Mode=Prompt \
  84. LocalCopy=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement