Skip to main content

Important Data

           

Wi- Fi Password

ID:TP-LINK_4A0EF6

Pass:hcl@2891

 

BSNL BROADBAND

Wi-Fi ID: ZTE_ZXDSL531B

PASS:   zaq12wsx

 

Computer administrator password

Administrator

M!cr0proce$soR

 

HP Traceability Server Baddi

Login ID: administrator

Password: 123456

IP Address: 10.100.27.230

Subnet : 255.255.255.128

Gateway: 10.100.27.129

DNS:10.98.0.98, 99

 

DELL Traceability Server Baddi

Login ID: administrator

Password: pass@123

IP Address: 10.100.27.160

Host name: EF-BDI-TRACE02

 

SMC Portal Lonin details:

User Name   :     SandeepKu12

Password    :     5OV1DmZwCe

Url         :    https://rmcops.microland.com/Account/microland

 

User ticket logging portal

https://eurekaforbeshelpdesk.microland.com/Account/Logon/EFL



01792-253142 BSNL BROADBAND

 

Google drive ML

User:  microlandservicedeskmumbai

Pass:  Eureka#123

User ID: eflservicedeskmumbai@gmail .com

Password: Same as older email ID.

Domain

User Id:    ML-Sandeep.k

Pass: India@1234

 

 

IT PC TEAM VIEWER ID:  1184 112 288

Server Team viewer ID: 1001 454 208

https://adselfservice.eurekaforbes.co.in/Account/LogOn

https://mail.microland.com/owa/#path=/mail

https://euromail.eurekaforbes.com   (For POP EX. COM)

 

https://webmail.eurekaforbes.co.in/owa  (For Exchange EX. CO.IN)

https://euromail.eurekaforbes.com/baya/servlet/Login?domain=forbesfacility.com&code=2&rand=0.5875899410364775theme=deepblue&Login=true 

 


 

 

 

c:\windows\inf\usbprint.inf

c:\windows\inf\usbport.inf

 

CKT: 1131206521  TATA Link 1.5 mbps

 

microlandservicedeskmumbai

Eureka#123

 

HR

SurbhiD@microland.com

 

attendance link portal

https://microland.greythr.com

 

 

 

window 10 keys Eureka    GDN8F-HXBYK-WK8TW-MB4X2-J44DB

Window 7 Key                  D772H-26CT6-7DFMY-HFJJ9-7J3T6

Dell free number 18004250088

 

Team Viewer ID SANDEEP KUMAR

User ID : ML ID

Password : India@123

shell:startup

EUREKA FORBES LIMITED,

Village-Buranwala. P.O.-Barotiwala, Distt Solan (H.P)174103

 

Comments

Popular posts from this blog

Enable or Disable “Set Time (Zone) Automatically” in Windows 10 Using Registry Editor

Enable or Disable “Set Time (Zone) Automatically” in Windows 10 Using Registry Editor Press the Windows logo key + R to open the Run box. Type  regedit  and hit Enter. When the Registry Editor opens, navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters In the right pane you can see a string value named  Type . If you want Windows 10 to set time automatically, set its value data to  NTP . To disable automatic time synchronization, change its value to  NoSync . In order to enable or disable “Set Time Zone Automatically” in Windows 10, navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tzautoupdate Double-click the 32-bit DWORD “ Start ” in the right pane. Set its value data to 3 if you want to make Windows 10 set time zone automatically. If you want to disable “Set Time Zone Automatically” in Windows 10, just set the value to 4. Reboot your computer for the registry changes to take ...

Find your Window licence key from inside Windows

Entering the following lines into an  admin Command Prompt  or PowerShell worked to display the OEM key embedded in our system's UEFI/BIOS. However, these commands didn't return any keys on other two machines we used for testing despite Windows 10 being activated. wmic path softwarelicensingservice get OA3xOriginalProductKey or powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey" There's also a commonly cited Visual Basic script that retrieves registry-based Windows keys (not those stored in the UEFI/BIOS). You can download the  script here . Copy this text and paste it into Notepad, saving it as a .vbs file. Then double-click to launch the file.