netsh firewall set opmode disable
Monday, March 9, 2015
Xerox Workcentre 7335 Printer touch screen misallignment
Workcentre 7335 touch screen misalignment
Options
1. Turn off the copier.
2. Hold 0-1-3 at the same time and turn on the copier. (Don't let go of 0-1-3)
3. You will see a screen with 4 boxes and in the boxes there will be P1 through P9 in the corners.
4. Tap on each one starting with P1 in sequence to P9.
5. Next screen will be a test screen which you will be able to tap anywhere to see if it aligns correctly.
6. Turn off copier for 30 sec and restart.
This should fix the misalignment. If not redo the process again until you are happy with it. This sometimes take 2 or 3 tries, but it works.
Options
1. Turn off the copier.
2. Hold 0-1-3 at the same time and turn on the copier. (Don't let go of 0-1-3)
3. You will see a screen with 4 boxes and in the boxes there will be P1 through P9 in the corners.
4. Tap on each one starting with P1 in sequence to P9.
5. Next screen will be a test screen which you will be able to tap anywhere to see if it aligns correctly.
6. Turn off copier for 30 sec and restart.
This should fix the misalignment. If not redo the process again until you are happy with it. This sometimes take 2 or 3 tries, but it works.
How to Upload IOS to Cisco Switch or Router
Issue the following commands:
1) flash_init
2) load_helper
Next you need to change the baud rate on the switch,
otherwise it will take about 2 hours to transfer the IOS via xmodem.
3) set BAUD 115200
After you issue the baud rate command on the switch make
sure you also change it in Hyperterminal or whatever software terminal
emulation software you use. Otherwise you won't be able to communicate to the
switch.
4) copy xmodem:"image_filename.bin"
flash:"image_filename.bin"
5) In Hyperterminal select "Transfer" and select
"send file". Change the protocol to xmodem. Next select browse and
navigate to where you have stored the IOS that you would like to transfer to
the switch. Click send.
The transfer will take about 30-40 minutes.
6)boot flash:"image_filename.bin"
The new IOS should boot at this point. If you need more in
depth instructions check out this link.
Window Server 2012 Activation
slmgr /ipk XC9B7-NBPP2-83J2H-RHMBY-92BT4
slmgr /skms fourdeltaone.net:1688
slmgr.vbs -ato
slmgr /ckms
slmgr /skms fourdeltaone.net:1688
slmgr.vbs -ato
slmgr /ckms
Reconfig new Cisco Switch as Core Switch
Problem:
after reconfiguring the new Cisco switch from backup as the core switch, only the voice vlan was passed through but the other vlans not passed.
solution:
config# vlan no...
shut
no shut
config#int vlan no...
shut
no shut
to enable all vlans one by one
don't forget to enable the routing protocol # ip routing
after reconfiguring the new Cisco switch from backup as the core switch, only the voice vlan was passed through but the other vlans not passed.
solution:
config# vlan no...
shut
no shut
config#int vlan no...
shut
no shut
to enable all vlans one by one
don't forget to enable the routing protocol # ip routing
Optain ip address from VM running in ESXi
Go to vsphere client then networking then properties
VM network > Edit > security > Promiscuous Mode > check Accept
then Vswitch choose Edit > security > Promiscuous Mode > check Accept
In Hyper-V 2012 Server, How to add a domain user to Local Group "Command Lines"
Add domain user to local Admin Group:
net localgroup Administrators user_name/add
Add Domain User to Remote Desktop users Group
NET LOCALGROUP "Remote Desktop Users" Domain\User_name /ADD
Subscribe to:
Posts (Atom)